Searched refs:hashed_host (Results 1 – 1 of 1) sorted by relevance
414 char *hashed_host = NULL, *lhost; in write_host_entry() local420 if ((hashed_host = host_hash(lhost, NULL, 0)) == NULL) { in write_host_entry()425 fprintf(f, "%s ", hashed_host); in write_host_entry()645 const char *hashed_host; in match_maybe_hashed() local651 if ((hashed_host = host_hash(host, names, nlen)) == NULL) in match_maybe_hashed()653 return nlen == strlen(hashed_host) && in match_maybe_hashed()654 strncmp(hashed_host, names, nlen) == 0; in match_maybe_hashed()