Home | History | Annotate | Download | only in tests

Lines Matching refs:arcount

388         uint16_t arcount;
393 unsigned* nscount, unsigned* arcount);
400 unsigned arcount;
402 &nscount, &arcount);
437 if (arcount) {
438 additionals.resize(arcount);
439 for (unsigned i = 0 ; i < arcount ; ++i) {
466 header.arcount = htons(additionals.size());
494 unsigned* nscount, unsigned* arcount) {
513 *arcount = ntohs(header.arcount);