Searched refs:PHP_CURL_USER (Results 1 – 3 of 3) sorted by relevance
7 …rl to access this file, passing the output into a callback. Tests the PHP_CURL_USER case in curl_w…
47 #define PHP_CURL_USER 2 macro
1020 case PHP_CURL_USER: { in curl_write()1086 case PHP_CURL_USER: { in curl_progress()1162 case PHP_CURL_USER: { in curl_read()1245 case PHP_CURL_USER: { in curl_write_header()2012 ch->handlers->write->method = PHP_CURL_USER; in _php_curl_setopt()2021 ch->handlers->read->method = PHP_CURL_USER; in _php_curl_setopt()2032 ch->handlers->progress->method = PHP_CURL_USER; in _php_curl_setopt()2041 ch->handlers->write_header->method = PHP_CURL_USER; in _php_curl_setopt()
Completed in 11 milliseconds