Searched refs:src_param (Results 1 – 2 of 2) sorted by relevance
34 bool Base64UnescapeInternal(const char* src_param, size_t szsrc, char* dest, in Base64UnescapeInternal() argument49 const unsigned char* src = reinterpret_cast<const unsigned char*>(src_param); in Base64UnescapeInternal()
1708 int Base64UnescapeInternal(const char *src_param, int szsrc, in Base64UnescapeInternal() argument1723 const unsigned char *src = reinterpret_cast<const unsigned char*>(src_param); in Base64UnescapeInternal()