KeyInfo 7856 sqlite3/libsqlite/sqlite3.c typedef struct KeyInfo KeyInfo;
KeyInfo 8193 sqlite3/libsqlite/sqlite3.c KeyInfo *pKeyInfo; /* Used when p4type is P4_KEYINFO */
KeyInfo 10040 sqlite3/libsqlite/sqlite3.c KeyInfo *pKeyInfo; /* Collation and sort-order information */
KeyInfo 11614 sqlite3/libsqlite/sqlite3.c SQLITE_PRIVATE KeyInfo *sqlite3IndexKeyinfo(Parse *, Index *);
KeyInfo 12534 sqlite3/libsqlite/sqlite3.c KeyInfo *pKeyInfo; /* Info about index keys needed by index cursors */
KeyInfo 47086 sqlite3/libsqlite/sqlite3.c struct KeyInfo *pKeyInfo; /* Argument passed to comparison function */
KeyInfo 58287 sqlite3/libsqlite/sqlite3.c KeyInfo *pKeyInfo;
KeyInfo 58290 sqlite3/libsqlite/sqlite3.c nField = ((KeyInfo*)zP4)->nField;
KeyInfo 58414 sqlite3/libsqlite/sqlite3.c KeyInfo *pKeyInfo = pOp->p4.pKeyInfo;
KeyInfo 60506 sqlite3/libsqlite/sqlite3.c KeyInfo *pKeyInfo;
KeyInfo 62976 sqlite3/libsqlite/sqlite3.c const KeyInfo *pKeyInfo;
KeyInfo 63070 sqlite3/libsqlite/sqlite3.c KeyInfo *pKeyInfo;
KeyInfo 64640 sqlite3/libsqlite/sqlite3.c const KeyInfo *pKeyInfo;
KeyInfo 65838 sqlite3/libsqlite/sqlite3.c KeyInfo *pKeyInfo;
KeyInfo 65980 sqlite3/libsqlite/sqlite3.c (KeyInfo*)pOp->p4.z, u.ax.pCx->pCursor);
KeyInfo 72835 sqlite3/libsqlite/sqlite3.c KeyInfo keyInfo; /* Keyinfo for the generated table */
KeyInfo 75976 sqlite3/libsqlite/sqlite3.c KeyInfo *pKey;
KeyInfo 79654 sqlite3/libsqlite/sqlite3.c KeyInfo *pKey; /* KeyInfo for index */
KeyInfo 81069 sqlite3/libsqlite/sqlite3.c SQLITE_PRIVATE KeyInfo *sqlite3IndexKeyinfo(Parse *pParse, Index *pIdx){
KeyInfo 81072 sqlite3/libsqlite/sqlite3.c int nBytes = sizeof(KeyInfo) + (nCol-1)*sizeof(CollSeq*) + nCol;
KeyInfo 81074 sqlite3/libsqlite/sqlite3.c KeyInfo *pKey = (KeyInfo *)sqlite3DbMallocZero(db, nBytes);
KeyInfo 84191 sqlite3/libsqlite/sqlite3.c KeyInfo *pKey = sqlite3IndexKeyinfo(pParse, pIdx);
KeyInfo 86517 sqlite3/libsqlite/sqlite3.c KeyInfo *pKey = sqlite3IndexKeyinfo(pParse, pIdx);
KeyInfo 86641 sqlite3/libsqlite/sqlite3.c KeyInfo *pKey; /* Key information for an index */
KeyInfo 91217 sqlite3/libsqlite/sqlite3.c static KeyInfo *keyInfoFromExprList(Parse *pParse, ExprList *pList){
KeyInfo 91220 sqlite3/libsqlite/sqlite3.c KeyInfo *pInfo;
KeyInfo 92301 sqlite3/libsqlite/sqlite3.c KeyInfo *pKeyInfo; /* Collating sequence for the result set */
KeyInfo 92627 sqlite3/libsqlite/sqlite3.c KeyInfo *pKeyDup = 0; /* Comparison information for duplicate removal */
KeyInfo 92628 sqlite3/libsqlite/sqlite3.c KeyInfo *pKeyMerge; /* Comparison information for merging rows */
KeyInfo 93998 sqlite3/libsqlite/sqlite3.c KeyInfo *pKeyInfo = keyInfoFromExprList(pParse, pE->x.pList);
KeyInfo 94350 sqlite3/libsqlite/sqlite3.c KeyInfo *pKeyInfo;
KeyInfo 94376 sqlite3/libsqlite/sqlite3.c KeyInfo *pKeyInfo;
KeyInfo 94474 sqlite3/libsqlite/sqlite3.c KeyInfo *pKeyInfo; /* Keying information for the group by clause */
KeyInfo 94697 sqlite3/libsqlite/sqlite3.c KeyInfo *pKeyInfo = 0; /* Keyinfo for scanned index */
KeyInfo 96606 sqlite3/libsqlite/sqlite3.c KeyInfo *pKey = sqlite3IndexKeyinfo(pParse, pIdx);
KeyInfo 100146 sqlite3/libsqlite/sqlite3.c KeyInfo *pKeyinfo; /* Key information for the index */
KeyInfo 103103 sqlite3/libsqlite/sqlite3.c KeyInfo *pKey = sqlite3IndexKeyinfo(pParse, pIx);