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

  /src/external/mpl/bind/dist/lib/dns/
zoneverify.c 83 isc_heap_t *found_chains; member in struct:vctx
613 record_nsec3(vctx, owner, &nsec3, vctx->found_chains);
1147 f = isc_heap_element(vctx->found_chains, 1);
1150 isc_heap_delete(vctx->found_chains, 1);
1172 f = isc_heap_element(vctx->found_chains,
1176 vctx->found_chains, 1);
1225 f = isc_heap_element(vctx->found_chains, 1);
1227 isc_heap_delete(vctx->found_chains, 1);
1306 vctx->found_chains = NULL;
1307 isc_heap_create(mctx, chain_compare, NULL, 1024, &vctx->found_chains);
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
zoneverify.c 84 isc_heap_t *found_chains; member in struct:vctx
613 record_nsec3(vctx, owner, &nsec3, vctx->found_chains);
1146 f = isc_heap_element(vctx->found_chains, 1);
1149 isc_heap_delete(vctx->found_chains, 1);
1171 f = isc_heap_element(vctx->found_chains,
1175 vctx->found_chains, 1);
1224 f = isc_heap_element(vctx->found_chains, 1);
1226 isc_heap_delete(vctx->found_chains, 1);
1305 vctx->found_chains = NULL;
1306 isc_heap_create(mctx, chain_compare, NULL, 1024, &vctx->found_chains);
    [all...]

Completed in 27 milliseconds