Searched refs:httpEncode64_2 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.h403 extern char *httpEncode64_2(char *out, int outlen, const char *in,
H A Dhttp.c60 * httpEncode64_2() - Base64-encode a string.
1834 return (httpEncode64_2(out, 512, in, strlen(in)));
1839 * 'httpEncode64_2()' - Base64-encode a string.
1843 httpEncode64_2(char *out, /* I - String to write to */ function

Completed in 61 milliseconds