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

/bind-9.11.3/lib/dns/
H A Dcatz.c333 isc_ht_t *toadd = NULL, *tomod = NULL; local
362 result = isc_ht_init(&tomod, target->catzs->mctx, 16);
375 * We can create those iterators now, even though toadd and tomod are
382 result = isc_ht_iter_create(tomod, &itermod);
442 result = isc_ht_add(tomod, key, (isc_uint32_t)keysize,
539 if (tomod != NULL)
540 isc_ht_destroy(&tomod);

Completed in 2264 milliseconds