Searched defs:load (Results 1 - 5 of 5) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/tests/
H A Dmaster_test.c117 /* Successful load test */
118 ATF_TC(load); variable
119 ATF_TC_HEAD(load, tc) {
123 ATF_TC_BODY(load, tc) {
480 ATF_TP_ADD_TC(tp, load);
/bind-9.6-ESV-R11/lib/dns/
H A Dzt.c57 load(dns_zone_t *zone, void *uap);
237 result = dns_zt_apply(zt, stop, load, NULL);
243 load(dns_zone_t *zone, void *uap) { function
H A Dmaster.c96 * Master file load state.
112 isc_result_t (*load)(dns_loadctx_t *lctx); member in struct:dns_loadctx
551 lctx->load = load_text;
555 lctx->load = load_raw;
2396 result = (lctx->load)(lctx);
2486 result = (lctx->load)(lctx);
2552 result = (lctx->load)(lctx);
2613 result = (lctx->load)(lctx);
2896 result = (lctx->load)(lctx);
H A Dzone.c93 #define DNS_LOAD_VALID(load) ISC_MAGIC_VALID(load, LOAD_MAGIC)
96 #define DNS_FORWARD_VALID(load) ISC_MAGIC_VALID(load, FORWARD_MAGIC)
99 #define DNS_IO_VALID(load) ISC_MAGIC_VALID(load, IO_MAGIC)
357 #define DNS_ZONEFLG_LOADING 0x00002000U /*%< load from disk in progress*/
381 load. */
467 * Hold load state.
1399 * file changes between the time of the load an
1577 dns_load_t *load = event->ev_arg; local
1649 dns_load_t *load; local
10152 dns_load_t *load = arg; local
[all...]
/bind-9.6-ESV-R11/bin/tests/
H A Ddb_test.c238 load(const char *filename, const char *origintext, isc_boolean_t cache) { function
392 result = load(isc_commandline_argument, ".", ISC_TRUE);
394 printf("cache load(%s) %08x: %s\n",
446 result = load(isc_commandline_argument, origintext,
449 printf("zone load(%s) %08x: %s\n",

Completed in 409 milliseconds