Searched defs:state_mctx (Results 1 - 1 of 1) sorted by relevance
/bind-9.11.3/lib/dns/ |
H A D | geoip.c | 81 static isc_mem_t *state_mctx = NULL; variable 112 if (state_mctx == NULL) 113 result = isc_mem_create2(0, 0, &state_mctx, 0); 116 isc_mem_setname(state_mctx, "geoip_state", NULL); 117 isc_mem_setdestroycheck(state_mctx, ISC_FALSE); 172 state = (geoip_state_t *) isc_mem_get(state_mctx, 180 isc_mem_put(state_mctx, state, sizeof(geoip_state_t)); 184 isc_mem_attach(state_mctx, &state->mctx); 868 if (state_mctx != NULL) 869 isc_mem_detach(&state_mctx); [all...] |
Completed in 22 milliseconds