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

/bind-9.11.3/lib/dns/
H A Drbtdb.c9912 acache_cbarg_t *newcbarg, *oldcbarg = NULL; local
9925 newcbarg = isc_mem_get(rbtdb->common.mctx, sizeof(*newcbarg));
9926 if (newcbarg == NULL)
9928 newcbarg->type = type;
9929 newcbarg->count = count;
9930 newcbarg->header = header;
9931 newcbarg->db = NULL;
9932 dns_db_attach((dns_db_t *)rbtdb, &newcbarg->db);
9933 newcbarg
[all...]

Completed in 44 milliseconds