Searched refs:timeout_next (Results 1 – 2 of 2) sorted by relevance
165 int n_aborts = 0, abort_next = 0, timeout_next = 0, echo_next = 0; variable875 ++timeout_next; in chat_expect()1082 if (timeout_next) { in chat_send()1083 timeout_next = 0; in chat_send()
77 static int timeout_next(struct event_base *, struct timeval **);453 timeout_next(base, &tv_p); in event_base_loop()791 timeout_next(struct event_base *base, struct timeval **tv_p) in timeout_next() function