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

/freebsd-12-stable/crypto/heimdal/base/
H A Dheimbase.h49 typedef long heim_base_once_t; /* XXX arch dependant */ typedef
85 heim_base_once_f(heim_base_once_t *, void *, void (*)(void *));
H A Dheimbase.c314 * @param once pointer to a heim_base_once_t
320 heim_base_once_f(heim_base_once_t *once, void *ctx, void (*func)(void *))
412 static heim_base_once_t once = HEIM_BASE_ONCE_INIT;
/freebsd-12-stable/crypto/heimdal/lib/krb5/
H A Dcontext.c377 static heim_base_once_t init_context = HEIM_BASE_ONCE_INIT;

Completed in 58 milliseconds