Searched refs:libthreaddata_t (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dnwlib.c40 } libthreaddata_t; typedef in typeref:struct:__anon98
60 int GetOrSetUpData ( int id, libdata_t **data, libthreaddata_t **threaddata );
155 libthreaddata_t **threadData )
159 libthreaddata_t *thread_data;
164 thread_data = (libthreaddata_t *) NULL;
246 thread_data = malloc(sizeof(libthreaddata_t));
254 thread_data = (libthreaddata_t *) NULL;
261 thread_data = (libthreaddata_t *) NULL;
293 void *twentybytes = ((libthreaddata_t *) data)->twentybytes;

Completed in 40 milliseconds