Searched refs:digitvalue (Results 1 – 4 of 4) sorted by relevance
53 static const char digitvalue[256] = { variable1086 value += digitvalue[(int)c]; in encode_bitsring()
59 static const char digitvalue[256] = { variable1104 value += digitvalue[(int)c]; in encode_bitsring()
52 static char digitvalue[256] = { variable1231 value += digitvalue[c & 0xff]; in dns_name_fromtext()
52 static char digitvalue[256] = { global() variable