Lines Matching defs:delete_host
1192 int delete_host; /* Delete host from known_hosts */
1259 if (ctx->delete_host) {
1303 } else if (ctx->delete_host) {
1316 int delete_host, int hash_hosts)
1340 ctx.delete_host = delete_host;
1346 if (!find_host && (hash_hosts || delete_host)) {
1385 } else if (delete_host && !ctx.found_key) {
3364 int find_host = 0, delete_host = 0, hash_hosts = 0;
3435 delete_host = 1;
3711 if (print_fingerprint && (delete_host || hash_hosts)) {
3734 if (delete_host || hash_hosts || find_host) {
3736 delete_host, hash_hosts);