Home
last modified time | relevance | path

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

/PHP-8.4/ext/curl/tests/
H A Dcurl_multi_add_handle_lifecycle.phpt26 if (curl_multi_add_handle($mh, $ch) == CURLM_OK) {
29 if (curl_multi_add_handle($mh, $ch) == CURLM_OK) {
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.4/ext/curl/
H A Dmulti.c86 CURLMcode error = CURLM_OK; in PHP_FUNCTION()
103 if (error == CURLM_OK) { in PHP_FUNCTION()
156 CURLMcode error = CURLM_OK; in PHP_FUNCTION()
169 if (error == CURLM_OK) { in PHP_FUNCTION()
184 CURLMcode error = CURLM_OK; in PHP_FUNCTION()
200 if (CURLM_OK != error) { in PHP_FUNCTION()
216 CURLMcode error = CURLM_OK; in PHP_FUNCTION()
428 CURLMcode error = CURLM_OK; in _php_curl_multi_setopt()
471 if (error != CURLM_OK) { in _php_curl_multi_setopt()
485 return error == CURLM_OK; in _php_curl_multi_setopt()
H A Dcurl.stub.php1041 const CURLM_OK = UNKNOWN; define
H A Dcurl_arginfo.h427 REGISTER_LONG_CONSTANT("CURLM_OK", CURLM_OK, CONST_PERSISTENT); in register_curl_symbols()

Completed in 34 milliseconds