Searched refs:parse_section (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/bsd/unbound/dist/util/data/ |
H A D | msgparse.c | 826 parse_section(sldns_buffer* pkt, struct msg_parse* msg, in parse_section() function 927 if((ret = parse_section(pkt, msg, region, LDNS_SECTION_ANSWER, in parse_packet() 930 if((ret = parse_section(pkt, msg, region, LDNS_SECTION_AUTHORITY, in parse_packet() 936 } else if((ret = parse_section(pkt, msg, region, in parse_packet()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
H A D | config_file.c | 76 static krb5_error_code parse_section(char *p, krb5_config_section **s, 126 parse_section(char *p, krb5_config_section **s, krb5_config_section **parent, in parse_section() function 372 ret = parse_section(p, &s, res, err_message); in krb5_config_parse_debug()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/ |
H A D | ChangeLog.1998 | 348 * lib/krb5/config_file.c (parse_binding, parse_section): make sure
|