Home
last modified time | relevance | path

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

/curl/tests/libtest/
H A Dlib564.c60 fd_set rd, wr, exc; in test() local
73 FD_ZERO(&rd); 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
81 FD_ZERO(&rd); 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 Dlib504.c44 fd_set rd, wr, exc; in test() local
90 FD_ZERO(&rd); 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 Dlib533.c62 fd_set rd, wr, exc; in test() local
92 FD_ZERO(&rd); 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 Dlib525.c116 fd_set rd, wr, exc; in test() local
129 FD_ZERO(&rd); 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
130 FD_ZERO(&rd); 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 Dlib2502.c98 fd_set rd, wr, exc; in test() local
111 FD_ZERO(&rd); in test()
115 multi_fdset(m, &rd, &wr, &exc, &maxfd); in test()
119 select_test(maxfd + 1, &rd, &wr, &exc, &interval); in test()
H A Dlib2402.c99 fd_set rd, wr, exc; in test() local
112 FD_ZERO(&rd); 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
109 FD_ZERO(&rd); 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
114 FD_ZERO(&rd); 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 Dfirst.c45 int select_wrapper(int nfds, fd_set *rd, fd_set *wr, fd_set *exc, in select_wrapper() argument
63 return select(nfds, rd, wr, exc, tv); in select_wrapper()
H A Dtest.h66 extern int select_wrapper(int nfds, fd_set *rd, fd_set *wr, fd_set *exc,
/curl/winbuild/
H A DMakefile.vc317 @if exist $(LIBCURL_DIROBJ) rd /s /q $(LIBCURL_DIROBJ)
318 @if exist $(CURL_DIROBJ) rd /s /q $(CURL_DIROBJ)
319 @if exist $(DIRDIST) rd /s /q $(DIRDIST)
/curl/tests/data/
H A Dtest29828 --ftp-method nocwd ftp://%HOSTIP:%FTPPORT/first/second/th%69rd/%TESTNUMBER
H A Dtest24438 --ftp-method nocwd ftp://%HOSTIP:%FTPPORT/fir%23t/th%69rd/%TESTNUMBER/
/curl/docs/libcurl/opts/
H A DCURLOPT_HSTSREADDATA.md32 in the 3rd argument to the callback.
H A DCURLOPT_IOCTLDATA.md28 Pass the *pointer* that is untouched by libcurl and passed as the 3rd
/curl/projects/
H A Dbuild-openssl.bat508 rd out32.dbg /s /q
517 rd tmp32.dbg /s /q
521 rd out32dll.dbg /s /q
530 rd tmp32dll.dbg /s /q
539 rd out32 /s /q
548 rd tmp32 /s /q
552 rd out32dll /s /q
561 rd tmp32dll /s /q
643 rd "%TMP_BUILD_PATH%" /s /q
646 rd "%TMP_INSTALL_PATH%" /s /q
/curl/tests/
H A Dtest1139.pl195 my ($l, $s, $rd)=($1, $2, $3);
/curl/docs/cmdline-opts/
H A Dversion.md21 The first line includes the full version of curl, libcurl and other 3rd party
/curl/lib/
H A DMakefile.mk285 RMDIR = -rd 2>NUL /q /s $(subst /,\,$1)
/curl/
H A DCMakeLists.txt336 # Disable warnings on Borland to avoid changing 3rd party code.
/curl/docs/
H A DTODO278 would be the ones that link to 3rd party libs. That would allow us to avoid

Completed in 65 milliseconds