Home
last modified time | relevance | path

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

/external/curl/docs/examples/
Ddebug.c85 int my_trace(CURL *handle, curl_infotype type, in my_trace() function
134 curl_easy_setopt(curl, CURLOPT_DEBUGFUNCTION, my_trace); in main()
Dmulti-debugcallback.c92 int my_trace(CURL *handle, curl_infotype type, in my_trace() function
141 curl_easy_setopt(http_handle, CURLOPT_DEBUGFUNCTION, my_trace); in main()
Dhttp2-download.c102 int my_trace(CURL *handle, curl_infotype type, in my_trace() function
161 curl_easy_setopt(hnd, CURLOPT_DEBUGFUNCTION, my_trace); in setup()
Dhttp2-serverpush.c91 int my_trace(CURL *handle, curl_infotype type, in my_trace() function
146 curl_easy_setopt(hnd, CURLOPT_DEBUGFUNCTION, my_trace); in setup()
Dhttp2-upload.c104 int my_trace(CURL *handle, curl_infotype type, in my_trace() function
208 curl_easy_setopt(hnd, CURLOPT_DEBUGFUNCTION, my_trace); in setup()
/external/curl/tests/libtest/
Dlib552.c86 int my_trace(CURL *handle, curl_infotype type, in my_trace() function
181 test_setopt(curl, CURLOPT_DEBUGFUNCTION, my_trace); in test()