HomeSort by: relevance | last modified time | path
    Searched defs:tomod (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/
catz.c 498 isc_ht_t *toadd = NULL, *tomod = NULL; local
526 isc_ht_init(&tomod, catz->catzs->mctx, 1, ISC_HT_CASE_SENSITIVE);
531 * We can create those iterators now, even though toadd and tomod are
535 isc_ht_iter_create(tomod, &itermod);
671 catz_entry_add_or_mod(catz, tomod, key, keysize, nentry,
779 isc_ht_destroy(&tomod);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
catz.c 403 isc_ht_t *toadd = NULL, *tomod = NULL; local
430 isc_ht_init(&tomod, target->catzs->mctx, 16, ISC_HT_CASE_SENSITIVE);
437 * We can create those iterators now, even though toadd and tomod are
442 isc_ht_iter_create(tomod, &itermod);
509 catz_entry_add_or_mod(target, tomod, key, keysize,
593 isc_ht_destroy(&tomod);

Completed in 39 milliseconds