Home
last modified time | relevance | path

Searched refs:strtoint_clipped (Results 1 – 1 of 1) sorted by relevance

/external/libevent/
Devdns.c3372 strtoint_clipped(const char *const str, int min, int max) in strtoint_clipped() function
3472 const int maxtimeout = strtoint_clipped(val, 1, 255); in evdns_base_set_option_impl()
3479 const int maxinflight = strtoint_clipped(val, 1, 65000); in evdns_base_set_option_impl()