Searched refs:bufPtr (Results 1 – 3 of 3) sorted by relevance
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
D | resolvndk.cpp | 166 unsigned char *bufPtr = buff; in Dn_expand() local 167 int ret = dn_comp(domain, bufPtr, MAXDNAME_A, nullptr, nullptr); in Dn_expand()
|
/test/ostest/wukong/report/src/ |
D | report.cpp | 52 char* bufPtr = nullptr; in ListenCrashDir() local 71 bufPtr = &buf[nread]; in ListenCrashDir() 72 void* middleType = static_cast<void *>(bufPtr); in ListenCrashDir()
|
/test/xts/acts/kernel_lite/net_posix/src/ |
D | ActsNetTest.cpp | 1363 unsigned char* bufPtr = buf; variable 1364 int ret = dn_comp(domain1, bufPtr, MAXDNAME, nullptr, nullptr); 1376 unsigned char* dnptrs[5] = {bufPtr, nullptr}; 1378 ret = dn_comp(domain2, bufPtr + len, MAXDNAME - len, dnptrs, lastdnptr); 1379 EXPECT_NE(-1, ret) << "dn_comp(with dnptrs) fail, buf+len is '" << bufPtr + len << "'";
|