Searched refs:_str_parse_hex (Results 1 - 1 of 1) sorted by relevance
/dovecot/src/lib/ | ||
H A D | strnum.c | 162 static inline int _str_parse_hex(const char ch, function 187 if (_str_parse_hex(*str, &hex) < 0) 195 } while (_str_parse_hex(*str, &hex) >= 0); |
Completed in 14 milliseconds