Lines Matching refs:foundname
539 dns_name_t *foundname) { in dns_keytable_finddeepestmatch() argument
549 REQUIRE(foundname != NULL); in dns_keytable_finddeepestmatch()
554 result = dns_rbt_findname(keytable->table, name, 0, foundname, &data); in dns_keytable_finddeepestmatch()
579 dns_name_t *foundname, bool *wantdnssecp) { in dns_keytable_issecuredomain() argument
593 result = dns_rbt_findnode(keytable->table, name, foundname, &node, NULL, in dns_keytable_issecuredomain()
702 dns_name_t *foundname, *origin, *fullname; in dns_keytable_totext() local
710 foundname = dns_fixedname_initname(&fixedfoundname); in dns_keytable_totext()
722 dns_rbtnodechain_current(&chain, foundname, origin, &node); in dns_keytable_totext()
726 result = dns_name_concatenate(foundname, origin, in dns_keytable_totext()
762 dns_name_t *foundname, *origin, *fullname; in dns_keytable_forall() local
768 foundname = dns_fixedname_initname(&fixedfoundname); in dns_keytable_forall()
781 dns_rbtnodechain_current(&chain, foundname, origin, &node); in dns_keytable_forall()
783 result = dns_name_concatenate(foundname, origin, in dns_keytable_forall()