Searched refs:CURL_PREREQFUNC_ABORT (Results 1 – 5 of 5) sorted by relevance
26 var_dump(CURL_PREREQFUNC_ABORT);28 $returnValue = CURL_PREREQFUNC_ABORT;30 echo "\nTesting with CURL_PREREQFUNC_ABORT\n";125 Testing with CURL_PREREQFUNC_ABORT162 The CURLOPT_PREREQFUNCTION callback must return either CURL_PREREQFUNC_OK or CURL_PREREQFUNC_ABORT165 The CURLOPT_PREREQFUNCTION callback must return either CURL_PREREQFUNC_OK or CURL_PREREQFUNC_ABORT168 The CURLOPT_PREREQFUNCTION callback must return either CURL_PREREQFUNC_OK or CURL_PREREQFUNC_ABORT
3570 const CURL_PREREQFUNC_ABORT = UNKNOWN; define
1070 REGISTER_LONG_CONSTANT("CURL_PREREQFUNC_ABORT", CURL_PREREQFUNC_ABORT, CONST_PERSISTENT); in register_curl_symbols()
757 if (retval_long == CURL_PREREQFUNC_OK || retval_long == CURL_PREREQFUNC_ABORT) { in curl_prereqfunction()
309 The callback must return either CURL_PREREQFUNC_OK or CURL_PREREQFUNC_ABORT1055 . CURL_PREREQFUNC_ABORT.
Completed in 42 milliseconds