Home
last modified time | relevance | path

Searched refs:pEnd (Results 1 - 1 of 1) sorted by relevance

/commonlibrary/ets_utils/js_api_module/buffer/
H A Dconverter.cpp160 const unsigned char *pEnd = nullptr; in Base64Encode() local
172 pEnd = src + len; in Base64Encode()
181 while (pEnd - pStart >= 3) { in Base64Encode()
197 if (pEnd - pStart > 0) { in Base64Encode()
200 if (pEnd - pStart == 1) { // one byte remaining in Base64Encode()

Completed in 2 milliseconds