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 37 unsigned char clid_len, hostname_len, uclass_len, vclass_len, shost_len; member in struct:script_data
142 data.hostname_len + data.uclass_len + data.vclass_len + data.shost_len, 1))
219 if (data.hostname_len != 0) {
222 hostname[data.hostname_len - 1] = 0;
260 unsigned int hostname_len = 0, clid_len = 0, vclass_len = 0; local
270 if (hostname) hostname_len = strlen(hostname) + 1;
273 sizeof(struct script_data) + clid_len + vclass_len + uclass_len + shost_len + hostname_len;
294 buf->hostname_len = hostname_len;
334 if (hostname_len != 0)
    [all...]
  /external/curl/lib/
socks.c 387 const size_t hostname_len = strlen(hostname); local
397 if(!socks5_resolve_local && hostname_len > 255) {
399 "length > 255 [actual len=%zu]\n", hostname_len);
593 socksreq[len++] = (char) hostname_len; /* address length */
594 memcpy(&socksreq[len], hostname, hostname_len); /* address str w/o NULL */
595 len += hostname_len;
cookie.c 120 size_t hostname_len = strlen(hostname); local
122 if(hostname_len < cookie_domain_len)
125 if(!strcasecompare(cooke_domain, hostname + hostname_len-cookie_domain_len))
135 if(hostname_len == cookie_domain_len)
137 if('.' == *(hostname + hostname_len - cookie_domain_len - 1))
    [all...]
  /external/boringssl/src/ssl/
handoff.cc 241 size_t hostname_len = 0; local
243 hostname_len = strlen(s3->hostname.get());
295 hostname_len) ||
428 const size_t hostname_len = CBS_len(&hostname); local
429 if (hostname_len == 0) {
  /external/curl/lib/vtls/
cyassl.c 344 size_t hostname_len = strlen(hostname); local
345 if((hostname_len < USHRT_MAX) &&
351 (unsigned short)hostname_len) != 1)) {
mesalink.c 95 size_t hostname_len = strlen(hostname); local
190 if((hostname_len < USHRT_MAX) &&

Completed in 467 milliseconds