Searched refs:httpEncode64_2 (Results 1 – 2 of 2) sorted by relevance
403 extern char *httpEncode64_2(char *out, int outlen, const char *in,
1834 return (httpEncode64_2(out, 512, in, strlen(in))); in httpEncode64()1843 httpEncode64_2(char *out, /* I - String to write to */ in httpEncode64_2() function