Searched refs:pPk (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c23558 Index *pPk; /* PK index if pTab is WITHOUT ROWID */ member in struct:PreUpdate
117641 Index *pPk = 0; local
118951 Index *pPk = sqlite3PrimaryKeyIndex(pIdx->pTable); local
122881 isDupColumn(Index *pIdx, int nKey, Index *pPk, int iCol) argument
122963 Index *pPk; local
124565 Index *pPk = 0; /* PRIMARY KEY index for WITHOUT ROWID tables */ local
127094 Index *pPk = sqlite3PrimaryKeyIndex(pTab); local
127177 Index *pPk; /* The PRIMARY KEY index on the table */ local
127777 Index *pPk; /* PRIMARY KEY index, or NULL for rowid tables */ local
132186 Index *pPk = sqlite3PrimaryKeyIndex(pTab); local
133827 Index *pPk = 0; /* The PRIMARY KEY index for WITHOUT ROWID tables */ local
138941 Index *pPk = sqlite3PrimaryKeyIndex(pTab); local
139518 Index *pIdx, *pPk; local
142849 Index *pPk = 0; local
152240 updateFromSelect( Parse *pParse, int iEph, Index *pPk, ExprList *pChanges, SrcList *pTabList, Expr *pWhere, ExprList *pOrderBy, Expr *pLimit ) argument
152354 Index *pPk; /* The PRIMARY KEY index for WITHOUT ROWID tables */ local
153286 Index *pPk = 0; local
153352 Index *pPk; /* PRIMARY KEY index */ local
153702 Index *pPk = sqlite3PrimaryKeyIndex(pTab); local
158212 Index *pPk = sqlite3PrimaryKeyIndex(pIdx->pTable); local
158366 Index *pPk = sqlite3PrimaryKeyIndex(pTab); local
158479 Index *pPk = sqlite3PrimaryKeyIndex(pTab); local
158777 Index *pPk = sqlite3PrimaryKeyIndex(pTab); local
158924 Index *pPk = sqlite3PrimaryKeyIndex(pTab); local
167403 Index *pPk = sqlite3PrimaryKeyIndex(pTab); local
167793 Index *pPk = sqlite3PrimaryKeyIndex(pTab); local
[all...]

Completed in 455 milliseconds