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

/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dfree.c71 princ->tl_data = tp->tl_data_next;
H A Dadmin.h116 struct _krb5_tl_data* tl_data_next; member in struct:_krb5_tl_data
H A Dmarshall.c159 for(tp = princ->tl_data; tp; tp = tp->tl_data_next)
277 tp->tl_data_next = princ->tl_data;
H A Dent_setup.c204 for (tl = princ->tl_data; tl != NULL; tl = tl->tl_data_next) {
H A Dget_s.c57 tl->tl_data_next = ent->tl_data;
/freebsd-11-stable/crypto/heimdal/kadmin/
H A Dmod.c43 tl->tl_data_next = NULL;
51 ptl = &(*ptl)->tl_data_next;
H A Dget.c247 for (tl = princ->tl_data; tl != NULL; tl = tl->tl_data_next)
H A Drpc.c426 for (tp = ent->tl_data; tp; tp = tp->tl_data_next) {
511 tp = &(*tp)->tl_data_next;

Completed in 128 milliseconds