Searched refs:chars (Results 1 – 3 of 3) sorted by relevance
12 char *chars; member32 next = strchr(map[i].chars, current); in next_char()35 return map[i].chars[1]; in next_char()47 next = strchr(map[i].chars+1, current); in prev_char()50 return map[i].chars[1]; in prev_char()
176 static int push_chars(char **dst, int *len, const char *chars, int cnt) in push_chars() argument181 memcpy(*dst, chars, cnt); in push_chars()
138 <hex4>: The length of the payload, as 4 hexadecimal chars.