Home
last modified time | relevance | path

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

/PHP-8.2/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-8.2/ext/curl/
H A Dcurl_private.h37 #define PHP_CURL_RETURN 4 macro
H A Dmulti.c250 if (ch->handlers.write->method == PHP_CURL_RETURN) { in PHP_FUNCTION()
H A Dinterface.c579 case PHP_CURL_RETURN: in curl_write()
889 if (ch->handlers.write->method == PHP_CURL_RETURN && length > 0) { in curl_write_header()
2119 ch->handlers.write->method = PHP_CURL_RETURN; in _php_curl_setopt()
2375 if (ch->handlers.write->method == PHP_CURL_RETURN && ch->handlers.write->buf.s) { in PHP_FUNCTION()
2388 if (ch->handlers.write->method == PHP_CURL_RETURN) { in PHP_FUNCTION()

Completed in 23 milliseconds