Searched refs:my_trace (Results 1 – 6 of 6) sorted by relevance
/external/curl/docs/examples/ |
D | debug.c | 85 int my_trace(CURL *handle, curl_infotype type, in my_trace() function 134 curl_easy_setopt(curl, CURLOPT_DEBUGFUNCTION, my_trace); in main()
|
D | multi-debugcallback.c | 92 int my_trace(CURL *handle, curl_infotype type, in my_trace() function 141 curl_easy_setopt(http_handle, CURLOPT_DEBUGFUNCTION, my_trace); in main()
|
D | http2-download.c | 102 int my_trace(CURL *handle, curl_infotype type, in my_trace() function 161 curl_easy_setopt(hnd, CURLOPT_DEBUGFUNCTION, my_trace); in setup()
|
D | http2-serverpush.c | 91 int my_trace(CURL *handle, curl_infotype type, in my_trace() function 146 curl_easy_setopt(hnd, CURLOPT_DEBUGFUNCTION, my_trace); in setup()
|
D | http2-upload.c | 104 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/ |
D | lib552.c | 86 int my_trace(CURL *handle, curl_infotype type, in my_trace() function 181 test_setopt(curl, CURLOPT_DEBUGFUNCTION, my_trace); in test()
|