Home
last modified time | relevance | path

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

/PHP-7.1/ext/curl/tests/
H A Dcurl_file_upload.phpt46 curl_setopt($ch, CURLOPT_SAFE_UPLOAD, 0);
51 curl_setopt($ch, CURLOPT_SAFE_UPLOAD, true);
H A Dbug27023.phpt13 curl_setopt($ch, CURLOPT_SAFE_UPLOAD, 1);
/PHP-7.1/ext/curl/
H A Dphp_curl.h193 #define CURLOPT_SAFE_UPLOAD -1 macro
H A Dinterface.c1382 REGISTER_CURL_CONSTANT(CURLOPT_SAFE_UPLOAD); in PHP_MINIT_FUNCTION()
2328 case CURLOPT_SAFE_UPLOAD: in _php_curl_setopt()
2963 if (options <= 0 && options != CURLOPT_SAFE_UPLOAD) { in PHP_FUNCTION()

Completed in 16 milliseconds