Lines Matching refs:dohlen
224 &p->dohlen);
250 ERROR_CHECK_SETOPT(CURLOPT_POSTFIELDSIZE, (long)p->dohlen);
428 static DOHcode skipqname(const unsigned char *doh, size_t dohlen,
433 if(dohlen < (*indexp + 1))
438 if(dohlen < (*indexp + 2))
445 if(dohlen < (*indexp + 1 + length))
497 size_t dohlen,
510 if(index >= dohlen)
516 if((index + 1) >= dohlen)
534 if((index + length) > dohlen)
549 size_t dohlen,
577 rc = store_cname(doh, dohlen, index, d);
602 size_t dohlen,
616 if(dohlen < 12)
626 rc = skipqname(doh, dohlen, &index);
629 if(dohlen < (index + 4))
640 rc = skipqname(doh, dohlen, &index);
644 if(dohlen < (index + 2))
655 if(dohlen < (index + 2))
662 if(dohlen < (index + 4))
670 if(dohlen < (index + 2))
675 if(dohlen < (index + rdlength))
678 rc = rdata(doh, dohlen, rdlength, type, index, d);
687 rc = skipqname(doh, dohlen, &index);
691 if(dohlen < (index + 8))
696 if(dohlen < (index + 2))
701 if(dohlen < (index + rdlength))
709 rc = skipqname(doh, dohlen, &index);
713 if(dohlen < (index + 8))
718 if(dohlen < (index + 2))
723 if(dohlen < (index + rdlength))
729 if(index != dohlen)