Home
last modified time | relevance | path

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

/src/crypto/krb5/src/util/profile/ !
H A Dprof_init.c110 profile_module_init_fn initfn; in init_load_module() local
137 initfn = (profile_module_init_fn)fptr; in init_load_module()
138 err = (*initfn)(residual, &vtable, &cbdata); in init_load_module()
/src/crypto/krb5/src/lib/krb5/os/ !
H A Dsendto_kdc.c152 krb5_plugin_initvt_fn initfn; in init_tls_vtable() local
164 ret = k5_plugin_load(context, PLUGIN_INTERFACE_TLS, "k5tls", &initfn); in init_tls_vtable()
166 (*initfn)(context, 0, 0, (krb5_plugin_vtable)context->tls); in init_tls_vtable()
/src/crypto/krb5/src/lib/krb5/asn.1/ !
H A DREADME.asn1249 DEFOPTIONALTYPE(descname, predicatefn, initfn, basedesc);
253 the C object. "initfn" has the signature "void (*fn)(void *p)" and is
255 corresponding ASN.1 value is omitted in the wire encoding. "initfn"