Home
last modified time | relevance | path

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

/external/curl/tests/unit/
Dunit1652.c38 int debugf_cb(CURL *handle, curl_infotype type, char *buf, size_t size,
47 debugf_cb(CURL *handle, curl_infotype type, char *buf, size_t size, in debugf_cb() function
68 curl_easy_setopt(data, CURLOPT_DEBUGFUNCTION, debugf_cb); in unit_setup()