Lines Matching defs:stup

542 #define COPYTUP(state,stup,tup) ((*(state)->copytup) (state, stup, tup))  argument
543 #define WRITETUP(state,tape,stup) ((*(state)->writetup) (state, tape, stup)) argument
544 #define READTUP(state,stup,tape,len) ((*(state)->readtup) (state, stup, tape, len)) argument
1611 SortTuple stup; in tuplesort_puttupleslot() local
1633 SortTuple stup; in tuplesort_putheaptuple() local
1656 SortTuple stup; in tuplesort_putindextuplevalues() local
1732 SortTuple stup; in tuplesort_putdatum() local
2076 SortTuple *stup) in tuplesort_gettuple_common()
2336 SortTuple stup; in tuplesort_gettupleslot() local
2372 SortTuple stup; in tuplesort_getheaptuple() local
2392 SortTuple stup; in tuplesort_getindextuple() local
2422 SortTuple stup; in tuplesort_getdatum() local
2501 SortTuple stup; in tuplesort_skiptuples() local
2980 SortTuple stup; in mergeonerun() local
3073 mergereadnext(Tuplesortstate *state, int srcTape, SortTuple *stup) in mergereadnext()
3410 SortTuple stup = state->memtuples[i]; in make_bounded_heap() local
3455 SortTuple stup = state->memtuples[0]; in sort_bounded_heap() local
3741 copytup_heap(Tuplesortstate *state, SortTuple *stup, void *tup) in copytup_heap()
3819 writetup_heap(Tuplesortstate *state, int tapenum, SortTuple *stup) in writetup_heap()
3846 readtup_heap(Tuplesortstate *state, SortTuple *stup, in readtup_heap()
3989 copytup_cluster(Tuplesortstate *state, SortTuple *stup, void *tup) in copytup_cluster()
4062 writetup_cluster(Tuplesortstate *state, int tapenum, SortTuple *stup) in writetup_cluster()
4086 readtup_cluster(Tuplesortstate *state, SortTuple *stup, in readtup_cluster()
4312 copytup_index(Tuplesortstate *state, SortTuple *stup, void *tup) in copytup_index()
4319 writetup_index(Tuplesortstate *state, int tapenum, SortTuple *stup) in writetup_index()
4341 readtup_index(Tuplesortstate *state, SortTuple *stup, in readtup_index()
4386 copytup_datum(Tuplesortstate *state, SortTuple *stup, void *tup) in copytup_datum()
4393 writetup_datum(Tuplesortstate *state, int tapenum, SortTuple *stup) in writetup_datum()
4434 readtup_datum(Tuplesortstate *state, SortTuple *stup, in readtup_datum()
4698 free_sort_tuple(Tuplesortstate *state, SortTuple *stup) in free_sort_tuple()