Home | History | Annotate | Download | only in libevent

Lines Matching refs:ent

123 do_fd_set(struct win32op *op, struct idx_info *ent, evutil_socket_t s, int read)
127 if (ent->read_pos_plus1 > 0)
130 if (ent->write_pos_plus1 > 0)
141 ent->read_pos_plus1 = set->fd_count+1;
143 ent->write_pos_plus1 = set->fd_count+1;
149 struct win32op *op, struct idx_info *ent, int read)
154 i = ent->read_pos_plus1 - 1;
155 ent->read_pos_plus1 = 0;
157 i = ent->write_pos_plus1 - 1;
158 ent->write_pos_plus1 = 0;