Home | History | Annotate | Download | only in libevent

Lines Matching defs:authority

286 	int n_authority; /* how many authority RRs have been set? */
290 struct server_reply_item *authority; /* linked list of authority RRs */
1008 u16 trans_id, questions, answers, authority, additional, datalength;
1021 GET16(authority);
1023 (void) authority; /* suppress "unused variable" warnings. */
1158 for (i = 0; i < authority; ++i) {
1209 u16 trans_id, flags, questions, answers, authority, additional;
1219 GET16(authority);
1223 (void)authority;
1260 /* Ignore answers, authority, and additional. */
1676 APPEND16(0); /* no authority */
1762 itemp = &req->authority;
1915 /* Add answer, authority, and additional sections. */
1921 item = req->authority;
2040 list = &req->authority;