Lines Matching refs:hostlen
760 int hostlen;
780 hostlen = IA5_OFFSET_LEN(uri, hostptr);
782 hostlen = p - hostptr;
784 if (hostlen == 0)
789 if (hostlen > base->length) {
790 p = hostptr + hostlen - base->length;
797 if ((base->length != (int)hostlen)
798 || ia5ncasecmp(hostptr, baseptr, hostlen))
807 int hostlen, baselen, i;
810 hostlen = ip->length;
815 if (!((hostlen == 4) || (hostlen == 16)))
821 if (hostlen * 2 != baselen)
824 maskptr = base->data + hostlen;
828 for (i = 0; i < hostlen; i++)