Searched defs:hnd (Results 1 – 21 of 21) sorted by relevance
/curl/lib/ |
H A D | curl_threads.c | 85 void Curl_thread_destroy(curl_thread_t hnd) in Curl_thread_destroy() 93 int Curl_thread_join(curl_thread_t *hnd) in Curl_thread_join() 139 void Curl_thread_destroy(curl_thread_t hnd) in Curl_thread_destroy() 145 int Curl_thread_join(curl_thread_t *hnd) in Curl_thread_join()
|
/curl/tests/libtest/ |
H A D | lib1568.c | 32 CURL *hnd; in test() local
|
H A D | lib1569.c | 32 CURL *hnd; in test() local
|
H A D | lib1910.c | 33 CURL *hnd; in test() local
|
H A D | lib1913.c | 33 CURL *hnd; in test() local
|
H A D | lib1523.c | 51 static CURLcode run(CURL *hnd, long limit, long time) in run() 61 CURL *hnd; in test() local
|
H A D | lib1900.c | 33 CURL *hnd = NULL; in test() local
|
H A D | lib1908.c | 33 CURL *hnd; in test() local
|
H A D | lib3027.c | 33 CURL *hnd; in test() local
|
H A D | lib1662.c | 53 CURL *hnd; in test() local
|
H A D | lib1915.c | 103 CURL *hnd; in test() local
|
/curl/tests/unit/ |
H A D | unit1396.c | 26 static CURL *hnd; variable
|
/curl/docs/examples/ |
H A D | http2-upload.c | 78 CURL *hnd; member 201 CURL *hnd; in setup() local
|
H A D | http2-download.c | 144 CURL *hnd; in setup() local
|
H A D | http2-pushinmemory.c | 70 static void setup(CURL *hnd) in setup()
|
H A D | http2-serverpush.c | 129 static int setup(CURL *hnd, const char *url) in setup()
|
/curl/src/ |
H A D | tool_util.c | 169 # define _lseeki64(hnd,ofs,whence) lseek(hnd,ofs,whence) argument
|
H A D | tool_doswin.c | 619 HANDLE hnd = INVALID_HANDLE_VALUE; in GetLoadedModulePaths() local
|
/curl/tests/http/clients/ |
H A D | h2-serverpush.c | 128 static int setup(CURL *hnd, const char *url) in setup()
|
H A D | hx-download.c | 230 static int setup(CURL *hnd, const char *url, struct transfer *t, in setup()
|
H A D | hx-upload.c | 254 static int setup(CURL *hnd, const char *url, struct transfer *t, in setup()
|
Completed in 28 milliseconds