Searched refs:hostname_len (Results 1 – 2 of 2) sorted by relevance
433 int hostname_len = strlen(hostname); in dns_read() local492 if (!strncasecmp(hostname, result->data + 1, hostname_len) && in dns_read()493 (result->len - 1) >= hostname_len) { in dns_read()
595 int hostname_len = strlen(hostname); in dns_read() local661 if (!strncasecmp(hostname, result->data + 1, hostname_len) && in dns_read()662 (result->len - 1) >= hostname_len && in dns_read()663 &(result->data + 1)[hostname_len] == lquery) { in dns_read()