Home
last modified time | relevance | path

Searched defs:Tuplestorestate (Results 1 – 25 of 82) sorted by relevance

1234

/dports/sysutils/edk2/edk2-platforms-89f6170d/Silicon/Hisilicon/Hi1620/Hi1620OemConfigUiLib/
H A DOemConfig.c107 {
109 return EFI_INVALID_PARAMETER;
112 *Progress = Configuration;
114 return EFI_NOT_FOUND;
118 This function is invoked if user selected a interactive opcode from Device Manager's
134 EFIAPI
135 OemCallback (
148 return EFI_UNSUPPORTED;
149 }
150 if ((Value == NULL) || (ActionRequest == NULL)) {
[all …]
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/utils/time/
H A Dcombocid.c104 CommandId
105 HeapTupleHeaderGetCmin(HeapTupleHeader tup)
107 CommandId cid = HeapTupleHeaderGetRawCommandId(tup);
109 Assert(!(tup->t_infomask & HEAP_MOVED));
110 Assert(TransactionIdIsCurrentTransactionId(HeapTupleHeaderGetXmin(tup)));
113 return GetRealCmin(cid);
119 HeapTupleHeaderGetCmax(HeapTupleHeader tup)
131 Assert(CritSectionCount > 0 ||
132 TransactionIdIsCurrentTransactionId(HeapTupleHeaderGetUpdateXid(tup)));
164 if (!HeapTupleHeaderXminCommitted(tup) &&
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/utils/sort/
H A Dtuplestore.c103 struct Tuplestorestate struct
105 TupStoreStatus status; /* enumerated value as shown above */
107 bool backward; /* store extra length words in file? */
131 void *(*copytup) (Tuplestorestate *state, void *tup); argument
140 void (*writetup) (Tuplestorestate *state, void *tup); argument
162 int memtupcount; /* number of tuples currently present */
163 int memtupsize; /* allocated length of memtuples array */
174 TSReadPointer *readptrs; /* array of read pointers */
175 int activeptr; /* index of the active read pointer */
177 int readptrsize; /* allocated length of readptrs array */
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/utils/sort/
H A Dtuplestore.c103 struct Tuplestorestate struct
105 TupStoreStatus status; /* enumerated value as shown above */
107 bool backward; /* store extra length words in file? */
131 void *(*copytup) (Tuplestorestate *state, void *tup); argument
140 void (*writetup) (Tuplestorestate *state, void *tup); argument
162 int memtupcount; /* number of tuples currently present */
163 int memtupsize; /* allocated length of memtuples array */
174 TSReadPointer *readptrs; /* array of read pointers */
175 int activeptr; /* index of the active read pointer */
177 int readptrsize; /* allocated length of readptrs array */
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/utils/sort/
H A Dtuplestore.c103 struct Tuplestorestate struct
105 TupStoreStatus status; /* enumerated value as shown above */
107 bool backward; /* store extra length words in file? */
131 void *(*copytup) (Tuplestorestate *state, void *tup); argument
140 void (*writetup) (Tuplestorestate *state, void *tup); argument
162 int memtupcount; /* number of tuples currently present */
163 int memtupsize; /* allocated length of memtuples array */
174 TSReadPointer *readptrs; /* array of read pointers */
175 int activeptr; /* index of the active read pointer */
177 int readptrsize; /* allocated length of readptrs array */
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/utils/sort/
H A Dtuplestore.c103 struct Tuplestorestate struct
105 TupStoreStatus status; /* enumerated value as shown above */
107 bool backward; /* store extra length words in file? */
131 void *(*copytup) (Tuplestorestate *state, void *tup); argument
140 void (*writetup) (Tuplestorestate *state, void *tup); argument
162 int memtupcount; /* number of tuples currently present */
163 int memtupsize; /* allocated length of memtuples array */
174 TSReadPointer *readptrs; /* array of read pointers */
175 int activeptr; /* index of the active read pointer */
177 int readptrsize; /* allocated length of readptrs array */
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/utils/sort/
H A Dtuplestore.c103 struct Tuplestorestate struct
105 TupStoreStatus status; /* enumerated value as shown above */
107 bool backward; /* store extra length words in file? */
131 void *(*copytup) (Tuplestorestate *state, void *tup); argument
140 void (*writetup) (Tuplestorestate *state, void *tup); argument
162 int memtupcount; /* number of tuples currently present */
163 int memtupsize; /* allocated length of memtuples array */
174 TSReadPointer *readptrs; /* array of read pointers */
175 int activeptr; /* index of the active read pointer */
177 int readptrsize; /* allocated length of readptrs array */
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/utils/sort/
H A Dtuplestore.c103 struct Tuplestorestate struct
105 TupStoreStatus status; /* enumerated value as shown above */
107 bool backward; /* store extra length words in file? */
131 void *(*copytup) (Tuplestorestate *state, void *tup); argument
140 void (*writetup) (Tuplestorestate *state, void *tup); argument
162 int memtupcount; /* number of tuples currently present */
163 int memtupsize; /* allocated length of memtuples array */
174 TSReadPointer *readptrs; /* array of read pointers */
175 int activeptr; /* index of the active read pointer */
177 int readptrsize; /* allocated length of readptrs array */
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/utils/sort/
H A Dtuplestore.c103 struct Tuplestorestate struct
105 TupStoreStatus status; /* enumerated value as shown above */
107 bool backward; /* store extra length words in file? */
131 void *(*copytup) (Tuplestorestate *state, void *tup); argument
140 void (*writetup) (Tuplestorestate *state, void *tup); argument
162 int memtupcount; /* number of tuples currently present */
163 int memtupsize; /* allocated length of memtuples array */
174 TSReadPointer *readptrs; /* array of read pointers */
175 int activeptr; /* index of the active read pointer */
177 int readptrsize; /* allocated length of readptrs array */
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/utils/sort/
H A Dtuplestore.c103 struct Tuplestorestate struct
105 TupStoreStatus status; /* enumerated value as shown above */
107 bool backward; /* store extra length words in file? */
131 void *(*copytup) (Tuplestorestate *state, void *tup); argument
140 void (*writetup) (Tuplestorestate *state, void *tup); argument
162 int memtupcount; /* number of tuples currently present */
163 int memtupsize; /* allocated length of memtuples array */
174 TSReadPointer *readptrs; /* array of read pointers */
175 int activeptr; /* index of the active read pointer */
177 int readptrsize; /* allocated length of readptrs array */
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/utils/sort/
H A Dtuplestore.c103 struct Tuplestorestate struct
105 TupStoreStatus status; /* enumerated value as shown above */
107 bool backward; /* store extra length words in file? */
131 void *(*copytup) (Tuplestorestate *state, void *tup); argument
140 void (*writetup) (Tuplestorestate *state, void *tup); argument
162 int memtupcount; /* number of tuples currently present */
163 int memtupsize; /* allocated length of memtuples array */
174 TSReadPointer *readptrs; /* array of read pointers */
175 int activeptr; /* index of the active read pointer */
177 int readptrsize; /* allocated length of readptrs array */
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/utils/sort/
H A Dtuplestore.c103 struct Tuplestorestate struct
105 TupStoreStatus status; /* enumerated value as shown above */
107 bool backward; /* store extra length words in file? */
131 void *(*copytup) (Tuplestorestate *state, void *tup); argument
140 void (*writetup) (Tuplestorestate *state, void *tup); argument
162 int memtupcount; /* number of tuples currently present */
163 int memtupsize; /* allocated length of memtuples array */
174 TSReadPointer *readptrs; /* array of read pointers */
175 int activeptr; /* index of the active read pointer */
177 int readptrsize; /* allocated length of readptrs array */
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/utils/sort/
H A Dtuplestore.c103 struct Tuplestorestate struct
105 TupStoreStatus status; /* enumerated value as shown above */
107 bool backward; /* store extra length words in file? */
131 void *(*copytup) (Tuplestorestate *state, void *tup); argument
140 void (*writetup) (Tuplestorestate *state, void *tup); argument
162 int memtupcount; /* number of tuples currently present */
163 int memtupsize; /* allocated length of memtuples array */
174 TSReadPointer *readptrs; /* array of read pointers */
175 int activeptr; /* index of the active read pointer */
177 int readptrsize; /* allocated length of readptrs array */
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/utils/sort/
H A Dtuplestore.c103 struct Tuplestorestate struct
105 TupStoreStatus status; /* enumerated value as shown above */
107 bool backward; /* store extra length words in file? */
131 void *(*copytup) (Tuplestorestate *state, void *tup); argument
140 void (*writetup) (Tuplestorestate *state, void *tup); argument
162 int memtupcount; /* number of tuples currently present */
163 int memtupsize; /* allocated length of memtuples array */
174 TSReadPointer *readptrs; /* array of read pointers */
175 int activeptr; /* index of the active read pointer */
177 int readptrsize; /* allocated length of readptrs array */
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/utils/sort/
H A Dtuplestore.c103 struct Tuplestorestate struct
105 TupStoreStatus status; /* enumerated value as shown above */
107 bool backward; /* store extra length words in file? */
131 void *(*copytup) (Tuplestorestate *state, void *tup); argument
140 void (*writetup) (Tuplestorestate *state, void *tup); argument
162 int memtupcount; /* number of tuples currently present */
163 int memtupsize; /* allocated length of memtuples array */
174 TSReadPointer *readptrs; /* array of read pointers */
175 int activeptr; /* index of the active read pointer */
177 int readptrsize; /* allocated length of readptrs array */
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/utils/sort/
H A Dtuplestore.c103 struct Tuplestorestate struct
105 TupStoreStatus status; /* enumerated value as shown above */
107 bool backward; /* store extra length words in file? */
131 void *(*copytup) (Tuplestorestate *state, void *tup); argument
140 void (*writetup) (Tuplestorestate *state, void *tup); argument
162 int memtupcount; /* number of tuples currently present */
163 int memtupsize; /* allocated length of memtuples array */
174 TSReadPointer *readptrs; /* array of read pointers */
175 int activeptr; /* index of the active read pointer */
177 int readptrsize; /* allocated length of readptrs array */
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/utils/sort/
H A Dtuplestore.c103 struct Tuplestorestate struct
105 TupStoreStatus status; /* enumerated value as shown above */
107 bool backward; /* store extra length words in file? */
131 void *(*copytup) (Tuplestorestate *state, void *tup); argument
140 void (*writetup) (Tuplestorestate *state, void *tup); argument
162 int memtupcount; /* number of tuples currently present */
163 int memtupsize; /* allocated length of memtuples array */
174 TSReadPointer *readptrs; /* array of read pointers */
175 int activeptr; /* index of the active read pointer */
177 int readptrsize; /* allocated length of readptrs array */
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/utils/sort/
H A Dtuplestore.c103 struct Tuplestorestate struct
105 TupStoreStatus status; /* enumerated value as shown above */
107 bool backward; /* store extra length words in file? */
131 void *(*copytup) (Tuplestorestate *state, void *tup); argument
140 void (*writetup) (Tuplestorestate *state, void *tup); argument
162 int memtupcount; /* number of tuples currently present */
163 int memtupsize; /* allocated length of memtuples array */
174 TSReadPointer *readptrs; /* array of read pointers */
175 int activeptr; /* index of the active read pointer */
177 int readptrsize; /* allocated length of readptrs array */
[all …]
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/utils/sort/
H A Dtuplestore.c103 struct Tuplestorestate struct
105 TupStoreStatus status; /* enumerated value as shown above */
107 bool backward; /* store extra length words in file? */
131 void *(*copytup) (Tuplestorestate *state, void *tup); argument
140 void (*writetup) (Tuplestorestate *state, void *tup); argument
162 int memtupcount; /* number of tuples currently present */
163 int memtupsize; /* allocated length of memtuples array */
174 TSReadPointer *readptrs; /* array of read pointers */
175 int activeptr; /* index of the active read pointer */
177 int readptrsize; /* allocated length of readptrs array */
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/utils/sort/
H A Dtuplestore.c103 struct Tuplestorestate struct
105 TupStoreStatus status; /* enumerated value as shown above */
107 bool backward; /* store extra length words in file? */
131 void *(*copytup) (Tuplestorestate *state, void *tup); argument
140 void (*writetup) (Tuplestorestate *state, void *tup); argument
162 int memtupcount; /* number of tuples currently present */
163 int memtupsize; /* allocated length of memtuples array */
174 TSReadPointer *readptrs; /* array of read pointers */
175 int activeptr; /* index of the active read pointer */
177 int readptrsize; /* allocated length of readptrs array */
[all …]
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/utils/sort/
H A Dtuplestore.c103 struct Tuplestorestate struct
105 TupStoreStatus status; /* enumerated value as shown above */
107 bool backward; /* store extra length words in file? */
131 void *(*copytup) (Tuplestorestate *state, void *tup); argument
140 void (*writetup) (Tuplestorestate *state, void *tup); argument
162 int memtupcount; /* number of tuples currently present */
163 int memtupsize; /* allocated length of memtuples array */
174 TSReadPointer *readptrs; /* array of read pointers */
175 int activeptr; /* index of the active read pointer */
177 int readptrsize; /* allocated length of readptrs array */
[all …]
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/utils/sort/
H A Dtuplestore.c103 struct Tuplestorestate struct
105 TupStoreStatus status; /* enumerated value as shown above */
107 bool backward; /* store extra length words in file? */
131 void *(*copytup) (Tuplestorestate *state, void *tup); argument
140 void (*writetup) (Tuplestorestate *state, void *tup); argument
162 int memtupcount; /* number of tuples currently present */
163 int memtupsize; /* allocated length of memtuples array */
174 TSReadPointer *readptrs; /* array of read pointers */
175 int activeptr; /* index of the active read pointer */
177 int readptrsize; /* allocated length of readptrs array */
[all …]
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/utils/sort/
H A Dtuplestore.c103 struct Tuplestorestate struct
105 TupStoreStatus status; /* enumerated value as shown above */
107 bool backward; /* store extra length words in file? */
131 void *(*copytup) (Tuplestorestate *state, void *tup); argument
140 void (*writetup) (Tuplestorestate *state, void *tup); argument
162 int memtupcount; /* number of tuples currently present */
163 int memtupsize; /* allocated length of memtuples array */
174 TSReadPointer *readptrs; /* array of read pointers */
175 int activeptr; /* index of the active read pointer */
177 int readptrsize; /* allocated length of readptrs array */
[all …]
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/utils/sort/
H A Dtuplestore.c103 struct Tuplestorestate struct
105 TupStoreStatus status; /* enumerated value as shown above */
107 bool backward; /* store extra length words in file? */
131 void *(*copytup) (Tuplestorestate *state, void *tup); argument
140 void (*writetup) (Tuplestorestate *state, void *tup); argument
162 int memtupcount; /* number of tuples currently present */
163 int memtupsize; /* allocated length of memtuples array */
174 TSReadPointer *readptrs; /* array of read pointers */
175 int activeptr; /* index of the active read pointer */
177 int readptrsize; /* allocated length of readptrs array */
[all …]
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/utils/sort/
H A Dtuplestore.c103 struct Tuplestorestate struct
105 TupStoreStatus status; /* enumerated value as shown above */
107 bool backward; /* store extra length words in file? */
131 void *(*copytup) (Tuplestorestate *state, void *tup); argument
140 void (*writetup) (Tuplestorestate *state, void *tup); argument
162 int memtupcount; /* number of tuples currently present */
163 int memtupsize; /* allocated length of memtuples array */
174 TSReadPointer *readptrs; /* array of read pointers */
175 int activeptr; /* index of the active read pointer */
177 int readptrsize; /* allocated length of readptrs array */
[all …]

1234