Home
last modified time | relevance | path

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

/external/chromium/third_party/libevent/
Devdns.c2638 strtoint_clipped(const char *const str, int min, int max) in strtoint_clipped() function
2670 const int maxtimeout = strtoint_clipped(val, 1, 255); in evdns_set_option()
2677 const int maxinflight = strtoint_clipped(val, 1, 65000); in evdns_set_option()