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

/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dnwlib.c43 } libthreaddata_t; typedef in typeref:struct:__anon7337
63 int GetOrSetUpData( int id, libdata_t **data, libthreaddata_t **threaddata );
158 libthreaddata_t **threadData )
162 libthreaddata_t *thread_data;
167 thread_data = (libthreaddata_t *) NULL;
250 thread_data = malloc(sizeof(libthreaddata_t));
258 thread_data = (libthreaddata_t *) NULL;
265 thread_data = (libthreaddata_t *) NULL;
297 void *twentybytes = ((libthreaddata_t *) data)->twentybytes;

Completed in 73 milliseconds