Searched refs:CONN_NUM (Results 1 – 1 of 1) sorted by relevance
35 #define CONN_NUM 3 macro39 static CURL *pending_handles[CONN_NUM];54 for(i = 0; i < CONN_NUM; i++) { in run_thread()99 CURL *started_handles[CONN_NUM]; in test()146 if(CONN_NUM == finished_num) in test()172 if(CONN_NUM != started_num) { in test()174 __FILE__, __LINE__, started_num, CONN_NUM); in test()178 if(CONN_NUM != finished_num) { in test()180 __FILE__, __LINE__, started_num, CONN_NUM); in test()
Completed in 3 milliseconds