Searched refs:pq_coll_fcn (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/sort/ |
H A D | merge.c | 68 static int (*pq_coll_fcn)(line_rec_t *, line_rec_t *, ssize_t, flag_t); variable 225 pq_coll_fcn(&A[k / 2]->s_current, &A[k]->s_current, 0, in heap_up() 239 if (j < N && pq_coll_fcn(&A[j]->s_current, in heap_down() 242 if (pq_coll_fcn(&A[k]->s_current, &A[j]->s_current, 0, in heap_down() 262 pq_coll_fcn = coll_fcn; in pqueue_init()
|