Home
last modified time | relevance | path

Searched refs:heim_base_once_f (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/heimdal/base/
H A Dversion-script.map14 heim_base_once_f;
H A Dheimbase.c320 heim_base_once_f(heim_base_once_t *once, void *ctx, void (*func)(void *)) in heim_base_once_f() function
416 heim_base_once_f(&once, NULL, init_ar_tls); in autorel_tls()
H A Dheimbase.h85 heim_base_once_f(heim_base_once_t *, void *, void (*)(void *));
/freebsd/crypto/heimdal/lib/krb5/
H A Dcontext.c427 heim_base_once_f(&init_context, p, init_context_once); in krb5_init_context()