Home
last modified time | relevance | path

Searched defs:pKeyInfo (Results 1 – 13 of 13) sorted by relevance

/sqlite-3.40.0/src/
H A Dvdbeaux.c1475 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 Dwindow.c1432 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 Dselect.c2622 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 Dvdbe.c2326 const KeyInfo *pKeyInfo; in sqlite3VdbeExec() local
4145 KeyInfo *pKeyInfo; in sqlite3VdbeExec() local
4323 KeyInfo *pKeyInfo; in sqlite3VdbeExec() local
H A Dupdate.c692 KeyInfo *pKeyInfo = sqlite3KeyInfoOfIndex(pParse, pPk); in sqlite3Update() local
H A Dvdbesort.c325 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 Dvdbe.h59 KeyInfo *pKeyInfo; /* Used when p4type is P4_KEYINFO */ member
H A DbtreeInt.h548 struct KeyInfo *pKeyInfo; /* Arg passed to comparison function */ member
H A Dbtree.c823 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 DvdbeInt.h117 KeyInfo *pKeyInfo; /* Info about index keys needed by index cursors */ member
H A Dvdbeapi.c1911 KeyInfo *pKeyInfo, in vdbeUnpackRecord()
H A Dexpr.c3059 KeyInfo *pKeyInfo = 0; /* Key information */ in sqlite3CodeRhsOfIN() local
H A DsqliteInt.h2545 KeyInfo *pKeyInfo; /* Collation and sort-order information */ member