Home
last modified time | relevance | path

Searched refs:my_trace (Results 1 - 8 of 8) sorted by relevance

/third_party/curl/docs/examples/
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 Dmulti-debugcallback.c91 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 Dhttp2-download.c106 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 Dhttp2-serverpush.c93 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 Dhttp2-upload.c108 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 Dh2-serverpush.c95 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 Dh2-download.c48 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 Dlib552.c88 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