Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/heimdal/lib/kadm5/
H A Dfree.c71 princ->tl_data = tp->tl_data_next; in kadm5_free_principal_ent()
H A Dmarshall.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()
H A Dadmin.h116 struct _krb5_tl_data* tl_data_next; member
H A Dent_setup.c204 for (tl = princ->tl_data; tl != NULL; tl = tl->tl_data_next) { in _kadm5_setup_entry()
H A Dget_s.c57 tl->tl_data_next = ent->tl_data; in add_tl_data()
/freebsd-14.2/crypto/heimdal/kadmin/
H A Dmod.c43 tl->tl_data_next = NULL; in add_tl()
51 ptl = &(*ptl)->tl_data_next; in add_tl()
H A Drpc.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()
H A Dget.c247 for (tl = princ->tl_data; tl != NULL; tl = tl->tl_data_next) in format_field()