Searched refs:from_hex (Results 1 – 3 of 3) sorted by relevance
281 static inline int from_hex(int c) in from_hex() function
532 h = from_hex(*p++); in lre_parse_escape()551 h = from_hex(*p++); in lre_parse_escape()563 h = from_hex(p[2 + i]); in lre_parse_escape()
46905 if ((h = from_hex(string_get(p, k++))) < 0) in string_get_hex()
Completed in 117 milliseconds