Searched refs:CURLOPT_NOPROGRESS (Results 1 – 7 of 7) sorted by relevance
/php-src/ext/curl/tests/ |
H A D | curl_progress.phpt | 12 curl_setopt($ch, CURLOPT_NOPROGRESS, 0);
|
H A D | curl_copy_handle_xferinfo.phpt | 17 curl_setopt($ch, CURLOPT_NOPROGRESS, 0);
|
H A D | curl_xferinfo_trampoline.phpt | 25 curl_setopt($ch, CURLOPT_NOPROGRESS, 0);
|
H A D | curl_progress_trampoline.phpt | 25 curl_setopt($ch, CURLOPT_NOPROGRESS, 0);
|
/php-src/ext/curl/ |
H A D | curl.stub.php | 235 const CURLOPT_NOPROGRESS = UNKNOWN; define
|
H A D | interface.c | 1191 curl_easy_setopt(ch->cp, CURLOPT_NOPROGRESS, 1); in _php_curl_set_default_options() 1713 case CURLOPT_NOPROGRESS: in _php_curl_setopt()
|
H A D | curl_arginfo.h | 268 REGISTER_LONG_CONSTANT("CURLOPT_NOPROGRESS", CURLOPT_NOPROGRESS, CONST_PERSISTENT); in register_curl_symbols()
|
Completed in 25 milliseconds