Lines Matching defs:index
33 * not 0-based. The parent is index/2, and the left-child is index*2.
34 * The right child is index*2+1.
63 isc_heapindex_t index;
102 heap->index = idx;
156 if (heap->index != NULL)
157 (heap->index)(heap->array[i], i);
160 if (heap->index != NULL)
161 (heap->index)(heap->array[i], i);
181 if (heap->index != NULL)
182 (heap->index)(heap->array[i], i);
186 if (heap->index != NULL)
187 (heap->index)(heap->array[i], i);
220 if (heap->index != NULL)
221 (heap->index)(heap->array[idx], 0);