Searched refs:CURLOPT_SAFE_UPLOAD (Results 1 – 12 of 12) sorted by relevance
/php-src/ext/curl/tests/ |
H A D | curl_file_upload_stream.phpt | 11 curl_setopt($ch, CURLOPT_SAFE_UPLOAD, 1);
|
H A D | bug77711.phpt | 11 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-src/ext/curl/ |
H A D | sync-constants.php | 27 'CURLOPT_SAFE_UPLOAD',
|
H A D | curl_private.h | 111 #define CURLOPT_SAFE_UPLOAD -1 macro
|
H A D | curl.stub.php | 3645 const CURLOPT_SAFE_UPLOAD = UNKNOWN; define
|
H A D | curl_arginfo.h | 1108 REGISTER_LONG_CONSTANT("CURLOPT_SAFE_UPLOAD", CURLOPT_SAFE_UPLOAD, CONST_PERSISTENT); in register_curl_symbols()
|
H A D | interface.c | 1846 case CURLOPT_SAFE_UPLOAD: in _php_curl_setopt()
|
Completed in 30 milliseconds