Searched refs:destComp (Results 1 – 1 of 1) sorted by relevance
/test/xts/acts/kernel_lite/net_posix/src/ |
D | ActsNetTest.cpp | 1396 unsigned char destComp[MAXDNAME]; variable 1397 int ret = dn_comp(src, destComp, 10, nullptr, nullptr); 1399 printf("dn_comp ret=%d, compDn is '%s'\n", ret, destComp); 1401 ret = dn_comp("www.baidu.com", destComp, MAXDNAME, nullptr, nullptr); 1406 unsigned char *eomorig = destComp + 10; 1407 ret = dn_expand(destComp, eomorig, destComp, destExpand, MAXDNAME);
|