Home
last modified time | relevance | path

Searched refs:multi_poll (Results 1 – 3 of 3) sorted by relevance

/third_party/curl/tests/libtest/
Dlib1564.c52 multi_poll(multi, NULL, 0, 1000, &numfds); in test()
69 multi_poll(multi, NULL, 0, 1000, &numfds); in test()
84 multi_poll(multi, NULL, 0, 1000, &numfds); in test()
102 multi_poll(multi, NULL, 0, 1000, &numfds); in test()
117 multi_poll(multi, NULL, 0, 1000, &numfds); in test()
Dlib1565.c148 multi_poll(multi, NULL, 0, TEST_HANG_TIMEOUT, &num); in test()
Dtest.h385 #define multi_poll(A, B, C, D, E) \ macro