Lines Matching full:qlen
96 static int same_questions(const unsigned char *qbuf, int qlen,
568 if ((q->qid == id) && same_questions(q->qbuf, q->qlen, abuf, alen))
785 if (swrite(server->udp_socket, query->qbuf, query->qlen) == -1)
1100 static int same_questions(const unsigned char *qbuf, int qlen,
1113 if (qlen < HFIXEDSZ || alen < HFIXEDSZ)
1127 if (ares_expand_name(q.p, qbuf, qlen, &q.name, &q.namelen)
1131 if (q.p + QFIXEDSZ > qbuf + qlen)