Home
last modified time | relevance | path

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

/third_party/curl/src/
Dtool_vms.c102 if(code > CURL_LAST) { /* If CURL_LAST exceeded then */ in vms_special_exit()
103 vms_code = CURL_LAST; /* curlmsg.h is out of sync. */ in vms_special_exit()
/third_party/curl/tests/libtest/
Dlib1538.c40 for(easyret = CURLE_OK; easyret <= CURL_LAST; easyret++) { in test()
/third_party/curl/packages/vms/
Dcurlmsg.sdl114 ,"CURL_LAST" EQUALS %X0F0182AA PREFIX "CURL" TAG ""
Dcurlmsg.msg130 CURL_LAST <CURLMSG.MSG is out of sync with the source code>
/third_party/curl/lib/
Dstrerror.c340 case CURL_LAST: in curl_easy_strerror()
/third_party/curl/include/curl/
Dcurl.h617 CURL_LAST /* never use! */ enumerator