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

/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dnwlib.c42 void *twentybytes; member in struct:__anon7337
254 thread_data->twentybytes = malloc(20);
256 if(!thread_data->twentybytes) {
263 free(thread_data->twentybytes);
297 void *twentybytes = ((libthreaddata_t *) data)->twentybytes; local
299 if(twentybytes)
300 free(twentybytes);

Completed in 112 milliseconds