Home
last modified time | relevance | path

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

/PHP-7.4/ext/curl/
H A Dinterface.c1463 static size_t curl_write_nothing(char *data, size_t size, size_t nmemb, void *ctx) in curl_write_nothing() function
3635 curl_easy_setopt(ch->cp, CURLOPT_HEADERFUNCTION, curl_write_nothing); in _php_curl_close_ex()
3636 curl_easy_setopt(ch->cp, CURLOPT_WRITEFUNCTION, curl_write_nothing); in _php_curl_close_ex()

Completed in 12 milliseconds