OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:twentybytes
(Results
1 - 1
of
1
) sorted by null
/external/curl/lib/
nwlib.c
42
void *
twentybytes
;
member in struct:__anon9458
254
thread_data->
twentybytes
= malloc(20);
256
if(!thread_data->
twentybytes
) {
263
free(thread_data->
twentybytes
);
295
void *
twentybytes
= ((libthreaddata_t *) data)->
twentybytes
;
local
297
free(
twentybytes
);
Completed in 165 milliseconds