Home
last modified time | relevance | path

Searched refs:trailing_dot (Results 1 – 2 of 2) sorted by relevance

/packages/modules/DnsResolver/
Dres_query.cpp223 const bool trailing_dot = (cp > name && *--cp == '.') ? true : false; in res_nsearch() local
231 if (dots >= statp->ndots || trailing_dot) { in res_nsearch()
233 if (ret > 0 || trailing_dot) return ret; in res_nsearch()
243 if ((!dots) || (dots && !trailing_dot)) { in res_nsearch()
Dgetaddrinfo.cpp1824 const bool trailing_dot = (cp > name && *--cp == '.') ? true : false; in res_searchN() local
1843 if ((!dots) || (dots && !trailing_dot)) { in res_searchN()