Searched refs:multi_poll (Results 1 – 3 of 3) sorted by relevance
/third_party/curl/tests/libtest/ |
D | lib1564.c | 52 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()
|
D | lib1565.c | 148 multi_poll(multi, NULL, 0, TEST_HANG_TIMEOUT, &num); in test()
|
D | test.h | 385 #define multi_poll(A, B, C, D, E) \ macro
|