Lines Matching defs:stup

521 #define COPYTUP(state,stup,tup) ((*(state)->copytup) (state, stup, tup))  argument
522 #define WRITETUP(state,tape,stup) ((*(state)->writetup) (state, tape, stup)) argument
523 #define READTUP(state,stup,tape,len) ((*(state)->readtup) (state, stup, tape, len)) argument
1367 SortTuple stup; in tuplesort_puttupleslot() local
1389 SortTuple stup; in tuplesort_putheaptuple() local
1412 SortTuple stup; in tuplesort_putindextuplevalues() local
1488 SortTuple stup; in tuplesort_putdatum() local
1860 SortTuple *stup) in tuplesort_gettuple_common()
2118 SortTuple stup; in tuplesort_gettupleslot() local
2154 SortTuple stup; in tuplesort_getheaptuple() local
2174 SortTuple stup; in tuplesort_getindextuple() local
2204 SortTuple stup; in tuplesort_getdatum() local
2282 SortTuple stup; in tuplesort_skiptuples() local
2447 SortTuple stup = state->memtuples[j]; in inittapes() local
2814 SortTuple stup; in mergeonerun() local
2908 mergereadnext(Tuplesortstate *state, int srcTape, SortTuple *stup) in mergereadnext()
3331 SortTuple stup = state->memtuples[i]; in make_bounded_heap() local
3376 SortTuple stup = state->memtuples[0]; in sort_bounded_heap() local
3668 copytup_heap(Tuplesortstate *state, SortTuple *stup, void *tup) in copytup_heap()
3746 writetup_heap(Tuplesortstate *state, int tapenum, SortTuple *stup) in writetup_heap()
3773 readtup_heap(Tuplesortstate *state, SortTuple *stup, in readtup_heap()
3916 copytup_cluster(Tuplesortstate *state, SortTuple *stup, void *tup) in copytup_cluster()
3989 writetup_cluster(Tuplesortstate *state, int tapenum, SortTuple *stup) in writetup_cluster()
4013 readtup_cluster(Tuplesortstate *state, SortTuple *stup, in readtup_cluster()
4238 copytup_index(Tuplesortstate *state, SortTuple *stup, void *tup) in copytup_index()
4304 writetup_index(Tuplesortstate *state, int tapenum, SortTuple *stup) in writetup_index()
4326 readtup_index(Tuplesortstate *state, SortTuple *stup, in readtup_index()
4371 copytup_datum(Tuplesortstate *state, SortTuple *stup, void *tup) in copytup_datum()
4378 writetup_datum(Tuplesortstate *state, int tapenum, SortTuple *stup) in writetup_datum()
4419 readtup_datum(Tuplesortstate *state, SortTuple *stup, in readtup_datum()
4459 free_sort_tuple(Tuplesortstate *state, SortTuple *stup) in free_sort_tuple()