Searched refs:CURLOPT_INFILE (Results 1 – 11 of 11) sorted by relevance
/PHP-8.2/ext/curl/tests/ |
H A D | bug64267.phpt | 2 Bug #64267 (CURLOPT_INFILE doesn't allow reset) 19 CURLOPT_INFILE => $f, 27 CURLOPT_INFILE => null,
|
H A D | bug54798.phpt | 18 if (CURLOPT_INFILE == $curl_option) { 40 "CURLOPT_INFILE" 60 %AOk for CURLOPT_INFILE
|
H A D | bug54798-unix.phpt | 24 if (CURLOPT_INFILE == $curl_option) { 46 "CURLOPT_INFILE" 63 %aOk for CURLOPT_INFILE
|
H A D | bug48203_multi.phpt | 32 if (CURLOPT_INFILE == $curl_option) { 63 "CURLOPT_STDERR", "CURLOPT_WRITEHEADER", "CURLOPT_FILE", "CURLOPT_INFILE" 91 Warning: curl_multi_add_handle(): CURLOPT_INFILE resource has gone away, resetting to default in %s… 93 Warning: curl_multi_add_handle(): CURLOPT_INFILE resource has gone away, resetting to default in %s… 94 Ok for CURLOPT_INFILE
|
H A D | bug68937_2.phpt | 18 CURLOPT_INFILE => fopen(__FILE__, 'r'),
|
H A D | curl_pause_001.phpt | 30 curl_setopt($ch, CURLOPT_INFILE, $inputHandle);
|
H A D | curl_setopt_CURLOPT_READFUNCTION.phpt | 32 curl_setopt($oCurl, CURLOPT_INFILE, $hReadHandle );
|
H A D | curl_ftp_pasv.phpt | 46 curl_setopt ( $ch , CURLOPT_INFILE, $fp );
|
/PHP-8.2/ext/curl/ |
H A D | interface.c | 170 curl_easy_setopt(ch->cp, CURLOPT_INFILE, (void *) ch); in _php_curl_verify_handlers() 1094 curl_easy_setopt(ch->cp, CURLOPT_INFILE, (void *) ch); in _php_curl_set_default_options() 1189 curl_easy_setopt(ch->cp, CURLOPT_INFILE, (void *) ch); in _php_setup_easy_copy_handlers() 1962 case CURLOPT_INFILE: in _php_curl_setopt() 2021 case CURLOPT_INFILE: in _php_curl_setopt()
|
H A D | curl.stub.php | 183 const CURLOPT_INFILE = UNKNOWN; define
|
H A D | curl_arginfo.h | 269 REGISTER_LONG_CONSTANT("CURLOPT_INFILE", CURLOPT_INFILE, CONST_PERSISTENT); in register_curl_symbols()
|
Completed in 36 milliseconds