Home
last modified time | relevance | path

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

/src/crypto/krb5/src/util/profile/
H A Dprof_init.c23 struct profile_vtable *vt_copy; in init_module() local
40 vt_copy = malloc(sizeof(*vt_copy)); in init_module()
41 if (!vt_copy) { in init_module()
47 *vt_copy = *vtable; in init_module()
49 profile->vt = vt_copy; in init_module()