Searched refs:CURLOPT_NOPROGRESS (Results 1 – 5 of 5) sorted by relevance
13 curl_setopt($ch, CURLOPT_NOPROGRESS, 0);
233 const CURLOPT_NOPROGRESS = UNKNOWN; define
1088 curl_easy_setopt(ch->cp, CURLOPT_NOPROGRESS, 1); in _php_curl_set_default_options()1638 case CURLOPT_NOPROGRESS: in _php_curl_setopt()
279 REGISTER_LONG_CONSTANT("CURLOPT_NOPROGRESS", CURLOPT_NOPROGRESS, CONST_PERSISTENT); in register_curl_symbols()
Completed in 24 milliseconds