Lines Matching refs:CURLcode
74 extern CURLcode test(char *URL); /* the actual test function provided by each
91 #define TEST_ERR_MAJOR_BAD (CURLcode) 126
92 #define TEST_ERR_RUNS_FOREVER (CURLcode) 125
93 #define TEST_ERR_EASY_INIT (CURLcode) 124
94 #define TEST_ERR_MULTI (CURLcode) 123
95 #define TEST_ERR_NUM_HANDLES (CURLcode) 122
96 #define TEST_ERR_SELECT (CURLcode) 121
97 #define TEST_ERR_SUCCESS (CURLcode) 120
98 #define TEST_ERR_FAILURE (CURLcode) 119
99 #define TEST_ERR_USAGE (CURLcode) 118
100 #define TEST_ERR_FOPEN (CURLcode) 117
101 #define TEST_ERR_FSTAT (CURLcode) 116
102 #define TEST_ERR_BAD_TIMEOUT (CURLcode) 115
178 CURLcode ec; \
472 CURLcode ec; \
498 CURLcode test(char *URL) \
502 return (CURLcode)1; \
511 extern CURLcode test(char *URL); /* the actual test function provided by each
516 CURLcode test(char *URL) \
520 return (CURLcode)1; \