Searched refs:PHP_CURL_FILE (Results 1 – 4 of 4) sorted by relevance
7 …s this file and store the output in another temporary file. Tests the PHP_CURL_FILE case in curl_w…
34 #define PHP_CURL_FILE 1 macro
1364 case PHP_CURL_FILE: in curl_write()1587 case PHP_CURL_FILE: in curl_write_header()2558 ch->handlers->write->method = PHP_CURL_FILE; in _php_curl_setopt()2576 ch->handlers->write_header->method = PHP_CURL_FILE; in _php_curl_setopt()2995 if (ch->handlers->write->method == PHP_CURL_FILE && ch->handlers->write->fp) { in PHP_FUNCTION()2998 if (ch->handlers->write_header->method == PHP_CURL_FILE && ch->handlers->write_header->fp) { in PHP_FUNCTION()
Completed in 16 milliseconds