HomeSort by relevance Sort by last modified time
    Searched refs:hostname_len (Results 1 - 6 of 6) sorted by null

  /external/dnsmasq/src/
helper.c 38 unsigned char clid_len, hostname_len, uclass_len, vclass_len, shost_len; member in struct:script_data
159 data.hostname_len + data.uclass_len + data.vclass_len + data.shost_len, 1))
252 if (data.hostname_len != 0)
256 hostname[data.hostname_len - 1] = 0;
302 unsigned int hostname_len = 0, clid_len = 0, vclass_len = 0; local
318 hostname_len = strlen(hostname) + 1;
320 size = sizeof(struct script_data) + clid_len + vclass_len + uclass_len + shost_len + hostname_len;
345 buf->hostname_len = hostname_len;
391 if (hostname_len != 0
    [all...]
  /external/boringssl/src/ssl/
handoff.cc 111 size_t hostname_len = 0; local
113 hostname_len = strlen(s3->hostname.get());
152 hostname_len) ||
252 const size_t hostname_len = CBS_len(&hostname); local
253 if (hostname_len == 0) {
  /external/curl/lib/
socks.c 388 const size_t hostname_len = strlen(hostname); local
398 if(!socks5_resolve_local && hostname_len > 255) {
400 "length > 255 [actual len=%zu]\n", hostname_len);
594 socksreq[len++] = (char) hostname_len; /* address length */
595 memcpy(&socksreq[len], hostname, hostname_len); /* address str w/o NULL */
596 len += hostname_len;
cookie.c 123 size_t hostname_len = strlen(hostname); local
125 if(hostname_len < cookie_domain_len)
128 if(!strcasecompare(cooke_domain, hostname + hostname_len-cookie_domain_len))
138 if(hostname_len == cookie_domain_len)
140 if('.' == *(hostname + hostname_len - cookie_domain_len - 1))
    [all...]
  /external/syslinux/gpxe/src/net/infiniband/
ib_sma.c 93 int hostname_len; local
99 hostname_len = fetch_string_setting ( NULL, &hostname_setting,
103 hostname, ( ( hostname_len >= 0 ) ? " " : "" ),
  /external/curl/lib/vtls/
cyassl.c 338 size_t hostname_len = strlen(hostname); local
339 if((hostname_len < USHRT_MAX) &&
345 (unsigned short)hostname_len) != 1)) {

Completed in 159 milliseconds