Searched defs:saslc_sess_t (Results 1 – 2 of 2) sorted by relevance
59 struct saslc_sess_t { struct60 saslc_t *context; /* library context */61 const saslc__mech_t *mech; /* mechanism */62 void *mech_sess; /* mechanism session */63 saslc__dict_t *prop; /* session properties */64 saslc__error_t err; /* error info */65 uint32_t flags; /* session flags */
64 typedef struct saslc_sess_t saslc_sess_t; typedef