Searched refs:thr_data (Results 1 – 1 of 1) sorted by relevance
46 struct thr_data { struct52 static int defopen_common(const char *, struct thr_data *); argument63 struct thr_data *thr_data = (struct thr_data *)arg; in free_thr_data() local65 if (thr_data->fp) { in free_thr_data()66 (void) fclose(thr_data->fp); in free_thr_data()67 thr_data->fp = NULL; in free_thr_data()69 if (thr_data->buf) { in free_thr_data()70 lfree(thr_data->buf, BUFFERSIZE); in free_thr_data()71 thr_data->buf = NULL; in free_thr_data()78 static struct thr_data *[all …]