Home
last modified time | relevance | path

Searched refs:CURLM_OK (Results 1 – 7 of 7) sorted by relevance

/php-src/ext/curl/
H A Dmulti.c86 CURLMcode error = CURLM_OK; in PHP_FUNCTION()
154 CURLMcode error = CURLM_OK; in PHP_FUNCTION()
180 CURLMcode error = CURLM_OK; in PHP_FUNCTION()
196 if (CURLM_OK != error) { in PHP_FUNCTION()
212 CURLMcode error = CURLM_OK; in PHP_FUNCTION()
424 CURLMcode error = CURLM_OK; in _php_curl_multi_setopt()
467 if (error != CURLM_OK) { in _php_curl_multi_setopt()
481 return error == CURLM_OK; in _php_curl_multi_setopt()
H A Dcurl.stub.php999 const CURLM_OK = UNKNOWN; define
H A Dcurl_arginfo.h420 REGISTER_LONG_CONSTANT("CURLM_OK", CURLM_OK, CONST_PERSISTENT); in register_curl_symbols()
/php-src/ext/curl/tests/
H A Dcurl_multi_strerror_001.phpt8 var_dump(strtolower(curl_multi_strerror(CURLM_OK)));
H A Dcurl_pause_001.phpt42 } while ($active && $status == CURLM_OK);
H A Dcurl_copy_handle_variation4.phpt32 } while ($active && $status == CURLM_OK);
H A Dcurl_multi_segfault.phpt40 while ($active && $mrc == CURLM_OK) {

Completed in 23 milliseconds