Searched refs:hostname_len (Results 1 – 2 of 2) sorted by relevance
518 int hostname_len = strlen(hostname); in dns_read() local581 if (!strncasecmp(hostname, result->data + 1, hostname_len) && in dns_read()582 (result->len - 1) >= hostname_len && in dns_read()583 &(result->data + 1)[hostname_len] == lquery) { in dns_read()
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()