Home
last modified time | relevance | path

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

/curl/tests/libtest/
H A Dlib677.c73 waitfd.events = state ? CURL_WAIT_POLLIN : CURL_WAIT_POLLOUT; in test()
/curl/include/curl/
H A Dmulti.h114 #define CURL_WAIT_POLLIN 0x0001 macro
/curl/docs/libcurl/
H A Dcurl_multi_wait.md67 ## CURL_WAIT_POLLIN section
H A Dcurl_multi_poll.md74 ## CURL_WAIT_POLLIN section
H A Dsymbols-in-versions190 CURL_WAIT_POLLIN 7.28.0
/curl/lib/
H A Dmulti.c1264 ufd->events |= CURL_WAIT_POLLIN; in curl_multi_waitfds()
1419 if(extra_fds[i].events & CURL_WAIT_POLLIN)
1440 if(extra_fds[i].events & CURL_WAIT_POLLIN)
1503 mask |= CURL_WAIT_POLLIN;
1518 mask |= CURL_WAIT_POLLIN;
/curl/packages/OS400/
H A Dcurl.inc.in415 d CURL_WAIT_POLLIN...

Completed in 33 milliseconds