HomeSort by relevance Sort by last modified time
    Searched defs:hostlen (Results 1 - 7 of 7) sorted by null

  /external/curl/lib/vauth/
ntlm.c 386 size_t hostlen = 0; local
389 size_t domoff = hostoff + hostlen; /* This is 0: remember that host and
428 SHORTPAIR(hostlen),
429 SHORTPAIR(hostlen),
436 size = 32 + hostlen + domlen;
526 size_t hostlen = 0; local
549 hostlen = 0;
552 hostlen = strlen(host);
660 hostlen = hostlen * 2
    [all...]
  /external/libmicrohttpd/src/testspdy/
test_new_connection.c 135 size_t hostlen; member in struct:URI
634 req->host = strcopy(uri->host, uri->hostlen);
744 res->hostlen = 0;
751 res->hostlen = i-offset;
763 res->hostlen = i-offset;
766 if(res->hostlen == 0) {
test_notls.c 114 size_t hostlen; member in struct:URI
586 req->host = strcopy(uri->host, uri->hostlen);
679 res->hostlen = 0;
686 res->hostlen = i-offset;
698 res->hostlen = i-offset;
701 if(res->hostlen == 0) {
test_request_response.c 117 size_t hostlen; member in struct:URI
622 req->host = strcopy(uri->host, uri->hostlen);
732 res->hostlen = 0;
739 res->hostlen = i-offset;
751 res->hostlen = i-offset;
754 if(res->hostlen == 0) {
  /system/core/logd/
LogKlog.cpp 665 static const ssize_t hostlen = strlen(host); local
666 if ((size > hostlen) &&
667 !fastcmp<strncmp>(bt + size - hostlen, host, hostlen) &&
668 !fastcmp<strncmp>(bt + 1, cp + 1, size - hostlen - 1)) {
670 cp += size - hostlen;
671 taglen -= size - hostlen;
  /external/webrtc/webrtc/base/
proxydetect.cc 232 size_t hostlen = url.host().length(); local
233 return (hostlen > len)
234 && (stricmp(url.host().c_str() + (hostlen - len), item) == 0);
806 DWORD hostlen = _snprintf(host, sizeof(host), "http%s://%S",
808 if (pIGPI(surl.data(), surl.size(), host, hostlen, &ptr, &proxylen)) {
    [all...]
  /external/curl/lib/
url.c 4432 size_t hostlen = strlen(query); local
    [all...]

Completed in 7456 milliseconds