Home
last modified time | relevance | path

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

/test/xts/acts/kernel_lite/io_posix/src/
H A DIoTestOther.cpp245 size_t inLen = strlen(inBuf); in HWTEST_F() local
251 size_t ret = iconv(cd, &inSrc, &inLen, &outSrc, &outLen); in HWTEST_F()
254 EXPECT_EQ(inLen, 1U) << "iconv fail, errno = " << errno; in HWTEST_F()
/test/xts/acts/bundlemanager/zlib/actszlibndktest/entry/src/main/cpp/
H A Dzlibndk.cpp236 uint32_t inLen = strlen(inBuf) + VALUE_ONE; in DeflateBound() local
244 defstream.avail_in = static_cast<uInt>(inLen); in DeflateBound()
250 uint32_t estimateLen = deflateBound(&defstream, inLen); in DeflateBound()
1859 uint32_t inLen = strlen(inBuf) + VALUE_ONE; in DeflateInit() local
1867 defstream.avail_in = static_cast<uInt>(inLen); in DeflateInit()
1975 uint32_t inLen = strlen(inBuf) + VALUE_ONE; in DeflateCopy() local
1983 defstream.avail_in = static_cast<uInt>(inLen); in DeflateCopy()
1989 uint32_t estimateLen = deflateBound(&defstream, inLen); in DeflateCopy()
/test/xts/acts/bundlemanager/zlib/actszlibtest/
H A DActsZlibTest.cpp708 uint32_t inLen = strlen(inBuf) + 1; in HWTEST_F() local
716 defstream.avail_in = static_cast<uInt>(inLen); in HWTEST_F()
724 uint32_t estimateLen = deflateBound(&defstream, inLen); in HWTEST_F()

Completed in 8 milliseconds