Lines Matching refs:sections
452 name = ISC_LIST_HEAD(msg->sections[i]);
455 ISC_LIST_UNLINK(msg->sections[i], name, link);
734 ISC_LIST_INIT(m->sections[i]);
1011 section = &msg->sections[DNS_SECTION_QUESTION];
1193 section = &msg->sections[sectionid];
1832 section = &msg->sections[sectionid];
2191 for (name = ISC_LIST_HEAD(msg->sections[i]);
2218 msg->cursors[section] = ISC_LIST_HEAD(msg->sections[section]);
2280 &msg->sections[section]);
2317 ISC_LIST_UNLINK(msg->sections[fromsection], name, link);
2318 ISC_LIST_APPEND(msg->sections[tosection], name, link);
2330 ISC_LIST_APPEND(msg->sections[section], name, link);
2342 ISC_LIST_UNLINK(msg->sections[section], name, link);
3007 * meta-records are in the prerequisite and update sections.
3086 if (ISC_LIST_EMPTY(msg->sections[section]))