Searched refs:str_parse_uintmax_hex (Results 1 - 3 of 3) 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);
H A Dstrnum.h80 int str_parse_uintmax_hex(const char *str, uintmax_t *num_r,
H A Dtest-strnum.c126 ret = str_parse_uintmax_hex(buff, &value_back, &endp);

Completed in 237 milliseconds