Lines Matching defs:stup

485 #define COPYTUP(state,stup,tup) ((*(state)->copytup) (state, stup, tup))  argument
486 #define WRITETUP(state,tape,stup) ((*(state)->writetup) (state, tape, stup)) argument
487 #define READTUP(state,stup,tape,len) ((*(state)->readtup) (state, stup, tape, len)) argument
1339 SortTuple stup; in tuplesort_puttupleslot() local
1361 SortTuple stup; in tuplesort_putheaptuple() local
1384 SortTuple stup; in tuplesort_putindextuplevalues() local
1460 SortTuple stup; in tuplesort_putdatum() local
1835 SortTuple *stup, bool *should_free) in tuplesort_gettuple_common()
2064 SortTuple stup; in tuplesort_gettupleslot() local
2116 SortTuple stup; in tuplesort_getheaptuple() local
2138 SortTuple stup; in tuplesort_getindextuple() local
2168 SortTuple stup; in tuplesort_getdatum() local
2263 SortTuple stup; in tuplesort_skiptuples() local
2436 SortTuple stup = state->memtuples[j]; in inittapes() local
3230 SortTuple stup; in mergeprereadone() local
3699 SortTuple stup = state->memtuples[i]; in make_bounded_heap() local
3735 SortTuple stup = state->memtuples[0]; in sort_bounded_heap() local
4017 copytup_heap(Tuplesortstate *state, SortTuple *stup, void *tup) in copytup_heap()
4095 writetup_heap(Tuplesortstate *state, int tapenum, SortTuple *stup) in writetup_heap()
4119 readtup_heap(Tuplesortstate *state, SortTuple *stup, in readtup_heap()
4268 copytup_cluster(Tuplesortstate *state, SortTuple *stup, void *tup) in copytup_cluster()
4341 writetup_cluster(Tuplesortstate *state, int tapenum, SortTuple *stup) in writetup_cluster()
4362 readtup_cluster(Tuplesortstate *state, SortTuple *stup, in readtup_cluster()
4598 copytup_index(Tuplesortstate *state, SortTuple *stup, void *tup) in copytup_index()
4664 writetup_index(Tuplesortstate *state, int tapenum, SortTuple *stup) in writetup_index()
4683 readtup_index(Tuplesortstate *state, SortTuple *stup, in readtup_index()
4734 copytup_datum(Tuplesortstate *state, SortTuple *stup, void *tup) in copytup_datum()
4741 writetup_datum(Tuplesortstate *state, int tapenum, SortTuple *stup) in writetup_datum()
4783 readtup_datum(Tuplesortstate *state, SortTuple *stup, in readtup_datum()
4829 free_sort_tuple(Tuplesortstate *state, SortTuple *stup) in free_sort_tuple()