Searched refs:sqlite3PrimaryKeyIndex (Results 1 – 1 of 1) sorted by relevance
21998 SQLITE_PRIVATE Index *sqlite3PrimaryKeyIndex(Table*);93605 nRealCol = sqlite3PrimaryKeyIndex(pTab)->nColumn;93617 preupdate.pPk = sqlite3PrimaryKeyIndex(pTab);117287 x = sqlite3TableColumnToIndex(sqlite3PrimaryKeyIndex(pTab), iCol);122887 pPk = sqlite3PrimaryKeyIndex(pTab);124854 Index *pPk = sqlite3PrimaryKeyIndex(pIdx->pTable);125233 pIndex = sqlite3PrimaryKeyIndex(pTable);125371 if( pTab && !HasRowid(pTab) ) pIdx = sqlite3PrimaryKeyIndex(pTab);127602 SQLITE_PRIVATE Index *sqlite3PrimaryKeyIndex(Table *pTab){ function128944 pPk = sqlite3PrimaryKeyIndex(pTab);[all …]