Home
last modified time | relevance | path

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

/PHP-7.4/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.4/ext/curl/
H A Dphp_curl.h56 #define PHP_CURL_USER 2 macro
H A Dinterface.c1493 case PHP_CURL_USER: { in curl_write()
1541 case PHP_CURL_USER: { in curl_fnmatch()
1594 case PHP_CURL_USER: { in curl_progress()
1648 case PHP_CURL_USER: { in curl_read()
1717 case PHP_CURL_USER: { in curl_write_header()
2969 ch->handlers->write_header->method = PHP_CURL_USER; in _php_curl_setopt()
3015 ch->handlers->progress->method = PHP_CURL_USER; in _php_curl_setopt()
3024 ch->handlers->read->method = PHP_CURL_USER; in _php_curl_setopt()
3041 ch->handlers->write->method = PHP_CURL_USER; in _php_curl_setopt()
3127 ch->handlers->fnmatch->method = PHP_CURL_USER; in _php_curl_setopt()
H A Dmulti.c597 mh->handlers->server_push->method = PHP_CURL_USER; in _php_curl_multi_setopt()

Completed in 18 milliseconds