Home
last modified time | relevance | path

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

/PHP-7.1/ext/curl/tests/
H A Dcurl_write_callback.phpt7 …rl to access this file, passing the output into a callback. Tests the PHP_CURL_USER case in curl_w…
/PHP-7.1/ext/curl/
H A Dphp_curl.h58 #define PHP_CURL_USER 2 macro
H A Dinterface.c1473 case PHP_CURL_USER: { in curl_write()
1521 case PHP_CURL_USER: { in curl_fnmatch()
1574 case PHP_CURL_USER: { in curl_progress()
1632 case PHP_CURL_USER: { in curl_read()
1704 case PHP_CURL_USER: { in curl_write_header()
2681 ch->handlers->write_header->method = PHP_CURL_USER; in _php_curl_setopt()
2812 ch->handlers->progress->method = PHP_CURL_USER; in _php_curl_setopt()
2821 ch->handlers->read->method = PHP_CURL_USER; in _php_curl_setopt()
2838 ch->handlers->write->method = PHP_CURL_USER; in _php_curl_setopt()
2932 ch->handlers->fnmatch->method = PHP_CURL_USER; in _php_curl_setopt()
H A Dmulti.c581 mh->handlers->server_push->method = PHP_CURL_USER; in _php_curl_multi_setopt()

Completed in 16 milliseconds