Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/services/
H A Drpz.c765 uint8_t** stripdname, size_t* stripdnamelen) in rpz_strip_nsdname_suffix() argument
771 *stripdname = NULL; in rpz_strip_nsdname_suffix()
775 *stripdname = memdup(dname, maxdnamelen); in rpz_strip_nsdname_suffix()
776 if(!*stripdname) { in rpz_strip_nsdname_suffix()
789 *stripdname = memdup(dname, *stripdnamelen); in rpz_strip_nsdname_suffix()
791 if(!*stripdname) { in rpz_strip_nsdname_suffix()