Home
last modified time | relevance | path

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

/PHP-8.0/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-8.0/ext/curl/
H A Dcurl_private.h35 #define PHP_CURL_USER 2 macro
H A Dinterface.c1371 case PHP_CURL_USER: { in curl_write()
1417 case PHP_CURL_USER: { in curl_fnmatch()
1468 case PHP_CURL_USER: { in curl_progress()
1521 case PHP_CURL_USER: { in curl_read()
1589 case PHP_CURL_USER: { in curl_write_header()
2723 ch->handlers->write_header->method = PHP_CURL_USER; in _php_curl_setopt()
2756 ch->handlers->progress->method = PHP_CURL_USER; in _php_curl_setopt()
2765 ch->handlers->read->method = PHP_CURL_USER; in _php_curl_setopt()
2782 ch->handlers->write->method = PHP_CURL_USER; in _php_curl_setopt()
2865 ch->handlers->fnmatch->method = PHP_CURL_USER; in _php_curl_setopt()
H A Dmulti.c470 mh->handlers->server_push->method = PHP_CURL_USER; in _php_curl_multi_setopt()

Completed in 21 milliseconds