Home
last modified time | relevance | path

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

/PHP-7.1/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
/PHP-7.1/ext/curl/
H A Dphp_curl.h60 #define PHP_CURL_RETURN 4 macro
H A Dmulti.c316 if (ch->handlers->write->method == PHP_CURL_RETURN) { in PHP_FUNCTION()
H A Dinterface.c1468 case PHP_CURL_RETURN: in curl_write()
1696 if (ch->handlers->write->method == PHP_CURL_RETURN && length > 0) { in curl_write_header()
2826 ch->handlers->write->method = PHP_CURL_RETURN; in _php_curl_setopt()
3059 if (ch->handlers->write->method == PHP_CURL_RETURN && ch->handlers->write->buf.s) { in PHP_FUNCTION()
3072 if (ch->handlers->write->method == PHP_CURL_RETURN) { in PHP_FUNCTION()

Completed in 15 milliseconds