KeyInfo 7596 third_party/sqlite/amalgamation/sqlite3.c typedef struct KeyInfo KeyInfo; KeyInfo 7768 third_party/sqlite/amalgamation/sqlite3.c struct KeyInfo*, /* First argument to compare function */ KeyInfo 7931 third_party/sqlite/amalgamation/sqlite3.c KeyInfo *pKeyInfo; /* Used when p4type is P4_KEYINFO */ KeyInfo 8267 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE UnpackedRecord *sqlite3VdbeRecordUnpack(KeyInfo*,int,const void*,char*,int); KeyInfo 9772 third_party/sqlite/amalgamation/sqlite3.c KeyInfo *pKeyInfo; /* Collation and sort-order information */ KeyInfo 11346 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE KeyInfo *sqlite3IndexKeyinfo(Parse *, Index *); KeyInfo 12260 third_party/sqlite/amalgamation/sqlite3.c KeyInfo *pKeyInfo; /* Info about index keys needed by index cursors */ KeyInfo 46690 third_party/sqlite/amalgamation/sqlite3.c struct KeyInfo *pKeyInfo; /* Argument passed to comparison function */ KeyInfo 50558 third_party/sqlite/amalgamation/sqlite3.c struct KeyInfo *pKeyInfo, /* First arg to comparison function */ KeyInfo 50606 third_party/sqlite/amalgamation/sqlite3.c struct KeyInfo *pKeyInfo, /* First arg to xCompare() */ KeyInfo 57857 third_party/sqlite/amalgamation/sqlite3.c KeyInfo *pKeyInfo; KeyInfo 57860 third_party/sqlite/amalgamation/sqlite3.c nField = ((KeyInfo*)zP4)->nField; KeyInfo 57984 third_party/sqlite/amalgamation/sqlite3.c KeyInfo *pKeyInfo = pOp->p4.pKeyInfo; KeyInfo 59930 third_party/sqlite/amalgamation/sqlite3.c KeyInfo *pKeyInfo, /* Information about the record format */ KeyInfo 60046 third_party/sqlite/amalgamation/sqlite3.c KeyInfo *pKeyInfo; KeyInfo 62535 third_party/sqlite/amalgamation/sqlite3.c const KeyInfo *pKeyInfo; KeyInfo 62629 third_party/sqlite/amalgamation/sqlite3.c KeyInfo *pKeyInfo; KeyInfo 64193 third_party/sqlite/amalgamation/sqlite3.c const KeyInfo *pKeyInfo; KeyInfo 65371 third_party/sqlite/amalgamation/sqlite3.c KeyInfo *pKeyInfo; KeyInfo 65513 third_party/sqlite/amalgamation/sqlite3.c (KeyInfo*)pOp->p4.z, u.ax.pCx->pCursor); KeyInfo 72350 third_party/sqlite/amalgamation/sqlite3.c KeyInfo keyInfo; /* Keyinfo for the generated table */ KeyInfo 75489 third_party/sqlite/amalgamation/sqlite3.c KeyInfo *pKey; KeyInfo 79155 third_party/sqlite/amalgamation/sqlite3.c KeyInfo *pKey; /* KeyInfo for index */ KeyInfo 80571 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE KeyInfo *sqlite3IndexKeyinfo(Parse *pParse, Index *pIdx){ KeyInfo 80574 third_party/sqlite/amalgamation/sqlite3.c int nBytes = sizeof(KeyInfo) + (nCol-1)*sizeof(CollSeq*) + nCol; KeyInfo 80576 third_party/sqlite/amalgamation/sqlite3.c KeyInfo *pKey = (KeyInfo *)sqlite3DbMallocZero(db, nBytes); KeyInfo 83670 third_party/sqlite/amalgamation/sqlite3.c KeyInfo *pKey = sqlite3IndexKeyinfo(pParse, pIdx); KeyInfo 85983 third_party/sqlite/amalgamation/sqlite3.c KeyInfo *pKey = sqlite3IndexKeyinfo(pParse, pIdx); KeyInfo 86107 third_party/sqlite/amalgamation/sqlite3.c KeyInfo *pKey; /* Key information for an index */ KeyInfo 90669 third_party/sqlite/amalgamation/sqlite3.c static KeyInfo *keyInfoFromExprList(Parse *pParse, ExprList *pList){ KeyInfo 90672 third_party/sqlite/amalgamation/sqlite3.c KeyInfo *pInfo; KeyInfo 91753 third_party/sqlite/amalgamation/sqlite3.c KeyInfo *pKeyInfo; /* Collating sequence for the result set */ KeyInfo 91829 third_party/sqlite/amalgamation/sqlite3.c KeyInfo *pKeyInfo, /* For comparing with previous entry */ KeyInfo 92079 third_party/sqlite/amalgamation/sqlite3.c KeyInfo *pKeyDup = 0; /* Comparison information for duplicate removal */ KeyInfo 92080 third_party/sqlite/amalgamation/sqlite3.c KeyInfo *pKeyMerge; /* Comparison information for merging rows */ KeyInfo 93450 third_party/sqlite/amalgamation/sqlite3.c KeyInfo *pKeyInfo = keyInfoFromExprList(pParse, pE->x.pList); KeyInfo 93802 third_party/sqlite/amalgamation/sqlite3.c KeyInfo *pKeyInfo; KeyInfo 93828 third_party/sqlite/amalgamation/sqlite3.c KeyInfo *pKeyInfo; KeyInfo 93926 third_party/sqlite/amalgamation/sqlite3.c KeyInfo *pKeyInfo; /* Keying information for the group by clause */ KeyInfo 94149 third_party/sqlite/amalgamation/sqlite3.c KeyInfo *pKeyInfo = 0; /* Keyinfo for scanned index */ KeyInfo 96056 third_party/sqlite/amalgamation/sqlite3.c KeyInfo *pKey = sqlite3IndexKeyinfo(pParse, pIdx); KeyInfo 99468 third_party/sqlite/amalgamation/sqlite3.c KeyInfo *pKeyinfo; /* Key information for the index */ KeyInfo 102425 third_party/sqlite/amalgamation/sqlite3.c KeyInfo *pKey = sqlite3IndexKeyinfo(pParse, pIx); KeyInfo 167 third_party/sqlite/src/src/analyze.c KeyInfo *pKey; KeyInfo 3439 third_party/sqlite/src/src/btree.c struct KeyInfo *pKeyInfo, /* First arg to comparison function */ KeyInfo 3487 third_party/sqlite/src/src/btree.c struct KeyInfo *pKeyInfo, /* First arg to xCompare() */ KeyInfo 142 third_party/sqlite/src/src/btree.h struct KeyInfo*, /* First argument to compare function */ KeyInfo 488 third_party/sqlite/src/src/btreeInt.h struct KeyInfo *pKeyInfo; /* Argument passed to comparison function */ KeyInfo 2316 third_party/sqlite/src/src/build.c KeyInfo *pKey; /* KeyInfo for index */ KeyInfo 3732 third_party/sqlite/src/src/build.c KeyInfo *sqlite3IndexKeyinfo(Parse *pParse, Index *pIdx){ KeyInfo 3735 third_party/sqlite/src/src/build.c int nBytes = sizeof(KeyInfo) + (nCol-1)*sizeof(CollSeq*) + nCol; KeyInfo 3737 third_party/sqlite/src/src/build.c KeyInfo *pKey = (KeyInfo *)sqlite3DbMallocZero(db, nBytes); KeyInfo 1613 third_party/sqlite/src/src/expr.c KeyInfo keyInfo; /* Keyinfo for the generated table */ KeyInfo 378 third_party/sqlite/src/src/fkey.c KeyInfo *pKey = sqlite3IndexKeyinfo(pParse, pIdx); KeyInfo 1500 third_party/sqlite/src/src/insert.c KeyInfo *pKey = sqlite3IndexKeyinfo(pParse, pIdx); KeyInfo 1624 third_party/sqlite/src/src/insert.c KeyInfo *pKey; /* Key information for an index */ KeyInfo 747 third_party/sqlite/src/src/select.c static KeyInfo *keyInfoFromExprList(Parse *pParse, ExprList *pList){ KeyInfo 750 third_party/sqlite/src/src/select.c KeyInfo *pInfo; KeyInfo 1831 third_party/sqlite/src/src/select.c KeyInfo *pKeyInfo; /* Collating sequence for the result set */ KeyInfo 1907 third_party/sqlite/src/src/select.c KeyInfo *pKeyInfo, /* For comparing with previous entry */ KeyInfo 2157 third_party/sqlite/src/src/select.c KeyInfo *pKeyDup = 0; /* Comparison information for duplicate removal */ KeyInfo 2158 third_party/sqlite/src/src/select.c KeyInfo *pKeyMerge; /* Comparison information for merging rows */ KeyInfo 3528 third_party/sqlite/src/src/select.c KeyInfo *pKeyInfo = keyInfoFromExprList(pParse, pE->x.pList); KeyInfo 3880 third_party/sqlite/src/src/select.c KeyInfo *pKeyInfo; KeyInfo 3906 third_party/sqlite/src/src/select.c KeyInfo *pKeyInfo; KeyInfo 4004 third_party/sqlite/src/src/select.c KeyInfo *pKeyInfo; /* Keying information for the group by clause */ KeyInfo 4227 third_party/sqlite/src/src/select.c KeyInfo *pKeyInfo = 0; /* Keyinfo for scanned index */ KeyInfo 616 third_party/sqlite/src/src/sqliteInt.h typedef struct KeyInfo KeyInfo; KeyInfo 1427 third_party/sqlite/src/src/sqliteInt.h KeyInfo *pKeyInfo; /* Collation and sort-order information */ KeyInfo 3001 third_party/sqlite/src/src/sqliteInt.h KeyInfo *sqlite3IndexKeyinfo(Parse *, Index *); KeyInfo 357 third_party/sqlite/src/src/update.c KeyInfo *pKey = sqlite3IndexKeyinfo(pParse, pIdx); KeyInfo 1862 third_party/sqlite/src/src/vdbe.c const KeyInfo *pKeyInfo; KeyInfo 3014 third_party/sqlite/src/src/vdbe.c KeyInfo *pKeyInfo; KeyInfo 3153 third_party/sqlite/src/src/vdbe.c (KeyInfo*)pOp->p4.z, pCx->pCursor); KeyInfo 61 third_party/sqlite/src/src/vdbe.h KeyInfo *pKeyInfo; /* Used when p4type is P4_KEYINFO */ KeyInfo 211 third_party/sqlite/src/src/vdbe.h UnpackedRecord *sqlite3VdbeRecordUnpack(KeyInfo*,int,const void*,char*,int); KeyInfo 46 third_party/sqlite/src/src/vdbeInt.h KeyInfo *pKeyInfo; /* Info about index keys needed by index cursors */ KeyInfo 732 third_party/sqlite/src/src/vdbeaux.c KeyInfo *pKeyInfo; KeyInfo 735 third_party/sqlite/src/src/vdbeaux.c nField = ((KeyInfo*)zP4)->nField; KeyInfo 859 third_party/sqlite/src/src/vdbeaux.c KeyInfo *pKeyInfo = pOp->p4.pKeyInfo; KeyInfo 2805 third_party/sqlite/src/src/vdbeaux.c KeyInfo *pKeyInfo, /* Information about the record format */ KeyInfo 2921 third_party/sqlite/src/src/vdbeaux.c KeyInfo *pKeyInfo; KeyInfo 1814 third_party/sqlite/src/src/where.c KeyInfo *pKeyinfo; /* Key information for the index */ KeyInfo 4771 third_party/sqlite/src/src/where.c KeyInfo *pKey = sqlite3IndexKeyinfo(pParse, pIx);