Home
last modified time | relevance | path

Searched refs:_sections (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_parse.c117 handle->_sections[i] = NULL; in ns_initparse()
124 handle->_sections[i] = msg; in ns_initparse()
265 msg->_msg_ptr = msg->_sections[(int)sect]; in setsection()
H A Dns_newmsg.c132 msg->_sections[ns_s_qd] = t; in ns_newmsg_q()
168 msg->_sections[sect] = t; in ns_newmsg_rr()
/illumos-gate/usr/src/head/arpa/
H A Dnameser.h141 const uchar_t *_sections[ns_s_max]; member