Home
last modified time | relevance | path

Searched refs:CURLM_CALL_MULTI_PERFORM (Results 1 – 6 of 6) sorted by relevance

/php-src/ext/curl/tests/
H A Dcurl_multi_segfault.phpt37 } while ($mrc == CURLM_CALL_MULTI_PERFORM);
44 } while ($mrc == CURLM_CALL_MULTI_PERFORM);
H A Dbug77946.phpt26 } while ($status === CURLM_CALL_MULTI_PERFORM || $active);
H A Dcurl_multi_info_read.phpt23 } while ($status === CURLM_CALL_MULTI_PERFORM || $active);
H A Dbug77535.phpt49 } while (CURLM_CALL_MULTI_PERFORM === $mrc);
/php-src/ext/curl/
H A Dcurl.stub.php981 const CURLM_CALL_MULTI_PERFORM = UNKNOWN; define
H A Dcurl_arginfo.h427 REGISTER_LONG_CONSTANT("CURLM_CALL_MULTI_PERFORM", CURLM_CALL_MULTI_PERFORM, CONST_PERSISTENT); in register_curl_symbols()

Completed in 18 milliseconds