Home
last modified time | relevance | path

Searched refs:select (Results 1 – 25 of 46) sorted by relevance

12

/curl/tests/libtest/
H A Dlib1531.c119 rc = select(0, NULL, NULL, NULL, &wait); in test()
125 rc = select(maxfd + 1, &fdread, &fdwrite, &fdexcep, &timeout); in test()
H A Dlib1905.c86 select(MAX + 1, &R, &W, &E, &timeout); in test()
H A Dlib1507.c124 rc = select(maxfd + 1, &fdread, &fdwrite, &fdexcep, &timeout); in test()
H A Dfirst.c64 return select(nfds, rd, wr, exc, tv); in select_wrapper()
H A Dlib670.c221 rc = select(maxfd + 1, &fdread, &fdwrite, &fdexcept, &timeout); in test()
/curl/docs/libcurl/
H A Dcurl_multi_fdset.md14 - select (2)
40 select() on, but be sure to *FD_ZERO* them before calling this function as
62 is completed using select(). You then need to wait a while before you proceed
68 When doing select(), you should use curl_multi_timeout(3) to figure out
112 rc = select(maxfd + 1, &fdread, &fdwrite, &fdexcep, &timeout);
H A Dcurl_global_sslset.md17 curl_global_sslset - select SSL backend to use
32 libcurl. This function can only be used to select an SSL backend once, and it
54 function again to try to select a different backend.
H A Dlibcurl-multi.md58 There are two flavors of the multi interface, the select() oriented one and
61 differentiate. We start out with the select() oriented version.
90 select() or poll() calls in order to get to know when the transfers in the
94 period for your select() calls.
126 not only avoid being forced to use select(), but it also offers a much more
H A Dcurl_multi_timeout.md76 select(maxfd + 1, &fdread, &fdwrite, &fdexcep, &timeout);
H A Dcurl_multi_wait.md54 This function is encouraged to be used instead of select(3) when using the
H A Dcurl_easy_send.md48 is returned, use your operating system facilities like *select(2)* to wait
/curl/docs/examples/
H A Dmulti-legacy.c131 rc = select(0, NULL, NULL, NULL, &wait); in main()
137 rc = select(maxfd + 1, &fdread, &fdwrite, &fdexcep, &timeout); in main()
H A Dsendrecv.c73 res = select((int)sockfd + 1, &infd, &outfd, &errfd, &tv); in wait_on_socket()
/curl/src/
H A Dtool_sleep.c59 select(0, NULL, NULL, NULL, &timeout); in tool_go_sleep()
H A Dtool_cb_rea.c78 if(!select(per->infd + 1, &bits, NULL, NULL, &timeout)) in tool_read_cb()
/curl/tests/data/
H A Dtest37835 Warning: You can only select one HTTP request method! You asked for both PUT
/curl/docs/cmdline-opts/
H A Dproxy-user.md22 authentication then you can tell curl to select the username and password from
H A Dlocation.md40 The method set with --request overrides the method curl would otherwise select
H A Duser.md48 Negotiate, NTLM or Digest authentication then you can tell curl to select the
/curl/docs/libcurl/opts/
H A DCURLOPT_HTTPGET.md39 select which HTTP request method to use, they cannot deselect a method. To
H A DCURLOPT_TIMECONDITION.md17 CURLOPT_TIMECONDITION - select condition for a time request
H A DCURLOPT_IPRESOLVE.md30 Allows an application to select what kind of IP addresses to use when
H A DCURLOPT_FTP_FILEMETHOD.md17 CURLOPT_FTP_FILEMETHOD - select directory traversing method for FTP
/curl/lib/
H A Dselect.c102 r = select(0, NULL, NULL, NULL, curlx_mstotv(&pending_tv, timeout_ms)); in Curl_wait_ms()
162 return select((int)maxfd + 1, in our_select()
167 return select((int)maxfd + 1, fds_read, fds_write, fds_err, ptimeout); in our_select()
H A Dcurl_setup.h420 # define select(a,b,c,d,e) Curl_amiga_select(a,b,c,d,e) macro
422 # define select(a,b,c,d,e) WaitSelect(a,b,c,d,e,0) macro
644 # define select(n,r,w,x,t) select_s(n,r,w,x,t) macro

Completed in 22 milliseconds

12