Home
last modified time | relevance | path

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

/external/curl/packages/OS400/
Dos400sys.h45 } localkey_t; typedef
48 extern char * (* Curl_thread_buffer)(localkey_t key, long size);
Dos400sys.c82 static char * buffer_undef(localkey_t key, long size);
83 static char * buffer_threaded(localkey_t key, long size);
84 static char * buffer_unthreaded(localkey_t key, long size);
90 char * (* Curl_thread_buffer)(localkey_t key, long size) = buffer_undef;
99 localkey_t i; in thdbufdestroy()
101 for(i = (localkey_t) 0; i < LK_LAST; i++) { in thdbufdestroy()
173 buffer_unthreaded(localkey_t key, long size) in buffer_unthreaded()
181 buffer_threaded(localkey_t key, long size) in buffer_threaded()
213 buffer_undef(localkey_t key, long size) in buffer_undef()
243 set_thread_string(localkey_t key, const char * s) in set_thread_string()