Home
last modified time | relevance | path

Searched refs:SASL_CANONUSER_PLUG_VERSION (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libsasl/lib/
H A Dcanonusr.c309 result = canonuserfunc(sasl_global_utils, SASL_CANONUSER_PLUG_VERSION,
499 if(max_version < SASL_CANONUSER_PLUG_VERSION) return SASL_BADVERS;
501 *out_version = SASL_CANONUSER_PLUG_VERSION;
/titanic_41/usr/src/lib/libsasl/include/
H A Dsaslplug.h811 #define SASL_CANONUSER_PLUG_VERSION 5 macro