Searched refs:hex_digit_to_int (Results 1 – 2 of 2) sorted by relevance
890 int hex_digit_to_int(char c) { in hex_digit_to_int() function955 byte = (hex_digit_to_int(*(p+2))*16)+ in sdssplitargs()956 hex_digit_to_int(*(p+3)); in sdssplitargs()
914 int hex_digit_to_int(char c) { in hex_digit_to_int() function979 byte = (hex_digit_to_int(*(p+2))*16)+ in sdssplitargs()980 hex_digit_to_int(*(p+3)); in sdssplitargs()