Searched refs:select (Results 1 – 25 of 47) sorted by relevance
12
119 rc = select(0, NULL, NULL, NULL, &wait); in test()125 rc = select(maxfd + 1, &fdread, &fdwrite, &fdexcep, &timeout); in test()
86 select(MAX + 1, &R, &W, &E, &timeout); in test()
124 rc = select(maxfd + 1, &fdread, &fdwrite, &fdexcep, &timeout); in test()
64 return select(nfds, rd, wr, exc, tv); in select_wrapper()
221 rc = select(maxfd + 1, &fdread, &fdwrite, &fdexcept, &timeout); in test()
14 - select (2)40 select() on, but be sure to *FD_ZERO* them before calling this function as62 is completed using select(). You then need to wait a while before you proceed68 When doing select(), you should use curl_multi_timeout(3) to figure out112 rc = select(maxfd + 1, &fdread, &fdwrite, &fdexcep, &timeout);
17 curl_global_sslset - select SSL backend to use32 libcurl. This function can only be used to select an SSL backend once, and it54 function again to try to select a different backend.
58 There are two flavors of the multi interface, the select() oriented one and61 differentiate. We start out with the select() oriented version.90 select() or poll() calls in order to get to know when the transfers in the94 period for your select() calls.126 not only avoid being forced to use select(), but it also offers a much more
76 select(maxfd + 1, &fdread, &fdwrite, &fdexcep, &timeout);
48 is returned, use your operating system facilities like *select(2)* to wait
131 rc = select(0, NULL, NULL, NULL, &wait); in main()137 rc = select(maxfd + 1, &fdread, &fdwrite, &fdexcep, &timeout); in main()
73 res = select((int)sockfd + 1, &infd, &outfd, &errfd, &tv); in wait_on_socket()
57 select(0, NULL, NULL, NULL, &timeout); in tool_go_sleep()
78 if(!select(per->infd + 1, &bits, NULL, NULL, &timeout)) in tool_read_cb()
35 Warning: You can only select one HTTP request method! You asked for both PUT
22 authentication then you can tell curl to select the username and password from
40 The method set with --request overrides the method curl would otherwise select
48 Negotiate, NTLM or Digest authentication then you can tell curl to select the
17 CURLOPT_TIMECONDITION - select condition for a time request
39 select which HTTP request method to use, they cannot deselect a method. To
30 Allows an application to select what kind of IP addresses to use when
17 CURLOPT_FTP_FILEMETHOD - select directory traversing method for FTP
95 r = select(0, NULL, NULL, NULL, curlx_mstotv(&pending_tv, timeout_ms)); in Curl_wait_ms()154 return select((int)maxfd + 1, in our_select()159 return select((int)maxfd + 1, fds_read, fds_write, fds_err, ptimeout); in our_select()
428 # define select(a,b,c,d,e) Curl_amiga_select(a,b,c,d,e) macro430 # define select(a,b,c,d,e) WaitSelect(a,b,c,d,e,0) macro652 # define select(n,r,w,x,t) select_s(n,r,w,x,t) macro
78 …run: ruff check --extend-select=B007,B016,C405,C416,COM818,D200,D213,D204,D401,D415,FURB129,N818,P…
Completed in 28 milliseconds