Home | History | Annotate | Download | only in testcode

Lines Matching refs:nq

1029 match_noloc_section(char** q, char** nq, char** p, char** np, uint16_t num)
1038 get_line(q, nq);
1065 char* nq = q, *np = p;
1081 get_line(&q, &nq);
1087 get_line(&q, &nq);
1094 get_line(&q, &nq);
1097 if(!match_noloc_section(&q, &nq, &p, &np, LDNS_QDCOUNT(p_pkt)))
1101 get_line(&q, &nq);
1104 get_line(&q, &nq);
1107 if(!match_noloc_section(&q, &nq, &p, &np, LDNS_ANCOUNT(p_pkt)))
1111 get_line(&q, &nq);
1114 get_line(&q, &nq);
1117 if(!match_noloc_section(&q, &nq, &p, &np, LDNS_NSCOUNT(p_pkt)))
1121 get_line(&q, &nq);
1124 get_line(&q, &nq);
1127 if(!match_noloc_section(&q, &nq, &p, &np, LDNS_ARCOUNT(p_pkt)))