Home
last modified time | relevance | path

Searched refs:ntatable (Results 1 – 25 of 25) sorted by relevance

/dports/dns/bind911/bind-9.11.37/lib/dns/
H A Dnta.c115 ntatable = isc_mem_get(view->mctx, sizeof(*ntatable)); in dns_ntatable_create()
116 if (ntatable == NULL) in dns_ntatable_create()
119 ntatable->task = NULL; in dns_ntatable_create()
123 isc_task_setname(ntatable->task, "ntatable", ntatable); in dns_ntatable_create()
127 &ntatable->table); in dns_ntatable_create()
154 isc_mem_put(view->mctx, ntatable, sizeof(*ntatable)); in dns_ntatable_create()
200 isc_mem_put(ntatable->view->mctx, ntatable, sizeof(*ntatable)); in dns_ntatable_detach()
209 dns_ntatable_t *ntatable = nta->ntatable; in fetch_done() local
258 dns_ntatable_t *ntatable = nta->ntatable; in checkbogus() local
329 nta->ntatable = ntatable; in nta_create()
[all …]
H A Dview.c2246 dns_ntatable_t *ntatable = NULL; in dns_view_saventa() local
2257 result = dns_view_getntatable(view, &ntatable); in dns_view_saventa()
2265 result = dns_ntatable_save(ntatable, fp); in dns_view_saventa()
2275 if (ntatable != NULL) in dns_view_saventa()
2276 dns_ntatable_detach(&ntatable); in dns_view_saventa()
2294 dns_ntatable_t *ntatable = NULL; in dns_view_loadnta() local
2306 CHECK(dns_view_getntatable(view, &ntatable)); in dns_view_loadnta()
2365 (void) dns_ntatable_add(ntatable, ntaname, in dns_view_loadnta()
2377 if (ntatable != NULL) in dns_view_loadnta()
2378 dns_ntatable_detach(&ntatable); in dns_view_loadnta()
/dports/dns/bind-tools/bind-9.16.27/lib/dns/
H A Dnta.c112 ntatable = isc_mem_get(view->mctx, sizeof(*ntatable)); in dns_ntatable_create()
114 ntatable->task = NULL; in dns_ntatable_create()
119 isc_task_setname(ntatable->task, "ntatable", ntatable); in dns_ntatable_create()
123 &ntatable->table); in dns_ntatable_create()
146 isc_mem_put(view->mctx, ntatable, sizeof(*ntatable)); in dns_ntatable_create()
179 ntatable->magic = 0; in dns_ntatable_detach()
180 isc_mem_put(ntatable->view->mctx, ntatable, sizeof(*ntatable)); in dns_ntatable_detach()
189 dns_ntatable_t *ntatable = nta->ntatable; in fetch_done() local
245 dns_ntatable_t *ntatable = nta->ntatable; in checkbogus() local
312 nta->ntatable = ntatable; in nta_create()
[all …]
H A Dview.c2307 dns_ntatable_t *ntatable = NULL; in dns_view_saventa() local
2319 result = dns_view_getntatable(view, &ntatable); in dns_view_saventa()
2328 result = dns_ntatable_save(ntatable, fp); in dns_view_saventa()
2338 if (ntatable != NULL) { in dns_view_saventa()
2339 dns_ntatable_detach(&ntatable); in dns_view_saventa()
2360 dns_ntatable_t *ntatable = NULL; in dns_view_loadnta() local
2373 CHECK(dns_view_getntatable(view, &ntatable)); in dns_view_loadnta()
2440 (void)dns_ntatable_add(ntatable, ntaname, forced, 0, t); in dns_view_loadnta()
2451 if (ntatable != NULL) { in dns_view_loadnta()
2452 dns_ntatable_detach(&ntatable); in dns_view_loadnta()
/dports/dns/bind916/bind-9.16.27/lib/dns/
H A Dnta.c112 ntatable = isc_mem_get(view->mctx, sizeof(*ntatable)); in dns_ntatable_create()
114 ntatable->task = NULL; in dns_ntatable_create()
119 isc_task_setname(ntatable->task, "ntatable", ntatable); in dns_ntatable_create()
123 &ntatable->table); in dns_ntatable_create()
146 isc_mem_put(view->mctx, ntatable, sizeof(*ntatable)); in dns_ntatable_create()
179 ntatable->magic = 0; in dns_ntatable_detach()
180 isc_mem_put(ntatable->view->mctx, ntatable, sizeof(*ntatable)); in dns_ntatable_detach()
189 dns_ntatable_t *ntatable = nta->ntatable; in fetch_done() local
245 dns_ntatable_t *ntatable = nta->ntatable; in checkbogus() local
312 nta->ntatable = ntatable; in nta_create()
[all …]
H A Dview.c2307 dns_ntatable_t *ntatable = NULL; in dns_view_saventa() local
2319 result = dns_view_getntatable(view, &ntatable); in dns_view_saventa()
2328 result = dns_ntatable_save(ntatable, fp); in dns_view_saventa()
2338 if (ntatable != NULL) { in dns_view_saventa()
2339 dns_ntatable_detach(&ntatable); in dns_view_saventa()
2360 dns_ntatable_t *ntatable = NULL; in dns_view_loadnta() local
2373 CHECK(dns_view_getntatable(view, &ntatable)); in dns_view_loadnta()
2440 (void)dns_ntatable_add(ntatable, ntaname, forced, 0, t); in dns_view_loadnta()
2451 if (ntatable != NULL) { in dns_view_loadnta()
2452 dns_ntatable_detach(&ntatable); in dns_view_loadnta()
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/dns/
H A Dnta.c110 ntatable = isc_mem_get(view->mctx, sizeof(*ntatable)); in dns_ntatable_create()
112 ntatable->task = NULL; in dns_ntatable_create()
117 isc_task_setname(ntatable->task, "ntatable", ntatable); in dns_ntatable_create()
121 &ntatable->table); in dns_ntatable_create()
144 isc_mem_put(view->mctx, ntatable, sizeof(*ntatable)); in dns_ntatable_create()
177 ntatable->magic = 0; in dns_ntatable_detach()
178 isc_mem_put(ntatable->view->mctx, ntatable, sizeof(*ntatable)); in dns_ntatable_detach()
187 dns_ntatable_t *ntatable = nta->ntatable; in fetch_done() local
243 dns_ntatable_t *ntatable = nta->ntatable; in checkbogus() local
310 nta->ntatable = ntatable; in nta_create()
[all …]
H A Dview.c2335 dns_ntatable_t *ntatable = NULL; in dns_view_saventa() local
2347 result = dns_view_getntatable(view, &ntatable); in dns_view_saventa()
2356 result = dns_ntatable_save(ntatable, fp); in dns_view_saventa()
2366 if (ntatable != NULL) { in dns_view_saventa()
2367 dns_ntatable_detach(&ntatable); in dns_view_saventa()
2388 dns_ntatable_t *ntatable = NULL; in dns_view_loadnta() local
2401 CHECK(dns_view_getntatable(view, &ntatable)); in dns_view_loadnta()
2468 (void)dns_ntatable_add(ntatable, ntaname, forced, 0, t); in dns_view_loadnta()
2479 if (ntatable != NULL) { in dns_view_loadnta()
2480 dns_ntatable_detach(&ntatable); in dns_view_loadnta()
/dports/dns/samba-nsupdate/bind-9.16.5/lib/dns/
H A Dnta.c110 ntatable = isc_mem_get(view->mctx, sizeof(*ntatable)); in dns_ntatable_create()
112 ntatable->task = NULL; in dns_ntatable_create()
117 isc_task_setname(ntatable->task, "ntatable", ntatable); in dns_ntatable_create()
121 &ntatable->table); in dns_ntatable_create()
149 isc_mem_put(view->mctx, ntatable, sizeof(*ntatable)); in dns_ntatable_create()
182 ntatable->magic = 0; in dns_ntatable_detach()
183 isc_mem_put(ntatable->view->mctx, ntatable, sizeof(*ntatable)); in dns_ntatable_detach()
192 dns_ntatable_t *ntatable = nta->ntatable; in fetch_done() local
247 dns_ntatable_t *ntatable = nta->ntatable; in checkbogus() local
312 nta->ntatable = ntatable; in nta_create()
[all …]
H A Dview.c2299 dns_ntatable_t *ntatable = NULL; in dns_view_saventa() local
2311 result = dns_view_getntatable(view, &ntatable); in dns_view_saventa()
2320 result = dns_ntatable_save(ntatable, fp); in dns_view_saventa()
2330 if (ntatable != NULL) { in dns_view_saventa()
2331 dns_ntatable_detach(&ntatable); in dns_view_saventa()
2352 dns_ntatable_t *ntatable = NULL; in dns_view_loadnta() local
2365 CHECK(dns_view_getntatable(view, &ntatable)); in dns_view_loadnta()
2432 (void)dns_ntatable_add(ntatable, ntaname, forced, 0, t); in dns_view_loadnta()
2443 if (ntatable != NULL) { in dns_view_loadnta()
2444 dns_ntatable_detach(&ntatable); in dns_view_loadnta()
/dports/dns/bind-tools/bind-9.16.27/lib/dns/include/dns/
H A Dnta.h123 dns_ntatable_add(dns_ntatable_t *ntatable, const dns_name_t *name, bool force,
153 dns_ntatable_delete(dns_ntatable_t *ntatable, const dns_name_t *keyname);
171 dns_ntatable_covered(dns_ntatable_t *ntatable, isc_stdtime_t now,
187 dns_ntatable_totext(dns_ntatable_t *ntatable, const char *view,
199 dns_ntatable_dump(dns_ntatable_t *ntatable, FILE *fp);
205 dns_ntatable_save(dns_ntatable_t *ntatable, FILE *fp);
211 dns_ntatable_shutdown(dns_ntatable_t *ntatable);
/dports/dns/bind911/bind-9.11.37/lib/dns/include/dns/
H A Dnta.h120 dns_ntatable_add(dns_ntatable_t *ntatable, dns_name_t *name,
148 dns_ntatable_delete(dns_ntatable_t *ntatable, dns_name_t *keyname);
166 dns_ntatable_covered(dns_ntatable_t *ntatable, isc_stdtime_t now,
182 dns_ntatable_totext(dns_ntatable_t *ntatable, isc_buffer_t **buf);
193 dns_ntatable_dump(dns_ntatable_t *ntatable, FILE *fp);
199 dns_ntatable_save(dns_ntatable_t *ntatable, FILE *fp);
205 dns_ntatable_shutdown(dns_ntatable_t *ntatable);
/dports/dns/bind916/bind-9.16.27/lib/dns/include/dns/
H A Dnta.h123 dns_ntatable_add(dns_ntatable_t *ntatable, const dns_name_t *name, bool force,
153 dns_ntatable_delete(dns_ntatable_t *ntatable, const dns_name_t *keyname);
171 dns_ntatable_covered(dns_ntatable_t *ntatable, isc_stdtime_t now,
187 dns_ntatable_totext(dns_ntatable_t *ntatable, const char *view,
199 dns_ntatable_dump(dns_ntatable_t *ntatable, FILE *fp);
205 dns_ntatable_save(dns_ntatable_t *ntatable, FILE *fp);
211 dns_ntatable_shutdown(dns_ntatable_t *ntatable);
/dports/dns/samba-nsupdate/bind-9.16.5/lib/dns/include/dns/
H A Dnta.h120 dns_ntatable_add(dns_ntatable_t *ntatable, const dns_name_t *name, bool force,
150 dns_ntatable_delete(dns_ntatable_t *ntatable, const dns_name_t *keyname);
168 dns_ntatable_covered(dns_ntatable_t *ntatable, isc_stdtime_t now,
184 dns_ntatable_totext(dns_ntatable_t *ntatable, const char *view,
196 dns_ntatable_dump(dns_ntatable_t *ntatable, FILE *fp);
202 dns_ntatable_save(dns_ntatable_t *ntatable, FILE *fp);
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/dns/include/dns/
H A Dnta.h121 dns_ntatable_add(dns_ntatable_t *ntatable, const dns_name_t *name, bool force,
151 dns_ntatable_delete(dns_ntatable_t *ntatable, const dns_name_t *keyname);
169 dns_ntatable_covered(dns_ntatable_t *ntatable, isc_stdtime_t now,
185 dns_ntatable_totext(dns_ntatable_t *ntatable, const char *view,
197 dns_ntatable_save(dns_ntatable_t *ntatable, FILE *fp);
203 dns_ntatable_shutdown(dns_ntatable_t *ntatable);
/dports/dns/bind911/bind-9.11.37/lib/dns/tests/
H A Dkeytable_test.c72 dns_ntatable_t *ntatable = NULL; variable
159 &ntatable), ISC_R_SUCCESS); in create_tables()
173 assert_int_equal(dns_ntatable_add(ntatable, in create_tables()
181 if (ntatable != NULL) { in destroy_tables()
182 dns_ntatable_detach(&ntatable); in destroy_tables()
303 assert_int_equal(dns_ntatable_delete(ntatable, in delete_test()
542 result = dns_view_getntatable(myview, &ntatable); in nta_test()
550 result = dns_ntatable_add(ntatable, in nta_test()
596 result = dns_ntatable_add(ntatable, str2name("new.example"), in nta_test()
606 result = dns_ntatable_delete(ntatable, str2name("new.example")); in nta_test()
[all …]
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/dns/tests/
H A Dkeytable_test.c67 dns_ntatable_t *ntatable = NULL; variable
189 dns_ntatable_create(view, taskmgr, timermgr, &ntatable), in create_tables()
211 assert_int_equal(dns_ntatable_add(ntatable, in create_tables()
219 if (ntatable != NULL) { in destroy_tables()
220 dns_ntatable_detach(&ntatable); in destroy_tables()
402 assert_int_equal(dns_ntatable_delete(ntatable, str2name("insecure." in delete_test()
614 result = dns_view_getntatable(myview, &ntatable); in nta_test()
623 result = dns_ntatable_add(ntatable, str2name("insecure.example"), false, in nta_test()
668 result = dns_ntatable_add(ntatable, str2name("new.example"), false, now, in nta_test()
678 result = dns_ntatable_delete(ntatable, str2name("new.example")); in nta_test()
[all …]
/dports/dns/bind-tools/bind-9.16.27/lib/dns/tests/
H A Dkeytable_test.c69 dns_ntatable_t *ntatable = NULL; variable
191 dns_ntatable_create(view, taskmgr, timermgr, &ntatable), in create_tables()
213 assert_int_equal(dns_ntatable_add(ntatable, in create_tables()
221 if (ntatable != NULL) { in destroy_tables()
222 dns_ntatable_detach(&ntatable); in destroy_tables()
404 assert_int_equal(dns_ntatable_delete(ntatable, str2name("insecure." in delete_test()
616 result = dns_view_getntatable(myview, &ntatable); in nta_test()
625 result = dns_ntatable_add(ntatable, str2name("insecure.example"), false, in nta_test()
670 result = dns_ntatable_add(ntatable, str2name("new.example"), false, now, in nta_test()
680 result = dns_ntatable_delete(ntatable, str2name("new.example")); in nta_test()
[all …]
/dports/dns/bind916/bind-9.16.27/lib/dns/tests/
H A Dkeytable_test.c69 dns_ntatable_t *ntatable = NULL; variable
191 dns_ntatable_create(view, taskmgr, timermgr, &ntatable), in create_tables()
213 assert_int_equal(dns_ntatable_add(ntatable, in create_tables()
221 if (ntatable != NULL) { in destroy_tables()
222 dns_ntatable_detach(&ntatable); in destroy_tables()
404 assert_int_equal(dns_ntatable_delete(ntatable, str2name("insecure." in delete_test()
616 result = dns_view_getntatable(myview, &ntatable); in nta_test()
625 result = dns_ntatable_add(ntatable, str2name("insecure.example"), false, in nta_test()
670 result = dns_ntatable_add(ntatable, str2name("new.example"), false, now, in nta_test()
680 result = dns_ntatable_delete(ntatable, str2name("new.example")); in nta_test()
[all …]
/dports/dns/samba-nsupdate/bind-9.16.5/lib/dns/tests/
H A Dkeytable_test.c67 dns_ntatable_t *ntatable = NULL; variable
189 dns_ntatable_create(view, taskmgr, timermgr, &ntatable), in create_tables()
211 assert_int_equal(dns_ntatable_add(ntatable, in create_tables()
219 if (ntatable != NULL) { in destroy_tables()
220 dns_ntatable_detach(&ntatable); in destroy_tables()
402 assert_int_equal(dns_ntatable_delete(ntatable, str2name("insecure." in delete_test()
614 result = dns_view_getntatable(myview, &ntatable); in nta_test()
623 result = dns_ntatable_add(ntatable, str2name("insecure.example"), false, in nta_test()
668 result = dns_ntatable_add(ntatable, str2name("new.example"), false, now, in nta_test()
678 result = dns_ntatable_delete(ntatable, str2name("new.example")); in nta_test()
[all …]
/dports/dns/bind916/bind-9.16.27/bin/named/
H A Dserver.c4012 dns_ntatable_t *ntatable = NULL; in configure_view() local
5917 if (ntatable != NULL) { in configure_view()
5918 dns_ntatable_detach(&ntatable); in configure_view()
11329 dns_ntatable_t *ntatable = NULL; in named_server_dumpsecroots() local
11392 if (ntatable != NULL) { in named_server_dumpsecroots()
11417 if (ntatable != NULL) { in named_server_dumpsecroots()
11418 dns_ntatable_detach(&ntatable); in named_server_dumpsecroots()
15263 dns_ntatable_t *ntatable = NULL; in named_server_nta() local
15364 if (ntatable != NULL) { in named_server_nta()
15444 if (ntatable != NULL) { in named_server_nta()
[all …]
/dports/dns/samba-nsupdate/bind-9.16.5/bin/named/
H A Dserver.c3925 dns_ntatable_t *ntatable = NULL; in configure_view() local
5670 if (ntatable != NULL) { in configure_view()
5671 dns_ntatable_detach(&ntatable); in configure_view()
11211 dns_ntatable_t *ntatable = NULL; in named_server_dumpsecroots() local
11272 if (ntatable != NULL) { in named_server_dumpsecroots()
11297 if (ntatable != NULL) { in named_server_dumpsecroots()
11298 dns_ntatable_detach(&ntatable); in named_server_dumpsecroots()
14899 dns_ntatable_t *ntatable = NULL; in named_server_nta() local
14998 if (ntatable != NULL) { in named_server_nta()
15078 if (ntatable != NULL) { in named_server_nta()
[all …]
/dports/dns/bind-tools/bind-9.16.27/bin/named/
H A Dserver.c4012 dns_ntatable_t *ntatable = NULL; in configure_view() local
5917 if (ntatable != NULL) { in configure_view()
5918 dns_ntatable_detach(&ntatable); in configure_view()
11329 dns_ntatable_t *ntatable = NULL; in named_server_dumpsecroots() local
11392 if (ntatable != NULL) { in named_server_dumpsecroots()
11417 if (ntatable != NULL) { in named_server_dumpsecroots()
11418 dns_ntatable_detach(&ntatable); in named_server_dumpsecroots()
15263 dns_ntatable_t *ntatable = NULL; in named_server_nta() local
15364 if (ntatable != NULL) { in named_server_nta()
15444 if (ntatable != NULL) { in named_server_nta()
[all …]
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/bin/named/
H A Dserver.c4059 dns_ntatable_t *ntatable = NULL; in configure_view() local
5948 if (ntatable != NULL) { in configure_view()
5949 dns_ntatable_detach(&ntatable); in configure_view()
11688 dns_ntatable_t *ntatable = NULL; in named_server_dumpsecroots() local
11751 if (ntatable != NULL) { in named_server_dumpsecroots()
11776 if (ntatable != NULL) { in named_server_dumpsecroots()
11777 dns_ntatable_detach(&ntatable); in named_server_dumpsecroots()
15623 dns_ntatable_t *ntatable = NULL; in named_server_nta() local
15724 if (ntatable != NULL) { in named_server_nta()
15804 if (ntatable != NULL) { in named_server_nta()
[all …]
/dports/dns/bind911/bind-9.11.37/bin/named/
H A Dserver.c10402 dns_ntatable_t *ntatable = NULL; in ns_server_dumpsecroots() local
10464 if (ntatable != NULL) { in ns_server_dumpsecroots()
10465 dns_ntatable_detach(&ntatable); in ns_server_dumpsecroots()
10489 if (ntatable != NULL) { in ns_server_dumpsecroots()
10490 dns_ntatable_detach(&ntatable); in ns_server_dumpsecroots()
13924 dns_ntatable_t *ntatable = NULL; in ns_server_nta() local
14016 if (ntatable != NULL) { in ns_server_nta()
14088 if (ntatable != NULL) { in ns_server_nta()
14089 dns_ntatable_detach(&ntatable); in ns_server_nta()
14168 if (ntatable != NULL) { in ns_server_nta()
[all …]