Searched refs:my_trace (Results 1 - 8 of 8) sorted by relevance
/third_party/curl/docs/examples/ |
H A D | debug.c | 87 int my_trace(CURL *handle, curl_infotype type, in my_trace() function 135 curl_easy_setopt(curl, CURLOPT_DEBUGFUNCTION, my_trace); in main()
|
H A D | multi-debugcallback.c | 91 int my_trace(CURL *handle, curl_infotype type, in my_trace() function 139 curl_easy_setopt(http_handle, CURLOPT_DEBUGFUNCTION, my_trace); in main()
|
H A D | http2-download.c | 106 int my_trace(CURL *handle, curl_infotype type, in my_trace() function 169 curl_easy_setopt(hnd, CURLOPT_DEBUGFUNCTION, my_trace); in setup()
|
H A D | http2-serverpush.c | 93 int my_trace(CURL *handle, curl_infotype type, in my_trace() function 147 curl_easy_setopt(hnd, CURLOPT_DEBUGFUNCTION, my_trace); in setup()
|
H A D | http2-upload.c | 108 int my_trace(CURL *handle, curl_infotype type, in my_trace() function 226 curl_easy_setopt(hnd, CURLOPT_DEBUGFUNCTION, my_trace); in setup()
|
/third_party/curl/tests/http/clients/ |
H A D | h2-serverpush.c | 95 int my_trace(CURL *handle, curl_infotype type, in my_trace() function 150 curl_easy_setopt(hnd, CURLOPT_DEBUGFUNCTION, my_trace); in setup()
|
H A D | h2-download.c | 48 int my_trace(CURL *handle, curl_infotype type, in my_trace() function 155 curl_easy_setopt(hnd, CURLOPT_DEBUGFUNCTION, my_trace); in setup()
|
/third_party/curl/tests/libtest/ |
H A D | lib552.c | 88 int my_trace(CURL *handle, curl_infotype type, in my_trace() function 182 test_setopt(curl, CURLOPT_DEBUGFUNCTION, my_trace); in test()
|
Completed in 3 milliseconds