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

  /src/external/mpl/bind/dist/lib/dns/
zoneverify.c 82 isc_heap_t *expected_chains; member in struct:vctx
497 record_nsec3(vctx, rawhash, &nsec3, vctx->expected_chains);
1144 while ((e = isc_heap_element(vctx->expected_chains, 1)) != NULL) {
1145 isc_heap_delete(vctx->expected_chains, 1);
1302 vctx->expected_chains = NULL;
1304 &vctx->expected_chains);
1336 isc_heap_foreach(vctx->expected_chains, free_element_heap, vctx->mctx);
1337 isc_heap_destroy(&vctx->expected_chains);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
zoneverify.c 83 isc_heap_t *expected_chains; member in struct:vctx
497 record_nsec3(vctx, rawhash, &nsec3, vctx->expected_chains);
1143 while ((e = isc_heap_element(vctx->expected_chains, 1)) != NULL) {
1144 isc_heap_delete(vctx->expected_chains, 1);
1301 vctx->expected_chains = NULL;
1303 &vctx->expected_chains);
1335 isc_heap_foreach(vctx->expected_chains, free_element_heap, vctx->mctx);
1336 isc_heap_destroy(&vctx->expected_chains);

Completed in 28 milliseconds