Searched refs:curl_waitfd (Results 1 – 17 of 17) sorted by relevance
/external/curl/docs/libcurl/ |
D | curl_multi_wait.md | 26 struct curl_waitfd extra_fds[], 41 The calling application may pass additional *curl_waitfd* structures which 58 # curl_waitfd chapter 61 struct curl_waitfd { 70 Bit flag to *curl_waitfd.events* indicating the socket should poll on read 75 Bit flag to *curl_waitfd.events* indicating the socket should poll on high 80 Bit flag to *curl_waitfd.events* indicating the socket should poll on
|
D | curl_multi_poll.md | 27 struct curl_waitfd extra_fds[], 42 The calling application may pass additional curl_waitfd structures which are 65 # curl_waitfd chapter 68 struct curl_waitfd { 77 Bit flag to curl_waitfd.events indicating the socket should poll on read 82 Bit flag to curl_waitfd.events indicating the socket should poll on high 87 Bit flag to curl_waitfd.events indicating the socket should poll on write 114 struct curl_waitfd myown;
|
D | curl_multi_waitfds.md | 28 struct curl_waitfd *ufds, 35 This function extracts *curl_waitfd* structures which are similar to 66 struct curl_waitfd *ufds; 87 ufds = malloc(fd_count * sizeof(struct curl_waitfd));
|
/external/curl/include/curl/ |
D | multi.h | 114 struct curl_waitfd { struct 173 struct curl_waitfd extra_fds[], 187 struct curl_waitfd extra_fds[], 473 struct curl_waitfd *ufds,
|
/external/sandboxed-api/oss-internship-2020/curl/curl_wrapper/ |
D | curl_wrapper.h | 63 struct curl_waitfd* extra_fds, 69 struct curl_waitfd* extra_fds,
|
D | curl_wrapper.cc | 63 struct curl_waitfd* extra_fds, in curl_multi_poll_sapi() 71 struct curl_waitfd* extra_fds, in curl_multi_wait_sapi()
|
/external/curl/lib/ |
D | select.h | 134 struct curl_waitfd *wfds; 140 struct curl_waitfd *static_wfds,
|
D | select.c | 492 struct curl_waitfd *static_wfds, in Curl_waitfds_init()
|
D | multi.c | 1211 struct curl_waitfd *ufds, in curl_multi_waitfds() 1267 struct curl_waitfd extra_fds[], 1515 struct curl_waitfd extra_fds[], 1525 struct curl_waitfd extra_fds[],
|
/external/curl/tests/libtest/ |
D | lib2405.c | 140 struct curl_waitfd ufds[10]; in test_run() 141 struct curl_waitfd ufds1[10]; in test_run() 317 struct curl_waitfd ufds[10]; in empty_multi_test()
|
D | lib677.c | 55 struct curl_waitfd waitfd; in test()
|
/external/libbrillo/brillo/http/ |
D | curl_api.h | 122 curl_waitfd extra_fds[], 220 curl_waitfd extra_fds[],
|
D | mock_curl_api.h | 82 (CURLM*, curl_waitfd[], unsigned int, int, int*),
|
D | curl_api.cc | 188 curl_waitfd extra_fds[], in MultiWait()
|
/external/federated-compute/fcp/client/http/curl/ |
D | curl_api.h | 80 CURLMcode Poll(curl_waitfd extra_fds[], unsigned int extra_nfds,
|
D | curl_api.cc | 69 CURLMcode CurlMultiHandle::Poll(curl_waitfd extra_fds[], in Poll()
|
/external/curl/packages/OS400/ |
D | curl.inc.in | 2323 d curl_waitfd... 2991 d extra_fds * value curl_waitfd * 3039 d ufds * value curl_waitfd *
|