Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/heimdal/dist/lib/kadm5/
Dfree.c74 princ->tl_data = tp->tl_data_next; in kadm5_free_principal_ent()
Dadmin.h128 struct _krb5_tl_data* tl_data_next; member
Dmarshall.c228 for(tp = princ->tl_data; tp; tp = tp->tl_data_next) in store_principal_ent()
353 tp->tl_data_next = princ->tl_data; in ret_principal_ent()
Dent_setup.c213 for (tl = princ->tl_data; tl != NULL; tl = tl->tl_data_next) { in _kadm5_setup_entry()
Dget_s.c61 tl->tl_data_next = ent->tl_data; in add_tl_data()
/netbsd/src/crypto/external/bsd/heimdal/dist/kadmin/
Dmod.c45 tl->tl_data_next = NULL; in add_tl()
53 ptl = &(*ptl)->tl_data_next; in add_tl()
Dserver.c625 ctx->tl = ctx->tl->tl_data_next; in iter_aliases()
639 for (; ctx->tl != NULL; ctx->tl = ctx->tl->tl_data_next) { in iter_aliases()
Drpc.c424 for (tp = ent->tl_data; tp; tp = tp->tl_data_next) { in store_principal_ent()
509 tp = &(*tp)->tl_data_next; in ret_principal_ent()
Dget.c267 for (tl = princ->tl_data; tl != NULL; tl = tl->tl_data_next) in format_field()