Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/ext/curl/
H A Dphp_curl.h55 #define PHP_CURL_USER 2 macro
H A Dinterface.c1323 case PHP_CURL_USER: { in curl_write()
1384 case PHP_CURL_USER: { in curl_fnmatch()
1455 case PHP_CURL_USER: { in curl_progress()
1537 case PHP_CURL_USER: { in curl_read()
1620 case PHP_CURL_USER: { in curl_write_header()
2581 ch->handlers->write_header->method = PHP_CURL_USER; in _php_curl_setopt()
2748 ch->handlers->progress->method = PHP_CURL_USER; in _php_curl_setopt()
2758 ch->handlers->read->method = PHP_CURL_USER; in _php_curl_setopt()
2777 ch->handlers->write->method = PHP_CURL_USER; in _php_curl_setopt()
2873 ch->handlers->fnmatch->method = PHP_CURL_USER; in _php_curl_setopt()

Completed in 16 milliseconds