Home
last modified time | relevance | path

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

/PHP-5.5/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.5/ext/curl/
H A Dinterface.c1300 static size_t curl_write(char *data, size_t size, size_t nmemb, void *ctx) in curl_write() function
1927 curl_easy_setopt(ch->cp, CURLOPT_WRITEFUNCTION, curl_write); in _php_curl_set_default_options()

Completed in 22 milliseconds