Searched refs:n_common_timeouts_allocated (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Devent-internal.h279 int n_common_timeouts_allocated; member in struct:event_base
H A Devent.c1431 if (base->n_common_timeouts_allocated == base->n_common_timeouts) {
1441 base->n_common_timeouts_allocated = n;
/freebsd-12-stable/contrib/libevent/
H A Devent-internal.h279 int n_common_timeouts_allocated; member in struct:event_base
H A Devent.c1478 if (base->n_common_timeouts_allocated == base->n_common_timeouts) {
1488 base->n_common_timeouts_allocated = n;

Completed in 84 milliseconds