OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mctxpool
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/bind/dist/lib/dns/
zone.c
650
isc_mem_t **
mctxpool
;
member in struct:dns_zonemgr
19283
zmgr->
mctxpool
= isc_mem_cget(zmgr->mctx, zmgr->workers,
19284
sizeof(zmgr->
mctxpool
[0]));
19286
isc_mem_create(&zmgr->
mctxpool
[i]);
19287
isc_mem_setname(zmgr->
mctxpool
[i], "zonemgr-
mctxpool
");
19319
if (zmgr->
mctxpool
== NULL) {
19325
mctx = zmgr->
mctxpool
[tid];
19470
isc_mem_detach(&zmgr->
mctxpool
[i]);
19497
isc_mem_cput(zmgr->mctx, zmgr->
mctxpool
, zmgr->workers
[
all
...]
/src/external/mpl/dhcp/bind/dist/lib/dns/
zone.c
636
isc_pool_t *
mctxpool
;
member in struct:dns_zonemgr
18716
zmgr->
mctxpool
= NULL;
18831
if (zmgr->
mctxpool
== NULL) {
18835
item = isc_pool_get(zmgr->
mctxpool
);
19016
if (zmgr->
mctxpool
!= NULL) {
19017
isc_pool_destroy(&zmgr->
mctxpool
);
19062
isc_pool_t *
mctxpool
= NULL;
local
19106
if (zmgr->
mctxpool
== NULL) {
19108
NULL, &
mctxpool
);
19110
result = isc_pool_expand(&zmgr->
mctxpool
, nmctx, &mctxpool)
[
all
...]
Completed in 43 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026