Lines Matching refs:base64
75 * function is used by base64 code in libcurl built to support data
192 * whether the source buffer is base64 encoded or not 'src_b64'.
194 * If the source buffer is indicated to be base64 encoded, this appends the
213 int src_b64) /* != 0 if source is base64 encoded */
259 /* base64 decode the given buffer */
328 int base64 = 0;
357 base64);
390 /* Do we need to base64 decode the data? */
391 if(base64) {
409 /* Do we need to base64 decode the data? */
410 if(base64) {
487 if(strstr(patt, "base64="))
489 /* treat wanted part data as base64 encoded */
490 base64 = 1;
503 error = appenddata(outbuf, outlen, &outalloc, buffer, datalen, base64);