Searched refs:SASL_CB_LANGUAGE (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/lib/libsasl/lib/ |
H A D | seterror.c | 177 ret = utils->getcallback(conn, SASL_CB_LANGUAGE, &simple_cb, in sasl_seterror() 181 (void) simple_cb(simple_context, SASL_CB_LANGUAGE, &lang, NULL); in sasl_seterror()
|
H A D | common.c | 1677 if (callbackid != SASL_CB_LANGUAGE) in _sasl_getcallback()
|
/titanic_50/usr/src/lib/libsasl/include/ |
H A D | sasl.h | 531 #define SASL_CB_LANGUAGE 0x4003 macro
|
/titanic_50/usr/src/lib/libsasl/plugin/ |
H A D | plugin_common.c | 885 ret = utils->getcallback(utils->conn, SASL_CB_LANGUAGE, &simple_cb, 889 ret = simple_cb(simple_context, SASL_CB_LANGUAGE, &result, NULL);
|
/titanic_50/usr/src/cmd/sendmail/src/ |
H A D | usersmtp.c | 1040 case SASL_CB_LANGUAGE: 1238 case SASL_CB_LANGUAGE:
|