Lines Matching defs:mech
103 static CURLcode pop3_perform_auth(struct Curl_easy *data, const char *mech,
105 static CURLcode pop3_continue_auth(struct Curl_easy *data, const char *mech,
107 static CURLcode pop3_cancel_auth(struct Curl_easy *data, const char *mech);
483 const char *mech,
490 if(ir) { /* AUTH <mech> ...<crlf> */
492 result = Curl_pp_sendf(data, &pop3c->pp, "AUTH %s %s", mech, ir);
496 result = Curl_pp_sendf(data, &pop3c->pp, "AUTH %s", mech);
509 const char *mech,
514 (void)mech;
526 static CURLcode pop3_cancel_auth(struct Curl_easy *data, const char *mech)
530 (void)mech;