Home
last modified time | relevance | path

Searched refs:mctxpool (Results 1 – 12 of 12) sorted by relevance

/dports/dns/bind-tools/bind-9.16.27/lib/ns/include/ns/
H A Dclient.h171 isc_mem_t **mctxpool; member
/dports/dns/bind916/bind-9.16.27/lib/ns/include/ns/
H A Dclient.h171 isc_mem_t **mctxpool; member
/dports/dns/samba-nsupdate/bind-9.16.5/lib/ns/include/ns/
H A Dclient.h169 isc_mem_t **mctxpool; member
/dports/dns/bind-tools/bind-9.16.27/lib/ns/
H A Dclient.c2269 clientmctx = manager->mctxpool[nextmctx]; in get_clientmctx()
2442 isc_mem_detach(&manager->mctxpool[i]); in clientmgr_destroy()
2444 isc_mem_put(manager->mctx, manager->mctxpool, in clientmgr_destroy()
2517 manager->mctxpool = isc_mem_get(manager->mctx, in ns_clientmgr_create()
2520 manager->mctxpool[i] = NULL; in ns_clientmgr_create()
2521 isc_mem_create(&manager->mctxpool[i]); in ns_clientmgr_create()
2522 isc_mem_setname(manager->mctxpool[i], "client", NULL); in ns_clientmgr_create()
/dports/dns/bind916/bind-9.16.27/lib/ns/
H A Dclient.c2269 clientmctx = manager->mctxpool[nextmctx]; in get_clientmctx()
2442 isc_mem_detach(&manager->mctxpool[i]); in clientmgr_destroy()
2444 isc_mem_put(manager->mctx, manager->mctxpool, in clientmgr_destroy()
2517 manager->mctxpool = isc_mem_get(manager->mctx, in ns_clientmgr_create()
2520 manager->mctxpool[i] = NULL; in ns_clientmgr_create()
2521 isc_mem_create(&manager->mctxpool[i]); in ns_clientmgr_create()
2522 isc_mem_setname(manager->mctxpool[i], "client", NULL); in ns_clientmgr_create()
/dports/dns/samba-nsupdate/bind-9.16.5/lib/ns/
H A Dclient.c2236 clientmctx = manager->mctxpool[nextmctx]; in get_clientmctx()
2412 isc_mem_detach(&manager->mctxpool[i]); in clientmgr_destroy()
2414 isc_mem_put(manager->mctx, manager->mctxpool, in clientmgr_destroy()
2487 manager->mctxpool = isc_mem_get(manager->mctx, in ns_clientmgr_create()
2490 manager->mctxpool[i] = NULL; in ns_clientmgr_create()
2491 isc_mem_create(&manager->mctxpool[i]); in ns_clientmgr_create()
2492 isc_mem_setname(manager->mctxpool[i], "client", NULL); in ns_clientmgr_create()
/dports/dns/bind911/bind-9.11.37/bin/named/
H A Dclient.c164 isc_mem_t * mctxpool[NMCTXS]; member
3220 clientmctx = manager->mctxpool[nextmctx]; in get_clientmctx()
3227 manager->mctxpool[nextmctx] = clientmctx; in get_clientmctx()
3772 if (manager->mctxpool[i] != NULL) in clientmgr_destroy()
3773 isc_mem_detach(&manager->mctxpool[i]); in clientmgr_destroy()
3821 manager->mctxpool[i] = NULL; /* will be created on-demand */ in ns_clientmgr_create()
/dports/dns/bind911/bind-9.11.37/lib/dns/
H A Dzone.c544 isc_pool_t * mctxpool; member
16901 zmgr->mctxpool = NULL; in dns_zonemgr_create()
17005 if (zmgr->mctxpool == NULL) in dns_zonemgr_createzone()
17008 item = isc_pool_get(zmgr->mctxpool); in dns_zonemgr_createzone()
17191 if (zmgr->mctxpool != NULL) in dns_zonemgr_shutdown()
17192 isc_pool_destroy(&zmgr->mctxpool); in dns_zonemgr_shutdown()
17240 isc_pool_t *mctxpool = NULL; in dns_zonemgr_setsize() local
17291 if (zmgr->mctxpool == NULL) in dns_zonemgr_setsize()
17293 mctxinit, NULL, &mctxpool); in dns_zonemgr_setsize()
17295 result = isc_pool_expand(&zmgr->mctxpool, nmctx, &mctxpool); in dns_zonemgr_setsize()
[all …]
/dports/dns/samba-nsupdate/bind-9.16.5/lib/dns/
H A Dzone.c549 isc_pool_t *mctxpool; member
17381 zmgr->mctxpool = NULL; in dns_zonemgr_create()
17488 if (zmgr->mctxpool == NULL) { in dns_zonemgr_createzone()
17492 item = isc_pool_get(zmgr->mctxpool); in dns_zonemgr_createzone()
17670 if (zmgr->mctxpool != NULL) { in dns_zonemgr_shutdown()
17671 isc_pool_destroy(&zmgr->mctxpool); in dns_zonemgr_shutdown()
17716 isc_pool_t *mctxpool = NULL; in dns_zonemgr_setsize() local
17773 if (zmgr->mctxpool == NULL) { in dns_zonemgr_setsize()
17775 NULL, &mctxpool); in dns_zonemgr_setsize()
17777 result = isc_pool_expand(&zmgr->mctxpool, nmctx, &mctxpool); in dns_zonemgr_setsize()
[all …]
/dports/dns/bind-tools/bind-9.16.27/lib/dns/
H A Dzone.c594 isc_pool_t *mctxpool; member
18642 zmgr->mctxpool = NULL; in dns_zonemgr_create()
18757 if (zmgr->mctxpool == NULL) { in dns_zonemgr_createzone()
18761 item = isc_pool_get(zmgr->mctxpool); in dns_zonemgr_createzone()
18945 if (zmgr->mctxpool != NULL) { in dns_zonemgr_shutdown()
18946 isc_pool_destroy(&zmgr->mctxpool); in dns_zonemgr_shutdown()
18991 isc_pool_t *mctxpool = NULL; in dns_zonemgr_setsize() local
19035 if (zmgr->mctxpool == NULL) { in dns_zonemgr_setsize()
19037 NULL, &mctxpool); in dns_zonemgr_setsize()
19039 result = isc_pool_expand(&zmgr->mctxpool, nmctx, &mctxpool); in dns_zonemgr_setsize()
[all …]
/dports/dns/bind916/bind-9.16.27/lib/dns/
H A Dzone.c594 isc_pool_t *mctxpool; member
18642 zmgr->mctxpool = NULL; in dns_zonemgr_create()
18757 if (zmgr->mctxpool == NULL) { in dns_zonemgr_createzone()
18761 item = isc_pool_get(zmgr->mctxpool); in dns_zonemgr_createzone()
18945 if (zmgr->mctxpool != NULL) { in dns_zonemgr_shutdown()
18946 isc_pool_destroy(&zmgr->mctxpool); in dns_zonemgr_shutdown()
18991 isc_pool_t *mctxpool = NULL; in dns_zonemgr_setsize() local
19035 if (zmgr->mctxpool == NULL) { in dns_zonemgr_setsize()
19037 NULL, &mctxpool); in dns_zonemgr_setsize()
19039 result = isc_pool_expand(&zmgr->mctxpool, nmctx, &mctxpool); in dns_zonemgr_setsize()
[all …]
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/dns/
H A Dzone.c597 isc_pool_t *mctxpool; member
18751 zmgr->mctxpool = NULL; in dns_zonemgr_create()
18866 if (zmgr->mctxpool == NULL) { in dns_zonemgr_createzone()
18870 item = isc_pool_get(zmgr->mctxpool); in dns_zonemgr_createzone()
19054 if (zmgr->mctxpool != NULL) { in dns_zonemgr_shutdown()
19055 isc_pool_destroy(&zmgr->mctxpool); in dns_zonemgr_shutdown()
19100 isc_pool_t *mctxpool = NULL; in dns_zonemgr_setsize() local
19150 if (zmgr->mctxpool == NULL) { in dns_zonemgr_setsize()
19152 NULL, &mctxpool); in dns_zonemgr_setsize()
19154 result = isc_pool_expand(&zmgr->mctxpool, nmctx, &mctxpool); in dns_zonemgr_setsize()
[all …]