Lines Matching refs:nodep
156 static isc_result_t createnode(dns_sdb_t *sdb, dns_sdbnode_t **nodep);
175 dns_dbnode_t **nodep,
433 getnode(dns_sdballnodes_t *allnodes, const char *name, dns_sdbnode_t **nodep) {
486 *nodep = sdbnode;
664 createnode(dns_sdb_t *sdb, dns_sdbnode_t **nodep) {
687 *nodep = node;
731 dns_dbnode_t **nodep)
743 REQUIRE(nodep != NULL && *nodep == NULL);
796 *nodep = node;
803 dns_dbnode_t **nodep, dns_name_t *foundname,
816 REQUIRE(nodep == NULL || *nodep == NULL);
954 if (nodep != NULL)
955 *nodep = node;
964 isc_stdtime_t now, dns_dbnode_t **nodep, dns_name_t *foundname,
971 UNUSED(nodep);
1494 dbiterator_current(dns_dbiterator_t *iterator, dns_dbnode_t **nodep,
1499 attachnode(iterator->db, sdbiter->current, nodep);