Searched refs:amount_unread (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/libevent/
H A Dbufferevent_async.c446 ev_ssize_t amount_unread; local
450 amount_unread = bev_a->read_in_progress - nbytes;
453 if (amount_unread)
454 bufferevent_decrement_read_buckets_(&bev_a->bev, -amount_unread);
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Dbufferevent_async.c446 ev_ssize_t amount_unread; local
450 amount_unread = bev_a->read_in_progress - nbytes;
453 if (amount_unread)
454 bufferevent_decrement_read_buckets_(&bev_a->bev, -amount_unread);

Completed in 106 milliseconds