HomeSort by relevance Sort by last modified time
    Searched full:libthreaddata_t (Results 1 - 1 of 1) sorted by null

  /external/curl/lib/
nwlib.c 43 } libthreaddata_t; typedef in typeref:struct:__anon10046
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;
295 void *twentybytes = ((libthreaddata_t *) data)->twentybytes;

Completed in 184 milliseconds