Lines Matching refs:res
35 CURLcode res; in test() local
62 res = TEST_ERR_MAJOR_BAD; in test()
69 res = curl_easy_perform(curl); in test()
70 if(res != (int)CURLE_RTSP_CSEQ_ERROR) { in test()
72 res = TEST_ERR_MAJOR_BAD; in test()
83 res = TEST_ERR_MAJOR_BAD; in test()
90 res = curl_easy_perform(curl); in test()
91 if(res) in test()
98 res = TEST_ERR_MAJOR_BAD; in test()
105 res = curl_easy_perform(curl); in test()
106 if(res == CURLE_RTSP_SESSION_ERROR) { in test()
107 res = CURLE_OK; in test()
111 res = (CURLcode)1; in test()
120 return res; in test()