Searched defs:XSASL_SERVER (Results 1 – 1 of 1) sorted by relevance
27 typedef struct XSASL_SERVER { struct28 void (*free) (struct XSASL_SERVER *); argument29 int (*first) (struct XSASL_SERVER *, const char *, const char *, VSTRING *); argument30 int (*next) (struct XSASL_SERVER *, const char *, VSTRING *); argument31 const char *(*get_mechanism_list) (struct XSASL_SERVER *); argument32 const char *(*get_username) (struct XSASL_SERVER *); argument33 } XSASL_SERVER; typedef