Searched refs:MAXDNAME_A (Results 1 - 3 of 3) sorted by relevance
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | resolvndk.cpp | 23 #define MAXDNAME_A 1025
macro 150 unsigned char answer[MAXDNAME_A] = {PARAM_0};
in ResSearch() 165 unsigned char buff[MAXDNAME_A] = {0};
in Dn_expand() 167 int ret = dn_comp(domain, bufPtr, MAXDNAME_A, nullptr, nullptr);
in Dn_expand() 169 char expandDn[MAXDNAME_A];
in Dn_expand() 170 const unsigned char *eomorig = buff + MAXDNAME_A;
in Dn_expand() 171 backParam = dn_expand(buff, eomorig, buff, expandDn, MAXDNAME_A);
in Dn_expand()
|
H A D | otherstestndk.cpp | 61 #define MAXDNAME_A 1025
macro 208 unsigned char buff[MAXDNAME_A] = {0};
in Dn_comp() 210 backParam = dn_comp(domain, buff, MAXDNAME_A, firstChar, secondChar);
in Dn_comp()
|
/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/ |
H A D | otherstestndk32.cpp | 59 #define MAXDNAME_A 1025
macro
|
Completed in 4 milliseconds