Lines Matching defs:stup

526 #define COPYTUP(state,stup,tup) ((*(state)->copytup) (state, stup, tup))  argument
527 #define WRITETUP(state,tape,stup) ((*(state)->writetup) (state, tape, stup)) argument
528 #define READTUP(state,stup,tape,len) ((*(state)->readtup) (state, stup, tape, len)) argument
1437 SortTuple stup; in tuplesort_puttupleslot() local
1459 SortTuple stup; in tuplesort_putheaptuple() local
1482 SortTuple stup; in tuplesort_putindextuplevalues() local
1558 SortTuple stup; in tuplesort_putdatum() local
1902 SortTuple *stup) in tuplesort_gettuple_common()
2162 SortTuple stup; in tuplesort_gettupleslot() local
2198 SortTuple stup; in tuplesort_getheaptuple() local
2218 SortTuple stup; in tuplesort_getindextuple() local
2248 SortTuple stup; in tuplesort_getdatum() local
2327 SortTuple stup; in tuplesort_skiptuples() local
2806 SortTuple stup; in mergeonerun() local
2900 mergereadnext(Tuplesortstate *state, int srcTape, SortTuple *stup) in mergereadnext()
3240 SortTuple stup = state->memtuples[i]; in make_bounded_heap() local
3285 SortTuple stup = state->memtuples[0]; in sort_bounded_heap() local
3571 copytup_heap(Tuplesortstate *state, SortTuple *stup, void *tup) in copytup_heap()
3649 writetup_heap(Tuplesortstate *state, int tapenum, SortTuple *stup) in writetup_heap()
3676 readtup_heap(Tuplesortstate *state, SortTuple *stup, in readtup_heap()
3819 copytup_cluster(Tuplesortstate *state, SortTuple *stup, void *tup) in copytup_cluster()
3892 writetup_cluster(Tuplesortstate *state, int tapenum, SortTuple *stup) in writetup_cluster()
3916 readtup_cluster(Tuplesortstate *state, SortTuple *stup, in readtup_cluster()
4141 copytup_index(Tuplesortstate *state, SortTuple *stup, void *tup) in copytup_index()
4207 writetup_index(Tuplesortstate *state, int tapenum, SortTuple *stup) in writetup_index()
4229 readtup_index(Tuplesortstate *state, SortTuple *stup, in readtup_index()
4274 copytup_datum(Tuplesortstate *state, SortTuple *stup, void *tup) in copytup_datum()
4281 writetup_datum(Tuplesortstate *state, int tapenum, SortTuple *stup) in writetup_datum()
4322 readtup_datum(Tuplesortstate *state, SortTuple *stup, in readtup_datum()
4585 free_sort_tuple(Tuplesortstate *state, SortTuple *stup) in free_sort_tuple()