Home
last modified time | relevance | path

Searched refs:pending_idx_plus_1 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ntp/sntp/libevent/
H A Devport.c95 int pending_idx_plus_1; member
300 fdi->pending_idx_plus_1 = 0; in evport_dispatch()
334 fdi->pending_idx_plus_1 = i + 1; in evport_dispatch()
400 int associated = ! fdi->pending_idx_plus_1; in evport_del()
424 const int i = fdi->pending_idx_plus_1 - 1; in evport_del()
427 fdi->pending_idx_plus_1 = 0; in evport_del()
/freebsd/contrib/libevent/
H A Devport.c95 int pending_idx_plus_1; member
300 fdi->pending_idx_plus_1 = 0; in evport_dispatch()
334 fdi->pending_idx_plus_1 = i + 1; in evport_dispatch()
400 int associated = ! fdi->pending_idx_plus_1; in evport_del()
424 const int i = fdi->pending_idx_plus_1 - 1; in evport_del()
427 fdi->pending_idx_plus_1 = 0; in evport_del()