Home
last modified time | relevance | path

Searched refs:locbufs (Results 1 – 1 of 1) sorted by relevance

/external/curl/packages/OS400/
Dos400sys.c88 static buffer_t * locbufs; variable
116 locbufs = pthread_getspecific(thdkey); in terminate()
122 thdbufdestroy((void *) locbufs); in terminate()
123 locbufs = (buffer_t *) NULL; in terminate()
174 return get_buffer(locbufs + key, size); in buffer_unthreaded()
224 else if(!(locbufs = calloc((size_t) LK_LAST, sizeof *locbufs))) { in buffer_undef()