Searched refs:posn_index (Results 1 – 1 of 1) sorted by relevance
115 static datanode **posn_index; variable787 free(posn_index); in Q_Sort()797 posn_index = malloc(q->size * sizeof(q->cursor)); in Q_Sort()798 if(posn_index == NULL) { in Q_Sort()808 posn_index[i] = q->cursor; in Q_Sort()915 q->cursor = posn_index[idx]; in Q_Seek()
Completed in 7 milliseconds