Searched refs:ch_p (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/unbound/sldns/ |
| H A D | parseutil.h | 144 int sldns_parse_escape(uint8_t *ch_p, const char** str_p); 152 int sldns_parse_char(uint8_t *ch_p, const char** str_p);
|
| H A D | parseutil.c | 321 sldns_parse_escape(uint8_t *ch_p, const char** str_p) in sldns_parse_escape() argument 336 *ch_p = (uint8_t)val; in sldns_parse_escape() 342 *ch_p = (uint8_t)*(*str_p)++; in sldns_parse_escape() 352 sldns_parse_char(uint8_t *ch_p, const char** str_p) in sldns_parse_char() argument 359 return sldns_parse_escape(ch_p, str_p); in sldns_parse_char() 361 default: *ch_p = (uint8_t)*(*str_p)++; in sldns_parse_char()
|
| /freebsd/contrib/ldns/ |
| H A D | str2host.c | 325 parse_escape(uint8_t *ch_p, const char** str_p) in parse_escape() argument 340 *ch_p = (uint8_t)val; in parse_escape() 346 *ch_p = (uint8_t)*(*str_p)++; in parse_escape() 355 parse_char(uint8_t *ch_p, const char** str_p) in parse_char() argument 362 return parse_escape(ch_p, str_p); in parse_char() 364 default: *ch_p = (uint8_t)*(*str_p)++; in parse_char() 1957 INLINE bool parse_escape2(uint8_t *ch_p, const char** str_p) in parse_escape2() argument 1958 { *str_p += 1; return parse_escape(ch_p, str_p); } in parse_escape2()
|