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