HomeSort by relevance Sort by last modified time
    Searched refs:httpEncode64_2 (Results 1 - 5 of 5) sorted by null

  /external/libcups/cups/
auth.c 248 httpEncode64_2(encode, sizeof(encode), http->userpass,
451 httpEncode64_2(http->authstring + 10, authsize - 10, output_token.value,
727 httpEncode64_2(buffer, sizeof(buffer), (void *)&auth_extrn,
http.h 492 extern char *httpEncode64(char *out, const char *in) _CUPS_DEPRECATED_MSG("Use httpEncode64_2 instead.");
509 extern char *httpEncode64_2(char *out, int outlen, const char *in,
testhttp.c 291 * httpDecode64_2()/httpEncode64_2()
294 fputs("httpDecode64_2()/httpEncode64_2(): ", stdout);
298 httpEncode64_2(encode, sizeof(encode), base64_tests[i][0],
327 printf(" httpEncode64_2() returned \"%s\", expected \"%s\"...\n",
http-support.c 671 * This function is deprecated. Use the httpEncode64_2() function instead
681 return (httpEncode64_2(out, 512, in, (int)strlen(in)));
686 * 'httpEncode64_2()' - Base64-encode a string.
692 httpEncode64_2(char *out, /* I - String to write to */
    [all...]
tls-gnutls.c 851 httpEncode64_2(line, sizeof(line), (char *)ptr, remaining > 45 ? 45 : remaining);
    [all...]

Completed in 318 milliseconds