Searched refs:announce_context (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/crypto/heimdal/kdc/
H A Dannounce.c44 static krb5_context announce_context; variable
320 ret = (announce_config->db[i]->hdb_get_realms)(announce_context, &realms);
324 krb5_free_host_realm(announce_context, realms);
454 ret = (announce_config->db[i]->hdb_get_realms)(announce_context, announce_config->db[i], &realms);
458 krb5_free_host_realm(announce_context, realms);
540 announce_context = context;

Completed in 50 milliseconds