Searched refs:SASL_CB_GETOPT (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/lib/libsasl/lib/ |
H A D | server.c | 345 if (_sasl_getcallback(NULL, SASL_CB_GETOPT, &getopt, &context) == SASL_OK) 1127 if (_sasl_getcallback(NULL, SASL_CB_GETOPT, &getopt, &context) 1212 if (_sasl_getcallback(conn, SASL_CB_GETOPT, &getopt, &context) == SASL_OK) 1382 if(_sasl_getcallback(*pconn, SASL_CB_GETOPT, &getopt, &context) == SASL_OK) { 1440 if (_sasl_getcallback(conn, SASL_CB_GETOPT, &getopt, &context) 2217 if (_sasl_getcallback(conn, SASL_CB_GETOPT, &getopt, &context) 2393 if (_sasl_getcallback(conn, SASL_CB_GETOPT, &getopt, &context)
|
H A D | canonusr.c | 137 result = _sasl_getcallback(conn, SASL_CB_GETOPT,
|
H A D | common.c | 750 result = _sasl_getcallback(conn, SASL_CB_GETOPT, &getopt, &context); in sasl_getprop() 1377 if (callback->id == SASL_CB_GETOPT) { in _sasl_global_getopt() 1423 if (callback->id == SASL_CB_GETOPT in _sasl_conn_getopt() 1601 case SASL_CB_GETOPT: in _sasl_getcallback()
|
H A D | checkpw.c | 517 if (_sasl_getcallback(conn, SASL_CB_GETOPT, &getopt, &context) == SASL_OK) { in saslauthd_verify_password()
|
H A D | auxprop.c | 968 SASL_CB_GETOPT, &getopt, &context) == SASL_OK) {
|
/titanic_50/usr/src/lib/libsasl/include/ |
H A D | sasl.h | 436 #define SASL_CB_GETOPT 1 macro
|
/titanic_50/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | sasl.c | 83 { SASL_CB_GETOPT, nsldapi_sasl_fail, NULL },
|