HomeSort by: relevance | last modified time | path
    Searched defs:at_most (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libevent/dist/
bufferevent_async.c 212 size_t at_most; local
226 at_most = evbuffer_get_length(bev->output);
231 if (at_most >= (size_t)limit && limit >= 0)
232 at_most = limit;
241 if (evbuffer_launch_write_(bev->output, at_most,
247 beva->write_in_progress = at_most;
248 bufferevent_decrement_write_buckets_(&beva->bev, at_most);
258 size_t at_most; local
279 at_most = read_high - cur_size;
281 at_most = 16384; /* FIXME totally magic. *
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/
bufferevent_async.c 211 size_t at_most; local
225 at_most = evbuffer_get_length(bev->output);
230 if (at_most >= (size_t)limit && limit >= 0)
231 at_most = limit;
240 if (evbuffer_launch_write_(bev->output, at_most,
246 beva->write_in_progress = at_most;
247 bufferevent_decrement_write_buckets_(&beva->bev, at_most);
257 size_t at_most; local
278 at_most = read_high - cur_size;
280 at_most = 16384; /* FIXME totally magic. *
    [all...]

Completed in 18 milliseconds