Searched refs:hashed_host (Results 1 – 1 of 1) sorted by relevance
441 char *hashed_host = NULL, *lhost; in write_host_entry() local447 if ((hashed_host = host_hash(lhost, NULL, 0)) == NULL) { in write_host_entry()452 fprintf(f, "%s ", hashed_host); in write_host_entry()458 free(hashed_host); in write_host_entry()743 char *hashed_host = NULL; in match_maybe_hashed() local749 if ((hashed_host = host_hash(host, names, nlen)) == NULL) in match_maybe_hashed()751 ret = (nlen == strlen(hashed_host) && in match_maybe_hashed()752 strncmp(hashed_host, names, nlen) == 0); in match_maybe_hashed()753 free(hashed_host); in match_maybe_hashed()