Searched refs:debug_cb (Results 1 – 6 of 6) sorted by relevance
/curl/tests/http/clients/ |
H A D | h2-upgrade-extreme.c | 56 static int debug_cb(CURL *handle, curl_infotype type, in debug_cb() function 172 curl_easy_setopt(easy, CURLOPT_DEBUGFUNCTION, debug_cb); in main()
|
H A D | upload-pausing.c | 63 static int debug_cb(CURL *handle, curl_infotype type, in debug_cb() function 294 curl_easy_setopt(curl, CURLOPT_DEBUGFUNCTION, debug_cb) in main()
|
H A D | tls-session-reuse.c | 57 static int debug_cb(CURL *handle, curl_infotype type, in debug_cb() function 154 curl_easy_setopt(easy, CURLOPT_DEBUGFUNCTION, debug_cb); in add_transfer()
|
H A D | h2-pausing.c | 66 static int debug_cb(CURL *handle, curl_infotype type, in debug_cb() function 289 curl_easy_setopt(handles[i].h, CURLOPT_DEBUGFUNCTION, debug_cb) in main()
|
H A D | hx-download.c | 68 static int debug_cb(CURL *handle, curl_infotype type, in debug_cb() function 255 curl_easy_setopt(hnd, CURLOPT_DEBUGFUNCTION, debug_cb); in setup()
|
H A D | hx-upload.c | 68 static int debug_cb(CURL *handle, curl_infotype type, in debug_cb() function 293 curl_easy_setopt(hnd, CURLOPT_DEBUGFUNCTION, debug_cb); in setup()
|
Completed in 20 milliseconds