Home
last modified time | relevance | path

Searched refs:CURL_PREREQFUNC_OK (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/curl/tests/
H A Dcurl_setopt_CURLOPT_PREREQFUNCTION.phpt25 var_dump(CURL_PREREQFUNC_OK);
52 $returnValue = CURL_PREREQFUNC_OK;
54 echo "\nTesting with CURL_PREREQFUNC_OK\n";
137 Testing with CURL_PREREQFUNC_OK
162 The CURLOPT_PREREQFUNCTION callback must return either CURL_PREREQFUNC_OK or CURL_PREREQFUNC_ABORT
165 The CURLOPT_PREREQFUNCTION callback must return either CURL_PREREQFUNC_OK or CURL_PREREQFUNC_ABORT
168 The CURLOPT_PREREQFUNCTION callback must return either CURL_PREREQFUNC_OK or CURL_PREREQFUNC_ABORT
/php-src/ext/curl/
H A Dcurl.stub.php3516 const CURL_PREREQFUNC_OK = UNKNOWN; define
H A Dinterface.c721 int rval = CURL_PREREQFUNC_OK; in curl_prereqfunction()
753 if (retval_long == CURL_PREREQFUNC_OK || retval_long == CURL_PREREQFUNC_ABORT) { in curl_prereqfunction()
H A Dcurl_arginfo.h1057 REGISTER_LONG_CONSTANT("CURL_PREREQFUNC_OK", CURL_PREREQFUNC_OK, CONST_PERSISTENT); in register_curl_symbols()
/php-src/
H A DUPGRADING301 The callback must return either CURL_PREREQFUNC_OK or CURL_PREREQFUNC_ABORT
1039 . CURL_PREREQFUNC_OK.

Completed in 21 milliseconds