Searched refs:httpDecode64_2 (Results 1 – 2 of 2) sorted by relevance
402 extern char *httpDecode64_2(char *out, int *outlen, const char *in);
1730 return (httpDecode64_2(out, &outlen, in)); in httpDecode64()1739 httpDecode64_2(char *out, /* I - String to write to */ in httpDecode64_2() function