Searched refs:CURLOPT_XFERINFOFUNCTION (Results 1 – 6 of 6) sorted by relevance
2 Test curl_copy_handle() with CURLOPT_XFERINFOFUNCTION15 …curl_setopt($ch, CURLOPT_XFERINFOFUNCTION, function() { static $done = false; if (!$done) { echo "…
479 const CURLOPT_XFERINFOFUNCTION = UNKNOWN; define
2223 case CURLOPT_XFERINFOFUNCTION: in _php_curl_setopt()2224 curl_easy_setopt(ch->cp, CURLOPT_XFERINFOFUNCTION, curl_xferinfo); in _php_curl_setopt()
329 REGISTER_LONG_CONSTANT("CURLOPT_XFERINFOFUNCTION", CURLOPT_XFERINFOFUNCTION, CONST_PERSISTENT); in register_curl_symbols()
393 . CURLOPT_XFERINFOFUNCTION (libcurl >= 7.32.0)
2070 . Added support for CURLOPT_XFERINFOFUNCTION. (David Carlier)
Completed in 38 milliseconds