Searched refs:xoauth (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dcurl_sasl.c582 char *xoauth = NULL; local
585 xoauth = aprintf("user=%s\1auth=Bearer %s\1\1", user, bearer);
586 if(!xoauth)
590 result = Curl_base64_encode(data, xoauth, strlen(xoauth), outptr, outlen);
592 Curl_safefree(xoauth);
H A Dimap.c1278 char *xoauth = NULL; local
1290 &xoauth, &len);
1291 if(!result && xoauth) {
1293 result = Curl_pp_sendf(&conn->proto.imapc.pp, "%s", xoauth);
1300 Curl_safefree(xoauth);
H A Dpop3.c1145 char *xoauth = NULL; local
1157 &xoauth, &len);
1158 if(!result && xoauth) {
1160 result = Curl_pp_sendf(&conn->proto.pop3c.pp, "%s", xoauth);
1167 Curl_safefree(xoauth);
H A Dsmtp.c1160 char *xoauth = NULL; local
1172 &xoauth, &len);
1173 if(!result && xoauth) {
1175 result = Curl_pp_sendf(&conn->proto.smtpc.pp, "%s", xoauth);
1182 Curl_safefree(xoauth);

Completed in 63 milliseconds