Home
last modified time | relevance | path

Searched refs:my_trace (Results 1 – 9 of 9) sorted by relevance

/curl/docs/examples/
H A Dmulti-debugcallback.c87 int my_trace(CURL *handle, curl_infotype type, in my_trace() function
135 curl_easy_setopt(http_handle, CURLOPT_DEBUGFUNCTION, my_trace); in main()
H A Ddebug.c87 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 Dhttp2-download.c102 int my_trace(CURL *handle, curl_infotype type, in my_trace() function
165 curl_easy_setopt(hnd, CURLOPT_DEBUGFUNCTION, my_trace); in setup()
H A Dhttp2-serverpush.c90 int my_trace(CURL *handle, curl_infotype type, in my_trace() function
144 curl_easy_setopt(hnd, CURLOPT_DEBUGFUNCTION, my_trace); in setup()
H A Dhttp2-upload.c131 int my_trace(CURL *handle, curl_infotype type, in my_trace() function
249 curl_easy_setopt(hnd, CURLOPT_DEBUGFUNCTION, my_trace); in setup()
/curl/docs/libcurl/opts/
H A DCURLOPT_DEBUGDATA.md46 static int my_trace(CURL *handle, curl_infotype type,
64 curl_easy_setopt(curl, CURLOPT_DEBUGFUNCTION, my_trace);
H A DCURLOPT_DEBUGFUNCTION.md145 int my_trace(CURL *handle, curl_infotype type,
191 curl_easy_setopt(curl, CURLOPT_DEBUGFUNCTION, my_trace);
/curl/tests/libtest/
H A Dlib552.c88 int my_trace(CURL *handle, curl_infotype type, in my_trace() function
182 test_setopt(curl, CURLOPT_DEBUGFUNCTION, my_trace); in test()
/curl/tests/http/clients/
H A Dh2-serverpush.c89 int my_trace(CURL *handle, curl_infotype type, in my_trace() function
144 curl_easy_setopt(hnd, CURLOPT_DEBUGFUNCTION, my_trace); in setup()

Completed in 22 milliseconds