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

/bind-9.11.3/lib/dns/
H A Drbtdb.c476 unsigned int heap_index; member in struct:rdatasetheader
1106 if (header->heap_index == 0 || newttl == oldttl)
1114 isc_heap_increased(heap, header->heap_index);
1116 isc_heap_decreased(heap, header->heap_index);
1148 h->heap_index = idx;
1647 h->heap_index = 0;
1721 if (rdataset->heap_index != 0)
1722 isc_heap_delete(rbtdb->heaps[idx], rdataset->heap_index);
1723 rdataset->heap_index = 0;
6073 INSIST(newheader->heap_index
[all...]

Completed in 29 milliseconds