MCPcopy Create free account
hub / github.com/OpenPrinting/cups / httpEncode64

Function httpEncode64

cups/http-support.c:676–681  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

674 */
675
676char * /* O - Encoded string */
677httpEncode64(char *out, /* I - String to write to */
678 const char *in) /* I - String to read from */
679{
680 return (httpEncode64_2(out, 512, in, (int)strlen(in)));
681}
682
683
684/*

Callers

nothing calls this directly

Calls 1

httpEncode64_2Function · 0.85

Tested by

no test coverage detected