Home
last modified time | relevance | path

Searched refs:orderByData (Results 1 – 25 of 211) sorted by relevance

123456789

/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/access/index/
H A Dgenam.c98 scan->orderByData = (ScanKey) palloc(sizeof(ScanKeyData) * norderbys); in RelationGetIndexScan()
100 scan->orderByData = NULL; in RelationGetIndexScan()
148 if (scan->orderByData != NULL) in IndexScanEnd()
149 pfree(scan->orderByData); in IndexScanEnd()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/access/index/
H A Dgenam.c98 scan->orderByData = (ScanKey) palloc(sizeof(ScanKeyData) * norderbys); in RelationGetIndexScan()
100 scan->orderByData = NULL; in RelationGetIndexScan()
150 if (scan->orderByData != NULL) in IndexScanEnd()
151 pfree(scan->orderByData); in IndexScanEnd()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/access/index/
H A Dgenam.c98 scan->orderByData = (ScanKey) palloc(sizeof(ScanKeyData) * norderbys); in RelationGetIndexScan()
100 scan->orderByData = NULL; in RelationGetIndexScan()
148 if (scan->orderByData != NULL) in IndexScanEnd()
149 pfree(scan->orderByData); in IndexScanEnd()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/access/index/
H A Dgenam.c98 scan->orderByData = (ScanKey) palloc(sizeof(ScanKeyData) * norderbys); in RelationGetIndexScan()
100 scan->orderByData = NULL; in RelationGetIndexScan()
148 if (scan->orderByData != NULL) in IndexScanEnd()
149 pfree(scan->orderByData); in IndexScanEnd()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/access/index/
H A Dgenam.c98 scan->orderByData = (ScanKey) palloc(sizeof(ScanKeyData) * norderbys); in RelationGetIndexScan()
100 scan->orderByData = NULL; in RelationGetIndexScan()
150 if (scan->orderByData != NULL) in IndexScanEnd()
151 pfree(scan->orderByData); in IndexScanEnd()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/access/index/
H A Dgenam.c98 scan->orderByData = (ScanKey) palloc(sizeof(ScanKeyData) * norderbys); in RelationGetIndexScan()
100 scan->orderByData = NULL; in RelationGetIndexScan()
150 if (scan->orderByData != NULL) in IndexScanEnd()
151 pfree(scan->orderByData); in IndexScanEnd()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/access/index/
H A Dgenam.c98 scan->orderByData = (ScanKey) palloc(sizeof(ScanKeyData) * norderbys); in RelationGetIndexScan()
100 scan->orderByData = NULL; in RelationGetIndexScan()
150 if (scan->orderByData != NULL) in IndexScanEnd()
151 pfree(scan->orderByData); in IndexScanEnd()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/access/index/
H A Dgenam.c98 scan->orderByData = (ScanKey) palloc(sizeof(ScanKeyData) * norderbys); in RelationGetIndexScan()
100 scan->orderByData = NULL; in RelationGetIndexScan()
150 if (scan->orderByData != NULL) in IndexScanEnd()
151 pfree(scan->orderByData); in IndexScanEnd()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/access/index/
H A Dgenam.c98 scan->orderByData = (ScanKey) palloc(sizeof(ScanKeyData) * norderbys); in RelationGetIndexScan()
100 scan->orderByData = NULL; in RelationGetIndexScan()
150 if (scan->orderByData != NULL) in IndexScanEnd()
151 pfree(scan->orderByData); in IndexScanEnd()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/access/index/
H A Dgenam.c98 scan->orderByData = (ScanKey) palloc(sizeof(ScanKeyData) * norderbys); in RelationGetIndexScan()
100 scan->orderByData = NULL; in RelationGetIndexScan()
150 if (scan->orderByData != NULL) in IndexScanEnd()
151 pfree(scan->orderByData); in IndexScanEnd()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/access/index/
H A Dgenam.c98 scan->orderByData = (ScanKey) palloc(sizeof(ScanKeyData) * norderbys);
100 scan->orderByData = NULL;
150 if (scan->orderByData != NULL)
151 pfree(scan->orderByData);
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/access/index/
H A Dgenam.c98 scan->orderByData = (ScanKey) palloc(sizeof(ScanKeyData) * norderbys); in RelationGetIndexScan()
100 scan->orderByData = NULL; in RelationGetIndexScan()
150 if (scan->orderByData != NULL) in IndexScanEnd()
151 pfree(scan->orderByData); in IndexScanEnd()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/access/index/
H A Dgenam.c98 scan->orderByData = (ScanKey) palloc(sizeof(ScanKeyData) * norderbys); in RelationGetIndexScan()
100 scan->orderByData = NULL; in RelationGetIndexScan()
150 if (scan->orderByData != NULL) in IndexScanEnd()
151 pfree(scan->orderByData); in IndexScanEnd()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/access/index/
H A Dgenam.c98 scan->orderByData = (ScanKey) palloc(sizeof(ScanKeyData) * norderbys); in RelationGetIndexScan()
100 scan->orderByData = NULL; in RelationGetIndexScan()
150 if (scan->orderByData != NULL) in IndexScanEnd()
151 pfree(scan->orderByData); in IndexScanEnd()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/access/index/
H A Dgenam.c98 scan->orderByData = (ScanKey) palloc(sizeof(ScanKeyData) * norderbys); in RelationGetIndexScan()
100 scan->orderByData = NULL; in RelationGetIndexScan()
150 if (scan->orderByData != NULL) in IndexScanEnd()
151 pfree(scan->orderByData); in IndexScanEnd()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/access/index/
H A Dgenam.c98 scan->orderByData = (ScanKey) palloc(sizeof(ScanKeyData) * norderbys); in RelationGetIndexScan()
100 scan->orderByData = NULL; in RelationGetIndexScan()
150 if (scan->orderByData != NULL) in IndexScanEnd()
151 pfree(scan->orderByData); in IndexScanEnd()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/access/index/
H A Dgenam.c98 scan->orderByData = (ScanKey) palloc(sizeof(ScanKeyData) * norderbys); in ginTraverseLock()
100 scan->orderByData = NULL; in ginTraverseLock()
150 if (scan->orderByData != NULL)
151 pfree(scan->orderByData);
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/access/index/
H A Dgenam.c98 scan->orderByData = (ScanKey) palloc(sizeof(ScanKeyData) * norderbys); in RelationGetIndexScan()
100 scan->orderByData = NULL; in RelationGetIndexScan()
148 if (scan->orderByData != NULL) in IndexScanEnd()
149 pfree(scan->orderByData); in IndexScanEnd()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/access/index/
H A Dgenam.c98 scan->orderByData = (ScanKey) palloc(sizeof(ScanKeyData) * norderbys); in RelationGetIndexScan()
100 scan->orderByData = NULL; in RelationGetIndexScan()
148 if (scan->orderByData != NULL) in IndexScanEnd()
149 pfree(scan->orderByData); in IndexScanEnd()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/access/index/
H A Dgenam.c98 scan->orderByData = (ScanKey) palloc(sizeof(ScanKeyData) * norderbys); in RelationGetIndexScan()
100 scan->orderByData = NULL; in RelationGetIndexScan()
148 if (scan->orderByData != NULL) in IndexScanEnd()
149 pfree(scan->orderByData); in IndexScanEnd()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/access/index/
H A Dgenam.c98 scan->orderByData = (ScanKey) palloc(sizeof(ScanKeyData) * norderbys); in RelationGetIndexScan()
100 scan->orderByData = NULL; in RelationGetIndexScan()
148 if (scan->orderByData != NULL) in IndexScanEnd()
149 pfree(scan->orderByData); in IndexScanEnd()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/access/spgist/
H A Dspgscan.c215 so->orderByData = scan->orderByData; in spgPrepareScanKeys()
229 ScanKey skey = &so->orderByData[i]; in spgPrepareScanKeys()
236 so->orderByData[j] = *skey; in spgPrepareScanKeys()
386 memmove(scan->orderByData, orderbys, in spgrescan()
391 ScanKey skey = &scan->orderByData[i]; in spgrescan()
519 in.orderbys = so->orderByData; in spgLeafTest()
584 in->orderbys = so->orderByData; in spgInitInnerConsistentIn()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/access/spgist/
H A Dspgscan.c215 so->orderByData = scan->orderByData; in spgPrepareScanKeys()
229 ScanKey skey = &so->orderByData[i]; in spgPrepareScanKeys()
236 so->orderByData[j] = *skey; in spgPrepareScanKeys()
386 memmove(scan->orderByData, orderbys, in spgrescan()
391 ScanKey skey = &scan->orderByData[i]; in spgrescan()
519 in.orderbys = so->orderByData; in spgLeafTest()
584 in->orderbys = so->orderByData; in spgInitInnerConsistentIn()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/access/spgist/
H A Dspgscan.c210 so->orderByData = scan->orderByData; in spgPrepareScanKeys()
224 ScanKey skey = &so->orderByData[i]; in spgPrepareScanKeys()
231 so->orderByData[j] = *skey; in spgPrepareScanKeys()
381 memmove(scan->orderByData, orderbys, in spgrescan()
386 ScanKey skey = &scan->orderByData[i]; in spgrescan()
514 in.orderbys = so->orderByData; in spgLeafTest()
579 in->orderbys = so->orderByData; in spgInitInnerConsistentIn()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/access/spgist/
H A Dspgscan.c210 so->orderByData = scan->orderByData; in spgPrepareScanKeys()
224 ScanKey skey = &so->orderByData[i]; in spgPrepareScanKeys()
231 so->orderByData[j] = *skey; in spgPrepareScanKeys()
381 memmove(scan->orderByData, orderbys, in spgrescan()
386 ScanKey skey = &scan->orderByData[i]; in spgrescan()
514 in.orderbys = so->orderByData; in spgLeafTest()
579 in->orderbys = so->orderByData; in spgInitInnerConsistentIn()

123456789