Searched refs:CURLOPT_SAFE_UPLOAD (Results 1 – 9 of 9) sorted by relevance
/PHP-8.1/ext/curl/tests/ |
H A D | bug77711.phpt | 11 curl_setopt($ch, CURLOPT_SAFE_UPLOAD, 1);
|
H A D | curl_file_upload_stream.phpt | 14 curl_setopt($ch, CURLOPT_SAFE_UPLOAD, 1);
|
H A D | curl_file_upload.phpt | 46 curl_setopt($ch, CURLOPT_SAFE_UPLOAD, 0); 55 curl_setopt($ch, CURLOPT_SAFE_UPLOAD, true);
|
H A D | curl_copy_handle_variation3.phpt | 11 curl_setopt($ch1, CURLOPT_SAFE_UPLOAD, 1);
|
H A D | curl_copy_handle_variation4.phpt | 11 curl_setopt($ch1, CURLOPT_SAFE_UPLOAD, 1);
|
H A D | curl_copy_handle_variation5.phpt | 11 curl_setopt($ch1, CURLOPT_SAFE_UPLOAD, 1);
|
H A D | bug27023.phpt | 13 curl_setopt($ch, CURLOPT_SAFE_UPLOAD, 1);
|
/PHP-8.1/ext/curl/ |
H A D | curl_private.h | 115 #define CURLOPT_SAFE_UPLOAD -1 macro
|
H A D | interface.c | 1172 REGISTER_CURL_CONSTANT(CURLOPT_SAFE_UPLOAD); in PHP_MINIT_FUNCTION() 2456 case CURLOPT_SAFE_UPLOAD: in _php_curl_setopt()
|
Completed in 19 milliseconds