Searched refs:domoff (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dhttp-ntlm.c312 int domoff; /* domain name offset */
334 domoff = hostoff + hostlen;
374 SHORTPAIR(domoff),
441 domoff = 64; /* always */
442 useroff = domoff + domlen;
509 SHORTPAIR(domoff),
310 int domoff; /* domain name offset */ local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dcurl_ntlm_msgs.c548 size_t domoff = hostoff + hostlen; /* This is 0: remember that host and local
583 SHORTPAIR(domoff),
729 size_t domoff = 0; local
866 domoff = ntrespoff + ntresplen;
868 domoff = lmrespoff + 0x18;
870 useroff = domoff + domlen;
937 SHORTPAIR(domoff),
1001 DEBUGASSERT(size == domoff);
1026 res = Curl_convert_to_network(data, (char *)&ntlmbuf[domoff],
1027 size - domoff);
[all...]

Completed in 104 milliseconds