Home
last modified time | relevance | path

Searched refs:wr (Results 1 – 12 of 12) sorted by relevance

/curl/tests/libtest/
H A Dlib564.c60 fd_set rd, wr, exc; in test() local
74 FD_ZERO(&wr); in test()
77 multi_fdset(m, &rd, &wr, &exc, &maxfd); in test()
81 select_test(maxfd + 1, &rd, &wr, &exc, &interval); in test()
H A Dlib503.c68 fd_set rd, wr, exc; in test() local
82 FD_ZERO(&wr); in test()
85 multi_fdset(m, &rd, &wr, &exc, &maxfd); in test()
89 select_test(maxfd + 1, &rd, &wr, &exc, &interval); in test()
H A Dlib533.c62 fd_set rd, wr, exc; in test() local
93 FD_ZERO(&wr); in test()
96 multi_fdset(m, &rd, &wr, &exc, &maxfd); in test()
100 select_test(maxfd + 1, &rd, &wr, &exc, &interval); in test()
H A Dlib504.c44 fd_set rd, wr, exc; in test() local
106 FD_ZERO(&wr); in test()
111 multi_fdset(m, &rd, &wr, &exc, &maxfd); in test()
115 select_test(maxfd + 1, &rd, &wr, &exc, &interval); in test()
H A Dlib525.c116 fd_set rd, wr, exc; in test() local
130 FD_ZERO(&wr); in test()
133 multi_fdset(m, &rd, &wr, &exc, &maxfd); in test()
137 select_test(maxfd + 1, &rd, &wr, &exc, &interval); in test()
H A Dlib526.c88 fd_set rd, wr, exc; in test() local
131 FD_ZERO(&wr); in test()
134 multi_fdset(m, &rd, &wr, &exc, &maxfd); in test()
138 select_test(maxfd + 1, &rd, &wr, &exc, &interval); in test()
H A Dlib2402.c99 fd_set rd, wr, exc; in test() local
113 FD_ZERO(&wr); in test()
116 multi_fdset(m, &rd, &wr, &exc, &maxfd); in test()
120 select_test(maxfd + 1, &rd, &wr, &exc, &interval); in test()
H A Dlib1506.c96 fd_set rd, wr, exc; in test() local
110 FD_ZERO(&wr); in test()
113 multi_fdset(m, &rd, &wr, &exc, &maxfd); in test()
117 select_test(maxfd + 1, &rd, &wr, &exc, &interval); in test()
H A Dlib2404.c101 fd_set rd, wr, exc; in test() local
115 FD_ZERO(&wr); in test()
118 multi_fdset(m, &rd, &wr, &exc, &maxfd); in test()
122 select_test(maxfd + 1, &rd, &wr, &exc, &interval); in test()
H A Dlib2502.c103 fd_set rd, wr, exc; in test() local
117 FD_ZERO(&wr); in test()
120 multi_fdset(m, &rd, &wr, &exc, &maxfd); in test()
124 select_test(maxfd + 1, &rd, &wr, &exc, &interval); in test()
H A Dfirst.c46 int select_wrapper(int nfds, fd_set *rd, fd_set *wr, fd_set *exc, in select_wrapper() argument
64 return select(nfds, rd, wr, exc, tv); in select_wrapper()
H A Dtest.h68 extern int select_wrapper(int nfds, fd_set *rd, fd_set *wr, fd_set *exc,

Completed in 42 milliseconds