/curl/tests/libtest/ |
H A D | lib564.c | 60 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 D | lib503.c | 68 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 D | lib533.c | 62 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 D | lib504.c | 44 fd_set rd, wr, exc; in test() local 105 FD_ZERO(&rd); 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 D | lib525.c | 116 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 D | lib526.c | 88 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 D | lib1506.c | 96 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 D | lib2402.c | 99 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 D | lib2404.c | 101 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 D | lib2502.c | 103 fd_set rd, wr, exc; in test() local 116 FD_ZERO(&rd); 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 D | first.c | 40 int select_wrapper(int nfds, fd_set *rd, fd_set *wr, fd_set *exc, in select_wrapper() argument 58 return select(nfds, rd, wr, exc, tv); in select_wrapper()
|
H A D | test.h | 68 extern int select_wrapper(int nfds, fd_set *rd, fd_set *wr, fd_set *exc,
|
/curl/tests/data/ |
H A D | test1664 | 30 3: ("wo rd") 0, "wo" [2], line 2 40 3: ("wo rd") 0, "wo r" [4], line 4
|
H A D | test298 | 28 --ftp-method nocwd ftp://%HOSTIP:%FTPPORT/first/second/th%69rd/%TESTNUMBER
|
H A D | test244 | 38 --ftp-method nocwd ftp://%HOSTIP:%FTPPORT/fir%23t/th%69rd/%TESTNUMBER/
|
/curl/winbuild/ |
H A D | Makefile.vc | 314 @if exist $(LIBCURL_DIROBJ) rd /s /q $(LIBCURL_DIROBJ) 315 @if exist $(CURL_DIROBJ) rd /s /q $(CURL_DIROBJ) 316 @if exist $(DIRDIST) rd /s /q $(DIRDIST)
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_IOCTLDATA.md | 29 Pass the *pointer* that is untouched by libcurl and passed as the 3rd
|
H A D | CURLOPT_HSTSREADDATA.md | 33 in the 3rd argument to the callback.
|
/curl/projects/ |
H A D | build-openssl.bat | 508 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 D | test1139.pl | 206 my ($l, $s, $rd)=($1, $2, $3);
|
/curl/docs/cmdline-opts/ |
H A D | version.md | 21 The first line includes the full version of curl, libcurl and other 3rd party
|
/curl/docs/ |
H A D | TODO | 286 would be the ones that link to 3rd party libs. That would allow us to avoid
|
/curl/ |
H A D | CMakeLists.txt | 481 # Disable warnings on Borland to avoid changing 3rd party code.
|