Home
last modified time | relevance | path

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

/php-src/ext/curl/tests/
H A Dbug77535.phpt53 while (false !== $info && $info['msg'] == CURLMSG_DONE) {
54 if (CURLMSG_DONE !== $info['msg']) {
H A Dcurl_pushfunction.phpt42 if (false !== $info && $info['msg'] == CURLMSG_DONE) {
H A Dbug76675.phpt40 if (false !== $info && $info['msg'] == CURLMSG_DONE) {
H A Dcurl_pushfunction_trampoline.phpt46 if (false !== $info && $info['msg'] == CURLMSG_DONE) {
H A Dcurl_multi_get_handles.phpt38 if ($info['msg'] === CURLMSG_DONE) {
/php-src/ext/curl/
H A Dcurl.stub.php1009 const CURLMSG_DONE = UNKNOWN; define
H A Dcurl_arginfo.h427 REGISTER_LONG_CONSTANT("CURLMSG_DONE", CURLMSG_DONE, CONST_PERSISTENT); in register_curl_symbols()

Completed in 15 milliseconds