Lines Matching refs:CURLcode
39 CURLcode *result = ptr; in run_thread()
48 CURLcode test(char *URL) in test()
55 CURLcode results[NUM_THREADS]; in test()
67 return (CURLcode)-1; in test()
108 return (CURLcode)test_failure; in test()
117 CURLcode *result = ptr; in run_thread()
126 CURLcode test(char *URL) in test()
128 CURLcode results[NUM_THREADS]; in test()
131 CURLcode test_failure = CURLE_OK; in test()
140 return (CURLcode)-1; in test()
151 test_failure = (CURLcode)-1; in test()
163 test_failure = (CURLcode)-1; in test()
171 CURLcode test(char *URL) in test()
181 return (CURLcode)-1; in test()