Searched refs:CURLOPT_SAFE_UPLOAD (Results 1 – 4 of 4) sorted by relevance
46 curl_setopt($ch, CURLOPT_SAFE_UPLOAD, 0);51 curl_setopt($ch, CURLOPT_SAFE_UPLOAD, true);
13 curl_setopt($ch, CURLOPT_SAFE_UPLOAD, 1);
193 #define CURLOPT_SAFE_UPLOAD -1 macro
1382 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 38 milliseconds