Home
last modified time | relevance | path

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

/third_party/curl/packages/OS400/
H A Dos400sys.c82 static struct buffer_t *locbufs; variable
106 locbufs = pthread_getspecific(thdkey); in terminate()
112 thdbufdestroy((void *) locbufs); in terminate()
113 locbufs = (struct buffer_t *) NULL; in terminate()
164 return get_buffer(locbufs + key, size); in buffer_unthreaded()
214 locbufs = calloc((size_t) LK_LAST, sizeof(*locbufs)); in buffer_undef()
215 if(!locbufs) { in buffer_undef()

Completed in 2 milliseconds