Home | History | Annotate | Download | only in named

Lines Matching defs:implementation

60 	bdbimplementation_t *implementation;
231 * Builtin database implementation functions.
466 } else if ((node->bdb->implementation->flags & BDB_DNS64) != 0) {
609 * Rdataset implementation methods. An rdataset in the builtin databases is
613 * the implementation can be the same as dns_rdatalist..
708 * Database implementation methods
947 dns64 = ((bdb->implementation->flags & BDB_DNS64) != 0);
1183 void *implementation, dns_db_t **dbp) {
1188 REQUIRE(implementation != NULL);
1197 .implementation = implementation,