Home
last modified time | relevance | path

Searched refs:CURL_POLL_IN (Results 1 – 13 of 13) sorted by relevance

/third_party/libuv/docs/code/uvwget/
Dmain.c111 if (action == CURL_POLL_IN || action == CURL_POLL_OUT) { in handle_socket()
122 case CURL_POLL_IN: in handle_socket()
/third_party/curl/docs/examples/
Dmulti-uv.c180 case CURL_POLL_IN: in handle_socket()
188 if(action != CURL_POLL_IN) in handle_socket()
Dmulti-event.c174 case CURL_POLL_IN: in handle_socket()
182 if(action != CURL_POLL_IN) in handle_socket()
Dghiper.c221 ((act & CURL_POLL_IN) ? G_IO_IN : 0) | in setsock()
259 (what & CURL_POLL_IN) ? "READ" : "", in sock_cb()
Devhiperfifo.c206 int action = ((revents & EV_READ) ? CURL_POLL_IN : 0) | in event_cb()
250 int kind = ((act & CURL_POLL_IN) ? EV_READ : 0) | in setsock()
Dhiperfifo.c251 ((act & CURL_POLL_IN) ? EV_READ : 0) | in setsock()
Dephiperfifo.c270 int kind = ((act & CURL_POLL_IN) ? EPOLLIN : 0) | in setsock()
/third_party/curl/include/curl/
Dmulti.h284 #define CURL_POLL_IN 1 macro
/third_party/curl/lib/
Deasy.c378 if(pollmask & CURL_POLL_IN) in socketcb2poll()
427 (what&CURL_POLL_IN)?"IN":"", in events_socket()
451 (what&CURL_POLL_IN)?"IN":"", in events_socket()
Dmulti.c2736 action |= CURL_POLL_IN;
2761 if(prevaction & CURL_POLL_IN)
2765 if(action & CURL_POLL_IN)
2773 if(action & CURL_POLL_IN)
2785 (entry->readers ? CURL_POLL_IN : 0);
2826 if(oldactions & CURL_POLL_IN)
3553 (entry->action&CURL_POLL_IN)?"RECVING":"",
/third_party/curl/tests/libtest/
Dlib582.c113 if(action == CURL_POLL_IN || action == CURL_POLL_INOUT) in curlSocketCallback()
/third_party/curl/docs/libcurl/
Dsymbols-in-versions962 CURL_POLL_IN 7.14.0
/third_party/curl/packages/OS400/
Dcurl.inc.in332 d CURL_POLL_IN c 1