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

/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.h402 extern char *httpDecode64_2(char *out, int *outlen, const char *in);
H A Dhttp.c58 * httpDecode64_2() - Base64-decode a string.
1730 return (httpDecode64_2(out, &outlen, in));
1735 * 'httpDecode64_2()' - Base64-decode a string.
1739 httpDecode64_2(char *out, /* I - String to write to */ function

Completed in 77 milliseconds