Searched refs:PHP_CURL_RETURN (Results 1 – 4 of 4) sorted by relevance
7 …to access this file and have it return the content from curl_exec(). Tests the PHP_CURL_RETURN case
37 #define PHP_CURL_RETURN 4 macro
245 if (ch->handlers.write->method == PHP_CURL_RETURN) { in PHP_FUNCTION()
1371 case PHP_CURL_RETURN: in curl_write()1578 if (ch->handlers.write->method == PHP_CURL_RETURN && length > 0) { in curl_write_header()2847 ch->handlers.write->method = PHP_CURL_RETURN; in _php_curl_setopt()3088 if (ch->handlers.write->method == PHP_CURL_RETURN && ch->handlers.write->buf.s) { in PHP_FUNCTION()3101 if (ch->handlers.write->method == PHP_CURL_RETURN) { in PHP_FUNCTION()
Completed in 23 milliseconds