Lines Matching refs:sqlite3PrimaryKeyIndex
21976 SQLITE_PRIVATE Index *sqlite3PrimaryKeyIndex(Table*);
93453 nRealCol = sqlite3PrimaryKeyIndex(pTab)->nColumn;
93465 preupdate.pPk = sqlite3PrimaryKeyIndex(pTab);
117102 x = sqlite3TableColumnToIndex(sqlite3PrimaryKeyIndex(pTab), iCol);
122691 pPk = sqlite3PrimaryKeyIndex(pTab);
124646 Index *pPk = sqlite3PrimaryKeyIndex(pIdx->pTable);
125025 pIndex = sqlite3PrimaryKeyIndex(pTable);
125163 if( pTab && !HasRowid(pTab) ) pIdx = sqlite3PrimaryKeyIndex(pTab);
127394 SQLITE_PRIVATE Index *sqlite3PrimaryKeyIndex(Table *pTab){ function
128736 pPk = sqlite3PrimaryKeyIndex(pTab);
128739 pPk = sqlite3PrimaryKeyIndex(pTab);
129041 || p->iPKey>=0 || sqlite3PrimaryKeyIndex(p)!=0 );
129043 || (p->iPKey<0 && sqlite3PrimaryKeyIndex(p)==0) );
130353 if( !HasRowid(pTab) ) pPk = sqlite3PrimaryKeyIndex(pTab);
132919 Index *pPk = sqlite3PrimaryKeyIndex(pTab);
133197 pPk = sqlite3PrimaryKeyIndex(pTab);
133605 pPk = HasRowid(pTab) ? 0 : sqlite3PrimaryKeyIndex(pTab);
138719 Index *pPk = sqlite3PrimaryKeyIndex(pTab);
140624 pPk = sqlite3PrimaryKeyIndex(pTab);
145787 Index *pPk = sqlite3PrimaryKeyIndex(pTab);
145947 pIdx = sqlite3PrimaryKeyIndex(pTab);
146409 pPk = sqlite3PrimaryKeyIndex(pTab);
146443 mxCol = sqlite3PrimaryKeyIndex(pTab)->nColumn-1;
146515 p3 = sqlite3TableColumnToIndex(sqlite3PrimaryKeyIndex(pTab), j);
149874 pPk = sqlite3PrimaryKeyIndex(pTab);
150568 assert( sqlite3PrimaryKeyIndex(pTab)->nKeyCol==nKey );
157565 if( !HasRowid(pTab) ) pBest = sqlite3PrimaryKeyIndex(pTab);
159926 pPk = HasRowid(pTab) ? 0 : sqlite3PrimaryKeyIndex(pTab);
160745 pPk = sqlite3PrimaryKeyIndex(pTab);
160802 pPk = sqlite3PrimaryKeyIndex(pTab);
161163 Index *pPk = sqlite3PrimaryKeyIndex(pTab);
162513 assert( HasRowid(pNew) || sqlite3PrimaryKeyIndex(pNew)!=0 );
162516 && sqlite3PrimaryKeyIndex(pNew)->nKeyCol!=1
165866 Index *pPk = sqlite3PrimaryKeyIndex(pIdx->pTable);
166029 Index *pPk = sqlite3PrimaryKeyIndex(pTab);
166142 Index *pPk = sqlite3PrimaryKeyIndex(pTab);
166446 Index *pPk = sqlite3PrimaryKeyIndex(pTab);
166620 Index *pPk = sqlite3PrimaryKeyIndex(pTab);
170140 Index *pPk = sqlite3PrimaryKeyIndex((Table*)pTab);
176002 Index *pPk = sqlite3PrimaryKeyIndex(pTab);
176409 Index *pPk = sqlite3PrimaryKeyIndex(pTab);