Lines Matching refs:localkey_t
76 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;
92 for(i = (localkey_t) 0; i < LK_LAST; i++) {
162 buffer_unthreaded(localkey_t key, long size)
169 buffer_threaded(localkey_t key, long size)
200 buffer_undef(localkey_t key, long size)
232 set_thread_string(localkey_t key, const char *s)