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 58 { "LOGIN", 5, SASL_MECH_LOGIN },
374 else if(enabledmechs & SASL_MECH_LOGIN) {
378 sasl->authused = SASL_MECH_LOGIN;

Completed in 96 milliseconds