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
49 #define PHP_CURL_RETURN 4 macro
252 if (ch->handlers->write->method == PHP_CURL_RETURN && ch->handlers->write->buf.len > 0) { in PHP_FUNCTION()
1015 case PHP_CURL_RETURN: in curl_write()1237 if (ch->handlers->write->method == PHP_CURL_RETURN && length > 0) { in curl_write_header()1991 ch->handlers->write->method = PHP_CURL_RETURN; in _php_curl_setopt()2367 if (ch->handlers->write->method == PHP_CURL_RETURN && ch->handlers->write->buf.len > 0) { in PHP_FUNCTION()2380 if (ch->handlers->write->method == PHP_CURL_RETURN) { in PHP_FUNCTION()
Completed in 12 milliseconds