Home
last modified time | relevance | path

Searched refs:CURLOPT_SAFE_UPLOAD (Results 1 – 12 of 12) sorted by relevance

/PHP-8.2/ext/curl/tests/
H A Dcurl_file_upload_stream.phpt11 curl_setopt($ch, CURLOPT_SAFE_UPLOAD, 1);
H A Dbug77711.phpt11 curl_setopt($ch, CURLOPT_SAFE_UPLOAD, 1);
H A Dcurl_file_upload.phpt46 curl_setopt($ch, CURLOPT_SAFE_UPLOAD, 0);
55 curl_setopt($ch, CURLOPT_SAFE_UPLOAD, true);
H A Dcurl_copy_handle_variation3.phpt11 curl_setopt($ch1, CURLOPT_SAFE_UPLOAD, 1);
H A Dcurl_copy_handle_variation4.phpt11 curl_setopt($ch1, CURLOPT_SAFE_UPLOAD, 1);
H A Dcurl_copy_handle_variation5.phpt11 curl_setopt($ch1, CURLOPT_SAFE_UPLOAD, 1);
H A Dbug27023.phpt13 curl_setopt($ch, CURLOPT_SAFE_UPLOAD, 1);
/PHP-8.2/ext/curl/
H A Dsync-constants.php25 'CURLOPT_SAFE_UPLOAD',
H A Dcurl_private.h114 #define CURLOPT_SAFE_UPLOAD -1 macro
H A Dcurl.stub.php3554 const CURLOPT_SAFE_UPLOAD = UNKNOWN; define
H A Dcurl_arginfo.h1090 REGISTER_LONG_CONSTANT("CURLOPT_SAFE_UPLOAD", CURLOPT_SAFE_UPLOAD, CONST_PERSISTENT); in register_curl_symbols()
H A Dinterface.c1713 case CURLOPT_SAFE_UPLOAD: in _php_curl_setopt()

Completed in 31 milliseconds