Home
last modified time | relevance | path

Searched refs:CONN_NUM (Results 1 - 1 of 1) sorted by relevance

/third_party/curl/tests/libtest/
H A Dlib1565.c35 #define CONN_NUM 3 macro
39 static CURL *pending_handles[CONN_NUM];
54 for(i = 0; i < CONN_NUM; i++) { in run_thread()
98 CURL *started_handles[CONN_NUM]; in test()
145 if(CONN_NUM == finished_num) in test()
171 if(CONN_NUM != started_num) { in test()
173 __FILE__, __LINE__, started_num, CONN_NUM); in test()
177 if(CONN_NUM != finished_num) { in test()
179 __FILE__, __LINE__, started_num, CONN_NUM); in test()

Completed in 1 milliseconds