Home | History | Annotate | Download | only in libtest

Lines Matching defs:res

33   int res;
58 res = TEST_ERR_MAJOR_BAD;
65 res = curl_easy_perform(curl);
66 if(res != (int)CURLE_RTSP_CSEQ_ERROR) {
68 res = TEST_ERR_MAJOR_BAD;
78 res = TEST_ERR_MAJOR_BAD;
85 res = curl_easy_perform(curl);
86 if(res)
92 res = TEST_ERR_MAJOR_BAD;
99 res = curl_easy_perform(curl);
100 if(res != CURLE_RTSP_SESSION_ERROR) {
110 return res;