Home
last modified time | relevance | path

Searched defs:pPk (Results 1 – 12 of 12) sorted by relevance

/sqlite-3.40.0/src/
H A Dupdate.c190 Index *pPk, /* PK if table 0 is WITHOUT ROWID */ in updateFromSelect()
300 Index *pPk; /* The PRIMARY KEY index for WITHOUT ROWID tables */ in sqlite3Update() local
1218 Index *pPk = 0; in updateVirtualTable() local
1282 Index *pPk; /* PRIMARY KEY index */ in updateVirtualTable() local
H A Ddelete.c225 Index *pPk = sqlite3PrimaryKeyIndex(pTab); in sqlite3LimitWhere() local
302 Index *pPk; /* The PRIMARY KEY index on the table */ in sqlite3DeleteFrom() local
899 Index *pPk; /* PRIMARY KEY index, or NULL for rowid tables */ in sqlite3GenerateRowIndexDelete() local
H A Dwherecode.c2036 Index *pPk = sqlite3PrimaryKeyIndex(pIdx->pTable); in sqlite3WhereCodeOneLoopStart() local
2190 Index *pPk = sqlite3PrimaryKeyIndex(pTab); in sqlite3WhereCodeOneLoopStart() local
2303 Index *pPk = sqlite3PrimaryKeyIndex(pTab); in sqlite3WhereCodeOneLoopStart() local
2601 Index *pPk = sqlite3PrimaryKeyIndex(pTab); in sqlite3WhereCodeOneLoopStart() local
2748 Index *pPk = sqlite3PrimaryKeyIndex(pTab); in sqlite3WhereRightJoinLoop() local
H A Dupsert.c281 Index *pPk = sqlite3PrimaryKeyIndex(pTab); in sqlite3UpsertDoUpdate() local
H A Dinsert.c44 Index *pPk = sqlite3PrimaryKeyIndex(pTab); in sqlite3OpenTable() local
1683 Index *pPk = 0; /* The PRIMARY KEY index for WITHOUT ROWID tables */ in sqlite3GenerateConstraintChecks() local
H A Dpragma.c1174 Index *pPk = sqlite3PrimaryKeyIndex(pTab); in sqlite3Pragma() local
1750 Index *pIdx, *pPk; in sqlite3Pragma() local
H A Dbuild.c2255 static int isDupColumn(Index *pIdx, int nKey, Index *pPk, int iCol){ in isDupColumn()
2337 Index *pPk; in convertToWithoutRowidTable() local
3928 Index *pPk = 0; /* PRIMARY KEY index for WITHOUT ROWID tables */ in sqlite3CreateIndex() local
H A Danalyze.c1222 Index *pPk = sqlite3PrimaryKeyIndex(pIdx->pTable); in analyzeOneTable() local
H A Dalter.c2202 Index *pPk = 0; in sqlite3AlterDropColumn() local
H A DvdbeInt.h518 Index *pPk; /* PK index if pTab is WITHOUT ROWID */ member
H A Dwhere.c6139 Index *pPk = sqlite3PrimaryKeyIndex(pTab); in sqlite3WhereBegin() local
6516 Index *pPk = sqlite3PrimaryKeyIndex(pTab); in sqlite3WhereEnd() local
H A Dselect.c1050 Index *pPk = 0; in selectExprDefer() local