/third_party/lzma/C/ |
H A D | LzmaDec.c | 1200 SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status)
in LzmaDec_DecodeToBuf() argument 1202 SizeT outSize = *destLen;
in LzmaDec_DecodeToBuf() 1204 *srcLen = *destLen = 0;
in LzmaDec_DecodeToBuf() 1232 *destLen += outSizeCur;
in LzmaDec_DecodeToBuf() 1340 SRes LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen,
in LzmaDecode() argument 1346 SizeT outSize = *destLen, inSize = *srcLen;
in LzmaDecode() 1347 *destLen = *srcLen = 0;
in LzmaDecode() 1358 *destLen = p.dicPos;
in LzmaDecode()
|
H A D | LzmaEnc.c | 30 Byte *dest, size_t *destLen, UInt32 desiredPackSize, UInt32 *unpackSize);
2955 Byte *dest, size_t *destLen, UInt32 desiredPackSize, UInt32 *unpackSize)
in LzmaEnc_CodeOneMemBlock() 2964 outStream.rem = *destLen;
in LzmaEnc_CodeOneMemBlock() 2981 *destLen -= outStream.rem;
in LzmaEnc_CodeOneMemBlock() 3080 SRes LzmaEnc_MemEncode(CLzmaEncHandle p, Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen,
in LzmaEnc_MemEncode() argument 3090 outStream.rem = *destLen;
in LzmaEnc_MemEncode() 3105 *destLen -= (SizeT)outStream.rem;
in LzmaEnc_MemEncode() 3112 SRes LzmaEncode(Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen,
in LzmaEncode() argument 3126 res = LzmaEnc_MemEncode(p, dest, destLen, src, srcLen,
in LzmaEncode() 2954 LzmaEnc_CodeOneMemBlock(CLzmaEncHandle p, BoolInt reInit, Byte *dest, size_t *destLen, UInt32 desiredPackSize, UInt32 *unpackSize) LzmaEnc_CodeOneMemBlock() argument
|
H A D | Lzma2Enc.c | 119 Byte *dest, size_t *destLen, UInt32 desiredPackSize, UInt32 *unpackSize);
|
/base/security/access_token/services/tokensyncmanager/include/remote/ |
H A D | soft_bus_manager.h | 112 bool CheckAndCopyStr(char* dest, uint32_t destLen, const std::string& src);
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | zlib.h | 1229 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen, 1233 the byte length of the source buffer. Upon entry, destLen is the total size 1235 compressBound(sourceLen). Upon exit, destLen is the actual size of the 1244 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen, 1250 length of the source buffer. Upon entry, destLen is the total size of the 1252 compressBound(sourceLen). Upon exit, destLen is the actual size of the 1267 ZEXTERN int ZEXPORT uncompress OF((Bytef *dest, uLongf *destLen, 1271 the byte length of the source buffer. Upon entry, destLen is the total size 1275 mechanism outside the scope of this compression library.) Upon exit, destLen 1285 ZEXTERN int ZEXPORT uncompress2 OF((Bytef *dest, uLongf *destLen, [all...] |
/third_party/skia/third_party/externals/zlib/ |
H A D | zlib.h | 1227 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen, 1231 the byte length of the source buffer. Upon entry, destLen is the total size 1233 compressBound(sourceLen). Upon exit, destLen is the actual size of the 1242 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen, 1248 length of the source buffer. Upon entry, destLen is the total size of the 1250 compressBound(sourceLen). Upon exit, destLen is the actual size of the 1265 ZEXTERN int ZEXPORT uncompress OF((Bytef *dest, uLongf *destLen, 1269 the byte length of the source buffer. Upon entry, destLen is the total size 1273 mechanism outside the scope of this compression library.) Upon exit, destLen 1283 ZEXTERN int ZEXPORT uncompress2 OF((Bytef *dest, uLongf *destLen, [all...] |
/base/security/access_token/services/tokensyncmanager/src/remote/ |
H A D | soft_bus_manager.cpp | 149 bool SoftBusManager::CheckAndCopyStr(char* dest, uint32_t destLen, const std::string& src)
in CheckAndCopyStr() argument 151 if (destLen < src.length() + 1) {
in CheckAndCopyStr() 155 if (strcpy_s(dest, destLen, src.c_str()) != EOK) {
in CheckAndCopyStr()
|
/base/security/certificate_framework/frameworks/adapter/v2.0/src/ |
H A D | cf_adapter_extension_openssl.c | 143 static int32_t CopyIndexArray(uint32_t *destArray, uint32_t *destLen, const uint32_t *srcArray, uint32_t srcLen)
in CopyIndexArray() argument 145 if (memcpy_s(destArray, ((*destLen) * sizeof(uint32_t)), srcArray, (srcLen * sizeof(uint32_t))) != EOK) {
in CopyIndexArray() 149 *destLen = srcLen;
in CopyIndexArray()
|
/base/security/device_security_level/oem_property/common/ |
H A D | dslm_credential_utils.c | 467 static int32_t GetDataFromJson(DslmJsonHandle json, const char *paramKey, char *dest, uint32_t destLen) in GetDataFromJson() argument 473 if (strncpy_s(dest, destLen, data, destLen - 1) != EOK) { in GetDataFromJson()
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | zlib.h | 1102 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen,
1106 the byte length of the source buffer. Upon entry, destLen is the total size
1108 compressBound(sourceLen). Upon exit, destLen is the actual size of the
1116 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen,
1122 length of the source buffer. Upon entry, destLen is the total size of the
1124 compressBound(sourceLen). Upon exit, destLen is the actual size of the
1139 ZEXTERN int ZEXPORT uncompress OF((Bytef *dest, uLongf *destLen,
1143 the byte length of the source buffer. Upon entry, destLen is the total size
1147 mechanism outside the scope of this compression library.) Upon exit, destLen
|
/third_party/bounds_checking_function/src/ |
H A D | securecutil.h | 157 #define SECUREC_CAT_STRING_IS_OVERLAP(dest, destLen, src, srcLen) \ 158 (((dest) < (src) && ((dest) + (destLen) + (srcLen)) >= (src)) || \
|
/base/useriam/user_auth_framework/services/remote_connect/inc/ |
H A D | soft_bus_manager.h | 79 bool CheckAndCopyStr(char *dest, uint32_t destLen, const std::string &src);
|
/base/useriam/user_auth_framework/services/remote_connect/src/ |
H A D | soft_bus_manager.cpp | 688 bool SoftBusManager::CheckAndCopyStr(char *dest, uint32_t destLen, const std::string &src) in CheckAndCopyStr() argument 690 if (destLen < src.length() + 1) { in CheckAndCopyStr() 694 if (strcpy_s(dest, destLen, src.c_str()) != EOK) { in CheckAndCopyStr()
|
/third_party/lzma/C/Util/7z/ |
H A D | 7zMain.c | 155 size_t destLen = Utf16_To_Utf8_Calc(src, src + srcLen);
in Utf16_To_Utf8Buf() local 156 destLen += 1;
in Utf16_To_Utf8Buf() 157 if (!Buf_EnsureSize(dest, destLen))
in Utf16_To_Utf8Buf()
|
/base/security/crypto_framework/test/unittest/src/ |
H A D | rsa_common_param_spec.cpp | 27 void RemoveLastChar(const unsigned char *str, unsigned char *dest, uint32_t destLen) in RemoveLastChar() argument 29 for (size_t i = 0; i < destLen; i++) { in RemoveLastChar()
|
H A D | crypto_rsa_cipher_sub_test.cpp | 100 static void RemoveLastChar(const unsigned char *str, unsigned char *dest, uint32_t destLen) in RemoveLastChar() argument 102 for (size_t i = 0; i < destLen; i++) { in RemoveLastChar()
|
H A D | crypto_rsa_asy_key_generator_by_spec_cov_test.cpp | 107 static void RemoveLastChar(const unsigned char *str, unsigned char *dest, uint32_t destLen) in RemoveLastChar() argument 109 for (size_t i = 0; i < destLen; i++) { in RemoveLastChar()
|
/third_party/lzma/CPP/7zip/Archive/ |
H A D | LzmaHandler.cpp | 376 SizeT destLen = outSize;
379 SRes res = LzmaDecode(outBuf, &destLen, start, &srcLen,
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | idnaref.cpp | 217 int32_t destLen =0; in convertFromPuny() local 241 u_strFromUTF32(dest,destCapacity,&destLen,(UChar32*)b2,b2Len,&status); in convertFromPuny() 252 return destLen; in convertFromPuny()
|
/third_party/backends/backend/ |
H A D | xerox_mfp.c | 161 static int copy_decompress_data(struct device *dev, unsigned char *pDest, int maxlen, int *destLen) in copy_decompress_data() argument 165 if (destLen) in copy_decompress_data() 166 *destLen = 0; in copy_decompress_data() 174 if (destLen) in copy_decompress_data() 175 *destLen = data_size; in copy_decompress_data()
|
/third_party/node/deps/openssl/openssl/crypto/comp/ |
H A D | c_zlib.c | 86 typedef int (*compress_ft) (Bytef *dest, uLongf * destLen,
|
/third_party/openssl/crypto/comp/ |
H A D | c_zlib.c | 86 typedef int (*compress_ft) (Bytef *dest, uLongf * destLen,
|
/third_party/icu/icu4c/source/common/ |
H A D | ucurr.cpp | 952 int32_t destLen = u_strToUpper(dest, 0, source, len, locale, &ec); in toUpperCase() local 955 dest = (UChar*)uprv_malloc(sizeof(UChar) * MAX(destLen, len)); in toUpperCase() 956 u_strToUpper(dest, destLen, source, len, locale, &ec); in toUpperCase()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ucurr.cpp | 975 int32_t destLen = u_strToUpper(dest, 0, source, len, locale, &ec); in toUpperCase() local 978 dest = (char16_t*)uprv_malloc(sizeof(char16_t) * MAX(destLen, len)); in toUpperCase() 979 u_strToUpper(dest, destLen, source, len, locale, &ec); in toUpperCase()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucurr.cpp | 929 int32_t destLen = u_strToUpper(dest, 0, source, len, locale, &ec); in toUpperCase() local 932 dest = (UChar*)uprv_malloc(sizeof(UChar) * MAX(destLen, len)); in toUpperCase() 933 u_strToUpper(dest, destLen, source, len, locale, &ec); in toUpperCase()
|