Home
last modified time | relevance | path

Searched refs:multi_fdset (Results 1 – 23 of 23) sorted by relevance

/third_party/curl/tests/libtest/
Dlib502.c74 multi_fdset(m, &fdread, &fdwrite, &fdexcep, &maxfd); in test()
Dlib560.c92 multi_fdset(multi_handle, &fdread, &fdwrite, &fdexcep, &maxfd); in test()
Dlib564.c77 multi_fdset(m, &rd, &wr, &exc, &maxfd); in test()
Dlib507.c71 multi_fdset(multi, &fdread, &fdwrite, &fdexcep, &maxfd); in test()
Dlib503.c84 multi_fdset(m, &rd, &wr, &exc, &maxfd); in test()
Dlib533.c96 multi_fdset(m, &rd, &wr, &exc, &maxfd); in test()
Dlib575.c94 multi_fdset(mhandle, &fdread, &fdwrite, &fdexcep, &maxfd); in test()
Dlib504.c96 multi_fdset(m, &rd, &wr, &exc, &maxfd); in test()
Dlib1501.c79 multi_fdset(mhandle, &fdread, &fdwrite, &fdexcep, &maxfd); in test()
Dlib573.c89 multi_fdset(m, &fdread, &fdwrite, &fdexcep, &maxfd); in test()
Dlib597.c89 multi_fdset(multi, &fdread, &fdwrite, &fdexcep, &maxfd); in test()
Dlib1502.c111 multi_fdset(multi, &fdread, &fdwrite, &fdexcep, &maxfd); in test()
Dlib591.c108 multi_fdset(multi, &fdread, &fdwrite, &fdexcep, &maxfd); in test()
Dlib1506.c113 multi_fdset(m, &rd, &wr, &exc, &maxfd); in test()
Dlib525.c133 multi_fdset(m, &rd, &wr, &exc, &maxfd); in test()
Dlib2404.c118 multi_fdset(m, &rd, &wr, &exc, &maxfd); in test()
Dlib2502.c115 multi_fdset(m, &rd, &wr, &exc, &maxfd); in test()
Dlib2402.c116 multi_fdset(m, &rd, &wr, &exc, &maxfd); in test()
Dlib526.c134 multi_fdset(m, &rd, &wr, &exc, &maxfd); in test()
Dlib555.c137 multi_fdset(m, &fdread, &fdwrite, &fdexcep, &maxfd); in test()
Dlib1515.c87 multi_fdset(m, &fdread, &fdwrite, &fdexcep, &maxfd); in do_one_request()
Dlibntlmconnect.c171 multi_fdset(multi, &fdread, &fdwrite, &fdexcep, &maxfd); in test()
Dtest.h325 #define multi_fdset(A, B, C, D, E) \ macro