Home
last modified time | relevance | path

Searched refs:CURL_WAIT_POLLOUT (Results 1 – 8 of 8) sorted by relevance

/external/curl/tests/libtest/
Dlib677.c73 waitfd.events = state ? CURL_WAIT_POLLIN : CURL_WAIT_POLLOUT; in test()
/external/curl/include/curl/
Dmulti.h112 #define CURL_WAIT_POLLOUT 0x0004 macro
/external/curl/docs/libcurl/
Dcurl_multi_wait.md78 ## CURL_WAIT_POLLOUT section in curl_waitfd
Dcurl_multi_poll.md85 ## CURL_WAIT_POLLOUT section in curl_waitfd
Dsymbols-in-versions191 CURL_WAIT_POLLOUT 7.28.0
/external/curl/lib/
Dselect.c540 events |= CURL_WAIT_POLLOUT; in Curl_waitfds_add_ps()
Dmulti.c1327 if(extra_fds[i].events & CURL_WAIT_POLLOUT)
1419 mask |= CURL_WAIT_POLLOUT;
1434 mask |= CURL_WAIT_POLLOUT;
/external/curl/packages/OS400/
Dcurl.inc.in419 d CURL_WAIT_POLLOUT...