Home
last modified time | relevance | path

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

/PHP-8.3/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) {
/PHP-8.3/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()
199 if (CURLM_OK != error) { in PHP_FUNCTION()
215 CURLMcode error = CURLM_OK; in PHP_FUNCTION()
446 CURLMcode error = CURLM_OK; in _php_curl_multi_setopt()
485 if (error != CURLM_OK) { in _php_curl_multi_setopt()
499 return error == CURLM_OK; in _php_curl_multi_setopt()
H A Dcurl.stub.php994 const CURLM_OK = UNKNOWN; define
H A Dcurl_arginfo.h438 REGISTER_LONG_CONSTANT("CURLM_OK", CURLM_OK, CONST_PERSISTENT); in register_curl_symbols()

Completed in 31 milliseconds