Searched defs:pKeyInfo (Results 1 – 13 of 13) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | vdbeaux.c | 1475 KeyInfo *pKeyInfo; in sqlite3VdbeSetP4KeyInfo() local 1757 KeyInfo *pKeyInfo = pOp->p4.pKeyInfo; in sqlite3VdbeDisplayP4() local 4043 KeyInfo *pKeyInfo /* Description of the record */ in sqlite3VdbeAllocUnpackedRecord() 4063 KeyInfo *pKeyInfo, /* Information about the record format */ in sqlite3VdbeRecordUnpack() 4128 KeyInfo *pKeyInfo; in vdbeRecordCompareDebug() local 4231 const KeyInfo *pKeyInfo /* Compare size with this KeyInfo */ in vdbeAssertFieldCountWithinLimits() 4540 KeyInfo *pKeyInfo; in sqlite3VdbeRecordCompareWithSkip() local
|
| H A D | window.c | 1432 KeyInfo *pKeyInfo; in sqlite3WindowCodeInit() local 1860 KeyInfo *pKeyInfo = 0; in windowFullScan() local 2058 KeyInfo *pKeyInfo = sqlite3KeyInfoFromExprList(pParse, pOrderBy, 0, 0); in windowIfNewPeer() local 2911 KeyInfo *pKeyInfo = sqlite3KeyInfoFromExprList(pParse, pPart, 0, 0); in sqlite3WindowCodeStep() local
|
| H A D | select.c | 2622 KeyInfo *pKeyInfo = multiSelectOrderByKeyInfo(pParse, p, 1); in generateWithRecursiveQuery() local 3104 KeyInfo *pKeyInfo; /* Collating sequence for the result set */ in multiSelect() local 3195 KeyInfo *pKeyInfo, /* For comparing with previous entry */ in generateOutputSubroutine() 6247 KeyInfo *pKeyInfo = sqlite3KeyInfoFromExprList(pParse, pE->x.pList,0,0); in resetAccumulator() local 7180 KeyInfo *pKeyInfo; in sqlite3Select() local 7461 KeyInfo *pKeyInfo; /* Keying information for the group by clause */ in sqlite3Select() local 7730 KeyInfo *pKeyInfo = 0; /* Keyinfo for scanned index */ in sqlite3Select() local
|
| H A D | vdbe.c | 2326 const KeyInfo *pKeyInfo; in sqlite3VdbeExec() local 4145 KeyInfo *pKeyInfo; in sqlite3VdbeExec() local 4323 KeyInfo *pKeyInfo; in sqlite3VdbeExec() local
|
| H A D | update.c | 692 KeyInfo *pKeyInfo = sqlite3KeyInfoOfIndex(pParse, pPk); in sqlite3Update() local
|
| H A D | vdbesort.c | 325 KeyInfo *pKeyInfo; /* How to compare records */ member 936 KeyInfo *pKeyInfo; /* Copy of pCsr->pKeyInfo with db==0 */ in sqlite3VdbeSorterInit() local 2740 KeyInfo *pKeyInfo; in sqlite3VdbeSorterCompare() local
|
| H A D | vdbe.h | 59 KeyInfo *pKeyInfo; /* Used when p4type is P4_KEYINFO */ member
|
| H A D | btreeInt.h | 548 struct KeyInfo *pKeyInfo; /* Arg passed to comparison function */ member
|
| H A D | btree.c | 823 KeyInfo *pKeyInfo = pCur->pKeyInfo; in btreeMoveto() local 4525 struct KeyInfo *pKeyInfo, /* First arg to comparison function */ in btreeCursor() 4592 struct KeyInfo *pKeyInfo, /* First arg to comparison function */ in btreeCursorWithLock() 4605 struct KeyInfo *pKeyInfo, /* First arg to xCompare() */ in sqlite3BtreeCursor()
|
| H A D | vdbeInt.h | 117 KeyInfo *pKeyInfo; /* Info about index keys needed by index cursors */ member
|
| H A D | vdbeapi.c | 1911 KeyInfo *pKeyInfo, in vdbeUnpackRecord()
|
| H A D | expr.c | 3059 KeyInfo *pKeyInfo = 0; /* Key information */ in sqlite3CodeRhsOfIN() local
|
| H A D | sqliteInt.h | 2545 KeyInfo *pKeyInfo; /* Collation and sort-order information */ member
|