Home
last modified time | relevance | path

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

/curl/packages/OS400/
H A Dos400sys.h47 } localkey_t; typedef
50 extern char * (* Curl_thread_buffer)(localkey_t key, long size);
H A Dos400sys.c76 static char *buffer_undef(localkey_t key, long size);
77 static char *buffer_threaded(localkey_t key, long size);
78 static char *buffer_unthreaded(localkey_t key, long size);
84 char *(*Curl_thread_buffer)(localkey_t key, long size) = buffer_undef;
90 localkey_t i; in thdbufdestroy()
92 for(i = (localkey_t) 0; i < LK_LAST; i++) { in thdbufdestroy()
162 buffer_unthreaded(localkey_t key, long size) in buffer_unthreaded()
169 buffer_threaded(localkey_t key, long size) in buffer_threaded()
200 buffer_undef(localkey_t key, long size) in buffer_undef()
232 set_thread_string(localkey_t key, const char *s) in set_thread_string()
H A Dccsidcurl.c239 keyed_string(localkey_t key, const char *ascii, unsigned int ccsid) in keyed_string()

Completed in 9 milliseconds