Searched defs:implementation (Results 1 - 3 of 3) sorted by relevance
/bind-9.11.3/lib/dns/include/dns/ |
H A D | dlz.h | 213 dns_dlzimplementation_t *implementation; member in struct:dns_dlzdb
|
/bind-9.11.3/lib/dns/ |
H A D | dyndb.c | 355 dyndb_implementation_t *implementation = NULL; local 368 CHECK(load_library(mctx, libname, name, &implementation)); 369 CHECK(implementation->register_func(mctx, name, parameters, file, line, 370 dctx, &implementation->inst)); 372 APPEND(dyndb_implementations, implementation, link); 377 if (implementation != NULL) 378 unload_library(&implementation);
|
H A D | sdb.c | 56 dns_sdbimplementation_t *implementation; member in struct:dns_sdb 116 #define MAYBE_LOCK(sdb) LOCK(&sdb->implementation->driverlock) 117 #define MAYBE_UNLOCK(sdb) UNLOCK(&sdb->implementation->driverlock) 121 unsigned int flags = sdb->implementation->flags; \ 123 LOCK(&sdb->implementation->driverlock); \ 128 unsigned int flags = sdb->implementation->flags; \ 130 UNLOCK(&sdb->implementation->driverlock); \ 361 imp = lookup->sdb->implementation; 427 dns_sdbimplementation_t *imp = sdb->implementation; 545 dns_sdbimplementation_t *imp = sdb->implementation; [all...] |
Completed in 15 milliseconds