Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_util_module/util/
Djs_base64.h48 unsigned char *sinputDecoding = nullptr; member
Djs_base64.cpp594 stdDecodeInfo->sinputDecoding = rets; in ReadStdDecode()
604 reinterpret_cast<const void*>(stdDecodeInfo->sinputDecoding), bufferSize) != EOK) { in EndStdDecode()
613 delete[] stdDecodeInfo->sinputDecoding; in EndStdDecode()