Home
last modified time | relevance | path

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

/PHP-7.4/ext/curl/tests/
H A Dcurl_write_stdout.phpt7 …s this file and store the output in another temporary file. Tests the PHP_CURL_FILE case in curl_w…
H A Dcurl_write_file.phpt7 …s this file and store the output in another temporary file. Tests the PHP_CURL_FILE case in curl_w…
/PHP-7.4/ext/curl/
H A Dphp_curl.h55 #define PHP_CURL_FILE 1 macro
H A Dinterface.c1486 case PHP_CURL_FILE: in curl_write()
1715 case PHP_CURL_FILE: in curl_write_header()
2791 ch->handlers->write->method = PHP_CURL_FILE; in _php_curl_setopt()
2809 ch->handlers->write_header->method = PHP_CURL_FILE; in _php_curl_setopt()
3264 if (ch->handlers->write->method == PHP_CURL_FILE && ch->handlers->write->fp) { in PHP_FUNCTION()
3267 if (ch->handlers->write_header->method == PHP_CURL_FILE && ch->handlers->write_header->fp) { in PHP_FUNCTION()

Completed in 21 milliseconds