Searched defs:XSASL_CLIENT (Results 1 – 1 of 1) sorted by relevance
82 typedef struct XSASL_CLIENT { struct83 void (*free) (struct XSASL_CLIENT *); argument84 …int (*first) (struct XSASL_CLIENT *, const char *, const char *, const char *, const char **, … argument85 int (*next) (struct XSASL_CLIENT *, const char *, VSTRING *); argument86 } XSASL_CLIENT; typedef