Searched defs:section (Results 1 – 4 of 4) sorted by relevance
/bionic/libc/dns/nameser/ |
D | ns_parse.c | 82 ns_skiprr(const u_char *ptr, const u_char *eom, ns_sect section, int count) { in ns_skiprr() 143 ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) { in ns_parserr() 206 ns_parserr2(ns_msg *handle, ns_sect section, int rrnum, ns_rr2 *rr) { in ns_parserr2()
|
/bionic/libc/dns/resolv/ |
D | res_debug.c | 168 ns_msg *handle, ns_sect section, in do_section() 646 p_section(int section, int opcode) { in p_section()
|
/bionic/linker/ |
D | linker_note_gnu_property_test.cpp | 174 alignas(8) uint8_t section[kMaxSectionSize]; member in GnuPropertySectionBuilder
|
/bionic/libc/include/arpa/ |
D | nameser.h | 152 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0) argument
|