Home
last modified time | relevance | path

Searched refs:curl_waitfd (Results 1 – 7 of 7) sorted by relevance

/third_party/curl/docs/libcurl/
Dcurl_multi_wait.md23 struct curl_waitfd extra_fds[],
38 The calling application may pass additional *curl_waitfd* structures which
55 # curl_waitfd chapter
58 struct curl_waitfd {
67 Bit flag to *curl_waitfd.events* indicating the socket should poll on read
72 Bit flag to *curl_waitfd.events* indicating the socket should poll on high
77 Bit flag to *curl_waitfd.events* indicating the socket should poll on
Dcurl_multi_poll.md24 struct curl_waitfd extra_fds[],
39 The calling application may pass additional curl_waitfd structures which are
62 # curl_waitfd chapter
65 struct curl_waitfd {
74 Bit flag to curl_waitfd.events indicating the socket should poll on read
79 Bit flag to curl_waitfd.events indicating the socket should poll on high
84 Bit flag to curl_waitfd.events indicating the socket should poll on write
/third_party/curl/include/curl/
Dmulti.h118 struct curl_waitfd { struct
177 struct curl_waitfd extra_fds[],
191 struct curl_waitfd extra_fds[],
/third_party/curl/tests/libtest/
Dlib677.c55 struct curl_waitfd waitfd; in test()
/third_party/curl/lib/
Dmulti.c1215 struct curl_waitfd extra_fds[],
1503 struct curl_waitfd extra_fds[],
1513 struct curl_waitfd extra_fds[],
/third_party/curl/packages/OS400/
Dcurl.inc.in2308 d curl_waitfd...
2974 d extra_fds * value curl_waitfd *
/third_party/curl/
DCHANGES9362 - multi.h: the 'revents' field of curl_waitfd is supported