Home
last modified time | relevance | path

Searched defs:verto_ev (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/krb5/src/util/verto/
H A Dverto.c70 struct verto_ev { struct
71 verto_ev *next; argument
73 verto_ev_type type; argument
78 verto_ev_flag flags; argument
79 verto_ev_flag actual; argument
80 size_t depth;
81 int deleted;
82 union {
87 } option;
H A Dverto.h49 typedef struct verto_ev verto_ev; typedef