Searched defs:pPk (Results 1 – 12 of 12) sorted by relevance
190 Index *pPk, /* PK if table 0 is WITHOUT ROWID */ in updateFromSelect()300 Index *pPk; /* The PRIMARY KEY index for WITHOUT ROWID tables */ in sqlite3Update() local1218 Index *pPk = 0; in updateVirtualTable() local1282 Index *pPk; /* PRIMARY KEY index */ in updateVirtualTable() local
225 Index *pPk = sqlite3PrimaryKeyIndex(pTab); in sqlite3LimitWhere() local302 Index *pPk; /* The PRIMARY KEY index on the table */ in sqlite3DeleteFrom() local899 Index *pPk; /* PRIMARY KEY index, or NULL for rowid tables */ in sqlite3GenerateRowIndexDelete() local
2036 Index *pPk = sqlite3PrimaryKeyIndex(pIdx->pTable); in sqlite3WhereCodeOneLoopStart() local2190 Index *pPk = sqlite3PrimaryKeyIndex(pTab); in sqlite3WhereCodeOneLoopStart() local2303 Index *pPk = sqlite3PrimaryKeyIndex(pTab); in sqlite3WhereCodeOneLoopStart() local2601 Index *pPk = sqlite3PrimaryKeyIndex(pTab); in sqlite3WhereCodeOneLoopStart() local2748 Index *pPk = sqlite3PrimaryKeyIndex(pTab); in sqlite3WhereRightJoinLoop() local
281 Index *pPk = sqlite3PrimaryKeyIndex(pTab); in sqlite3UpsertDoUpdate() local
44 Index *pPk = sqlite3PrimaryKeyIndex(pTab); in sqlite3OpenTable() local1683 Index *pPk = 0; /* The PRIMARY KEY index for WITHOUT ROWID tables */ in sqlite3GenerateConstraintChecks() local
1174 Index *pPk = sqlite3PrimaryKeyIndex(pTab); in sqlite3Pragma() local1750 Index *pIdx, *pPk; in sqlite3Pragma() local
2255 static int isDupColumn(Index *pIdx, int nKey, Index *pPk, int iCol){ in isDupColumn()2337 Index *pPk; in convertToWithoutRowidTable() local3928 Index *pPk = 0; /* PRIMARY KEY index for WITHOUT ROWID tables */ in sqlite3CreateIndex() local
1222 Index *pPk = sqlite3PrimaryKeyIndex(pIdx->pTable); in analyzeOneTable() local
2202 Index *pPk = 0; in sqlite3AlterDropColumn() local
518 Index *pPk; /* PK index if pTab is WITHOUT ROWID */ member
6139 Index *pPk = sqlite3PrimaryKeyIndex(pTab); in sqlite3WhereBegin() local6516 Index *pPk = sqlite3PrimaryKeyIndex(pTab); in sqlite3WhereEnd() local
1050 Index *pPk = 0; in selectExprDefer() local