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

/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Devdns.c3385 evdns_base_set_max_requests_inflight(struct evdns_base *base, int maxinflight) argument
3392 if (maxinflight < 1)
3393 maxinflight = 1;
3394 n_heads = (maxinflight+4) / 5;
3411 base->global_max_requests_inflight = maxinflight;
3478 const int maxinflight = strtoint_clipped(val, 1, 65000); local
3479 if (maxinflight == -1) return -1;
3482 maxinflight);
3483 evdns_base_set_max_requests_inflight(base, maxinflight);
/freebsd-12-stable/contrib/libevent/
H A Devdns.c3386 evdns_base_set_max_requests_inflight(struct evdns_base *base, int maxinflight) argument
3393 if (maxinflight < 1)
3394 maxinflight = 1;
3395 n_heads = (maxinflight+4) / 5;
3412 base->global_max_requests_inflight = maxinflight;
3479 const int maxinflight = strtoint_clipped(val, 1, 65000); local
3480 if (maxinflight == -1) return -1;
3483 maxinflight);
3484 evdns_base_set_max_requests_inflight(base, maxinflight);

Completed in 129 milliseconds