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

/bind-9.6-ESV-R11/lib/dns/
H A Drbtdb.c8440 acache_cbarg_t *newcbarg, *oldcbarg = NULL; local
8453 newcbarg = isc_mem_get(rbtdb->common.mctx, sizeof(*newcbarg));
8454 if (newcbarg == NULL)
8456 newcbarg->type = type;
8457 newcbarg->count = count;
8458 newcbarg->header = header;
8459 newcbarg->db = NULL;
8460 dns_db_attach((dns_db_t *)rbtdb, &newcbarg->db);
8461 newcbarg
[all...]

Completed in 28 milliseconds