Home
last modified time | relevance | path

Searched refs:CURLOPT_READFUNCTION (Results 1 – 7 of 7) sorted by relevance

/PHP-8.3/ext/curl/tests/
H A Dcurl_setopt_CURLOPT_READFUNCTION.phpt2 cURL option CURLOPT_READFUNCTION
31 curl_setopt($oCurl, CURLOPT_READFUNCTION, "custom_readfunction" );
H A Dbug68937.phpt23 CURLOPT_READFUNCTION => 'curl_read',
H A Dbug68937_2.phpt23 CURLOPT_READFUNCTION => 'curl_read',
H A Dcurl_pause_001.phpt29 curl_setopt($ch, CURLOPT_READFUNCTION, new Input);
/PHP-8.3/ext/curl/
H A Dcurl.stub.php323 const CURLOPT_READFUNCTION = UNKNOWN; define
H A Dinterface.c1161 curl_easy_setopt(ch->cp, CURLOPT_READFUNCTION, curl_read); in _php_curl_set_default_options()
2293 case CURLOPT_READFUNCTION: in _php_curl_setopt()
H A Dcurl_arginfo.h297 REGISTER_LONG_CONSTANT("CURLOPT_READFUNCTION", CURLOPT_READFUNCTION, CONST_PERSISTENT); in register_curl_symbols()

Completed in 22 milliseconds