Home
last modified time | relevance | path

Searched refs:PHP_CURL_RETURN (Results 1 – 4 of 4) sorted by path

/PHP-7.4/ext/curl/
H A Dinterface.c1488 case PHP_CURL_RETURN: in curl_write()
1709 if (ch->handlers->write->method == PHP_CURL_RETURN && length > 0) { in curl_write_header()
3029 ch->handlers->write->method = PHP_CURL_RETURN; in _php_curl_setopt()
3258 if (ch->handlers->write->method == PHP_CURL_RETURN && ch->handlers->write->buf.s) { in PHP_FUNCTION()
3271 if (ch->handlers->write->method == PHP_CURL_RETURN) { in PHP_FUNCTION()
H A Dmulti.c317 if (ch->handlers->write->method == PHP_CURL_RETURN) { in PHP_FUNCTION()
H A Dphp_curl.h58 #define PHP_CURL_RETURN 4 macro
/PHP-7.4/ext/curl/tests/
H A Dcurl_write_return.phpt7 …to access this file and have it return the content from curl_exec(). Tests the PHP_CURL_RETURN case

Completed in 14 milliseconds