Lines Matching defs:mech
108 static CURLcode smtp_perform_auth(struct Curl_easy *data, const char *mech,
110 static CURLcode smtp_continue_auth(struct Curl_easy *data, const char *mech,
112 static CURLcode smtp_cancel_auth(struct Curl_easy *data, const char *mech);
429 const char *mech,
436 if(ir) { /* AUTH <mech> ...<crlf> */
438 result = Curl_pp_sendf(data, &smtpc->pp, "AUTH %s %s", mech, ir);
442 result = Curl_pp_sendf(data, &smtpc->pp, "AUTH %s", mech);
455 const char *mech,
460 (void)mech;
472 static CURLcode smtp_cancel_auth(struct Curl_easy *data, const char *mech)
476 (void)mech;