Searched defs:str_parse_uintmax_hex (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib/
H A Dstrnum.c134 if (str_parse_uintmax_hex(str, &l, endp_r) < 0 || l > (type)-1) \
181 int str_parse_uintmax_hex(const char *str, uintmax_t *num_r, function
205 int ret = str_parse_uintmax_hex(str, &n, &endp);

Completed in 11 milliseconds