Searched refs:httpEncode64_2 (Results 1 – 6 of 6) sorted by relevance
/external/libcups/cups/ |
D | auth.c | 258 httpEncode64_2(encode, sizeof(encode), http->userpass, (int)strlen(http->userpass)); in cupsDoAuthentication() 462 httpEncode64_2(http->authstring + 10, authsize - 10, output_token.value, in _cupsSetNegotiateAuthString() 989 httpEncode64_2(buffer, sizeof(buffer), (void *)&auth_extrn, in cups_local_auth()
|
D | libcups2.def | 323 httpEncode64_2
|
D | http.h | 513 extern char *httpEncode64_2(char *out, int outlen, const char *in,
|
D | testhttp.c | 307 httpEncode64_2(encode, sizeof(encode), base64_tests[i][0], in main()
|
D | http-support.c | 682 return (httpEncode64_2(out, 512, in, (int)strlen(in))); in httpEncode64() 693 httpEncode64_2(char *out, /* I - String to write to */ in httpEncode64_2() function
|
D | tls-gnutls.c | 850 httpEncode64_2(line, sizeof(line), (char *)ptr, remaining > 45 ? 45 : remaining); in httpSaveCredentials()
|