Home
last modified time | relevance | path

Searched refs:curl_write (Results 1 – 5 of 5) sorted by relevance

/PHP-5.4/ext/curl/tests/
H A Dcurl_write_callback.phpt7 …o access this file, passing the output into a callback. Tests the PHP_CURL_USER case in curl_write.
H A Dcurl_write_return.phpt8 of curl_write().
H A Dcurl_write_stdout.phpt7 … file and store the output in another temporary file. Tests the PHP_CURL_FILE case in curl_write().
H A Dcurl_write_file.phpt7 … file and store the output in another temporary file. Tests the PHP_CURL_FILE case in curl_write().
/PHP-5.4/ext/curl/
H A Dinterface.c997 static size_t curl_write(char *data, size_t size, size_t nmemb, void *ctx) in curl_write() function
1578 curl_easy_setopt(ch->cp, CURLOPT_WRITEFUNCTION, curl_write); in PHP_FUNCTION()

Completed in 17 milliseconds