Home
last modified time | relevance | path

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

/external/curl/tests/libtest/
Dlib1564.c50 multi_poll(multi, NULL, 0, 1000, &numfds); in test()
67 multi_poll(multi, NULL, 0, 1000, &numfds); in test()
82 multi_poll(multi, NULL, 0, 1000, &numfds); in test()
100 multi_poll(multi, NULL, 0, 1000, &numfds); in test()
123 multi_poll(multi, NULL, 0, 1000, &numfds); in test()
Dlib1565.c143 multi_poll(multi, NULL, 0, TEST_HANG_TIMEOUT, &num); in test()
Dtest.h387 #define multi_poll(A, B, C, D, E) \ macro