HomeSort by relevance Sort by last modified time
    Searched refs:SASL_MECH_LOGIN (Results 1 - 2 of 2) sorted by null

  /external/curl/lib/
curl_sasl.h 31 #define SASL_MECH_LOGIN (1 << 0)
curl_sasl.c 60 { "LOGIN", 5, SASL_MECH_LOGIN },
360 else if(enabledmechs & SASL_MECH_LOGIN) {
364 sasl->authused = SASL_MECH_LOGIN;

Completed in 586 milliseconds