Home
last modified time | relevance | path

Searched refs:MECH_PLAIN (Results 1 – 5 of 5) sorted by relevance

/dports/databases/libcouchbase/libcouchbase-2.10.7/contrib/cbsasl/include/cbsasl/
H A Dcbsasl.h25 #define MECH_PLAIN "PLAIN"
/dports/databases/libcouchbase/libcouchbase-2.10.7/contrib/cbsasl/src/
H A Dclient.c115 } else if (strstr(mechlist, MECH_PLAIN) != NULL) { in cbsasl_client_start()
116 *mech = MECH_PLAIN; in cbsasl_client_start()
/dports/irc/hexchat/hexchat-2.16.0/src/common/
H A Dhexchat.h430 #define MECH_PLAIN 0 macro
H A Dinbound.c1765 ret = MECH_PLAIN; in get_supported_mech()
1915 case MECH_PLAIN: in inbound_sasl_authenticate()
H A Dserver.c1774 serv->sasl_mech = MECH_PLAIN; in server_set_defaults()