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

/bind-9.6-ESV-R11/lib/dns/
H A Drbtdb.c265 unsigned int heap_index; member in struct:rdatasetheader
741 if (header->heap_index == 0 || newttl == oldttl)
749 isc_heap_increased(heap, header->heap_index);
751 isc_heap_decreased(heap, header->heap_index);
785 h->heap_index = index;
1240 h->heap_index = 0;
1283 if (rdataset->heap_index != 0)
1284 isc_heap_delete(rbtdb->heaps[idx], rdataset->heap_index);
1285 rdataset->heap_index = 0;
5469 INSIST(newheader->heap_index
[all...]

Completed in 207 milliseconds