Home
last modified time | relevance | path

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

/freebsd-13-stable/crypto/heimdal/lib/kadm5/
HDfree.c71 princ->tl_data = tp->tl_data_next; in kadm5_free_principal_ent()
HDmarshall.c174 for(tp = princ->tl_data; tp; tp = tp->tl_data_next) in store_principal_ent()
295 tp->tl_data_next = princ->tl_data; in ret_principal_ent()
HDadmin.h116 struct _krb5_tl_data* tl_data_next; member
HDent_setup.c204 for (tl = princ->tl_data; tl != NULL; tl = tl->tl_data_next) { in _kadm5_setup_entry()
HDget_s.c57 tl->tl_data_next = ent->tl_data; in add_tl_data()
/freebsd-13-stable/crypto/heimdal/kadmin/
HDmod.c43 tl->tl_data_next = NULL; in add_tl()
51 ptl = &(*ptl)->tl_data_next; in add_tl()
HDrpc.c426 for (tp = ent->tl_data; tp; tp = tp->tl_data_next) { in store_principal_ent()
511 tp = &(*tp)->tl_data_next; in ret_principal_ent()
HDget.c247 for (tl = princ->tl_data; tl != NULL; tl = tl->tl_data_next) in format_field()