Home
last modified time | relevance | path

Searched refs:CURL_PREREQFUNC_ABORT (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/curl/tests/
H A Dcurl_setopt_CURLOPT_PREREQFUNCTION.phpt26 var_dump(CURL_PREREQFUNC_ABORT);
28 $returnValue = CURL_PREREQFUNC_ABORT;
30 echo "\nTesting with CURL_PREREQFUNC_ABORT\n";
125 Testing with CURL_PREREQFUNC_ABORT
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.php3570 const CURL_PREREQFUNC_ABORT = UNKNOWN; define
H A Dcurl_arginfo.h1076 REGISTER_LONG_CONSTANT("CURL_PREREQFUNC_ABORT", CURL_PREREQFUNC_ABORT, CONST_PERSISTENT); in register_curl_symbols()
H A Dinterface.c757 if (retval_long == CURL_PREREQFUNC_OK || retval_long == CURL_PREREQFUNC_ABORT) { in curl_prereqfunction()

Completed in 29 milliseconds