Searched refs:at_most (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dbuffer_iocp.c171 evbuffer_launch_write_(struct evbuffer *buf, ev_ssize_t at_most, argument
193 } else if (at_most < 0 || (size_t)at_most > buf->total_len) {
194 at_most = buf->total_len;
209 if ((size_t)at_most > chain->off) {
215 at_most -= chain->off;
217 b->len = (unsigned long)at_most;
245 evbuffer_launch_read_(struct evbuffer *buf, size_t at_most, argument
268 if (evbuffer_expand_fast_(buf, at_most, MAX_WSABUFS) == -1)
272 nvecs = evbuffer_read_setup_vecs_(buf, at_most,
[all...]
H A Dbufferevent_async.c187 size_t at_most; local
201 at_most = evbuffer_get_length(bev->output);
206 if (at_most >= (size_t)limit && limit >= 0)
207 at_most = limit;
216 if (evbuffer_launch_write_(bev->output, at_most,
222 beva->write_in_progress = at_most;
223 bufferevent_decrement_write_buckets_(&beva->bev, at_most);
233 size_t at_most; local
254 at_most = read_high - cur_size;
256 at_most
[all...]

Completed in 102 milliseconds