Searched refs:CURL_CSELECT_IN (Results 1 – 25 of 30) sorted by relevance
12
86 if (!status && events & UV_READABLE) flags |= CURL_CSELECT_IN; in curl_perform()
141 flags |= CURL_CSELECT_IN; in curl_perform()
131 flags |= CURL_CSELECT_IN; in curl_perform()
202 ((kind & EV_READ) ? CURL_CSELECT_IN : 0) | in event_cb()
187 ((condition & G_IO_IN) ? CURL_CSELECT_IN : 0) | in event_cb()
206 int action = ((revents & EPOLLIN) ? CURL_CSELECT_IN : 0) | in event_cb()
295 #define CURL_CSELECT_IN 0x01 macro
237 r |= CURL_CSELECT_IN; in Curl_socket_check()
551 data->state.select_bits = CURL_CSELECT_IN; in readwrite_data()855 if(((select_bits & CURL_CSELECT_IN) && in select_bits_paused()924 if((k->keepon & KEEP_RECV) && (select_bits & CURL_CSELECT_IN)) { in Curl_readwrite()
425 omask |= CURL_CSELECT_IN; in poll2cselect()1148 data->state.select_bits = CURL_CSELECT_IN | CURL_CSELECT_OUT; in curl_easy_pause()
837 CURL_CSELECT_IN | CURL_CSELECT_OUT); in recv_CONNECT_resp()
371 if(select_res & CURL_CSELECT_IN) { in Curl_hyper_stream()
1220 data->state.select_bits = CURL_CSELECT_IN; in imap_state_fetch_resp()
221 bits = CURL_CSELECT_IN; in drain_tunnel()
1271 return (readable > 0 && (readable & CURL_CSELECT_IN)); in cf_socket_data_pending()
330 checkFdSet(m, &sockets.read, &readSet, CURL_CSELECT_IN, "read"); in test()
328 res = checkFdSet(m, &sockets.read, &readSet, CURL_CSELECT_IN, "read"); in testone()
37 events to be chosen from CURL_CSELECT_IN, CURL_CSELECT_OUT or
24 CURL_CSELECT_IN 7.16.3
204 bits = CURL_CSELECT_IN; in drain_stream_from_other_thread()220 bits = CURL_CSELECT_IN; in drain_stream()
603 bits = CURL_CSELECT_IN; in h3_drain_stream()1560 if(readable > 0 && (readable & CURL_CSELECT_IN)) { in cf_osslq_connect()
233 bits = CURL_CSELECT_IN; in drain_stream()
794 data->state.select_bits = CURL_CSELECT_IN; in wssh_statemach_act()
1734 data->state.select_bits = CURL_CSELECT_IN; in myssh_statemach_act()1902 data->state.select_bits = CURL_CSELECT_IN; in myssh_statemach_act()
2604 data->state.select_bits = CURL_CSELECT_IN; in ssh_statemach_act()2821 data->state.select_bits = CURL_CSELECT_IN; in ssh_statemach_act()