Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.h400 extern char *httpDecode64_2(char *out, int *outlen, const char *in);
H A Dhttp.c1728 return (httpDecode64_2(out, &outlen, in)); in httpDecode64()
1737 httpDecode64_2(char *out, /* I - String to write to */ in httpDecode64_2() function