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

/netbsd-current/crypto/external/bsd/heimdal/dist/kdc/
H A Dannounce.c46 static krb5_context announce_context; variable
322 ret = (announce_config->db[i]->hdb_get_realms)(announce_context, &realms);
326 krb5_free_host_realm(announce_context, realms);
456 ret = (announce_config->db[i]->hdb_get_realms)(announce_context, announce_config->db[i], &realms);
460 krb5_free_host_realm(announce_context, realms);
542 announce_context = context;

Completed in 116 milliseconds