Home | History | Annotate | Download | only in lib

Lines Matching full:hostlen

366   size_t hostlen = 0;
369 size_t domoff = hostoff + hostlen; /* This is 0: remember that host and
408 SHORTPAIR(hostlen),
409 SHORTPAIR(hostlen),
416 size = 32 + hostlen + domlen;
506 size_t hostlen = 0;
529 hostlen = 0;
532 hostlen = strlen(host);
638 hostlen = hostlen * 2;
723 SHORTPAIR(hostlen),
724 SHORTPAIR(hostlen),
774 if(size + userlen + domlen + hostlen >= NTLM_BUFSIZE) {
797 unicodecpy(&ntlmbuf[size], host, hostlen / 2);
799 memcpy(&ntlmbuf[size], host, hostlen);
801 size += hostlen;