Searched refs:CURL_CSELECT_IN (Results 1 – 25 of 25) sorted by relevance
227 #define CURL_CSELECT_IN 0x01 macro
139 flags |= CURL_CSELECT_IN; in curl_perform()
129 flags |= CURL_CSELECT_IN; in curl_perform()
200 ((kind & EV_READ) ? CURL_CSELECT_IN : 0) | in event_cb()
185 ((condition & G_IO_IN) ? CURL_CSELECT_IN : 0) | in event_cb()
204 int action = ((revents & EPOLLIN) ? CURL_CSELECT_IN : 0) | in event_cb()
291 #define CURL_CSELECT_IN 0x01 macro
324 checkFdSet(m, &sockets.read, &readSet, CURL_CSELECT_IN, "read"); in test()
291 r |= CURL_CSELECT_IN; in Curl_socket_check()
348 omask |= CURL_CSELECT_IN; in poll2cselect()1073 data->conn->cselect_bits = CURL_CSELECT_IN | CURL_CSELECT_OUT; in curl_easy_pause()
944 conn->cselect_bits = CURL_CSELECT_IN; in readwrite_data()1237 select_res |= CURL_CSELECT_IN; in Curl_readwrite()1253 if((k->keepon & KEEP_RECV) && (select_res & CURL_CSELECT_IN)) { in Curl_readwrite()
158 if(readymask != -1 && (readymask & CURL_CSELECT_IN) != 0) { in pre_receive_plain()
148 else if(sval & CURL_CSELECT_IN) { in rtsp_connisdead()
1595 return (readable > 0 && (readable & CURL_CSELECT_IN)); in Curl_conn_data_pending()
1183 data->conn->cselect_bits = CURL_CSELECT_IN; in imap_state_fetch_resp()
182 else if(sval & CURL_CSELECT_IN) { in http2_connisdead()
404 else if(result & CURL_CSELECT_IN) { in ReceivedServerConnect()
47 CURL_CSELECT_IN)); in WatchReadable()
871 CURL_CSELECT_IN 7.16.3
786 conn->cselect_bits = CURL_CSELECT_IN; in wssh_statemach_act()
1728 conn->cselect_bits = CURL_CSELECT_IN; in myssh_statemach_act()1893 conn->cselect_bits = CURL_CSELECT_IN; in myssh_statemach_act()
2437 conn->cselect_bits = CURL_CSELECT_IN; in ssh_statemach_act()2654 conn->cselect_bits = CURL_CSELECT_IN; in ssh_statemach_act()
88 o imap: set cselect_bits to CURL_CSELECT_IN initially [104]
751 imap: set cselect_bits to CURL_CSELECT_IN initially
323 d CURL_CSELECT_IN...