Home
last modified time | relevance | path

Searched refs:heim_base_once_t (Results 1 – 3 of 3) sorted by relevance

/trueos/crypto/heimdal/base/
HDheimbase.h49 typedef long heim_base_once_t; /* XXX arch dependant */ typedef
85 heim_base_once_f(heim_base_once_t *, void *, void (*)(void *));
HDheimbase.c320 heim_base_once_f(heim_base_once_t *once, void *ctx, void (*func)(void *)) in heim_base_once_f()
412 static heim_base_once_t once = HEIM_BASE_ONCE_INIT; in autorel_tls()
/trueos/crypto/heimdal/lib/krb5/
HDcontext.c377 static heim_base_once_t init_context = HEIM_BASE_ONCE_INIT; in krb5_init_context()