Lines Matching refs:IsPrimaryKeyIndex
17549 #define IsPrimaryKeyIndex(X) ((X)->idxType==SQLITE_IDXTYPE_PRIMARYKEY) macro
111277 if( !HasRowid(pTab) && IsPrimaryKeyIndex(pIdx) ){
111966 if( !HasRowid(pIdx->pTable) && IsPrimaryKeyIndex(pIdx) ){
114117 for(p=pTab->pIndex; p && !IsPrimaryKeyIndex(p); p=p->pNext){}
115469 if( IsPrimaryKeyIndex(pIdx) ) continue;
118344 IsPrimaryKeyIndex(pIdx) ? SQLITE_CONSTRAINT_PRIMARYKEY
119636 if( IsPrimaryKeyIndex(pIdx) && !HasRowid(pTab) ){
122781 if( IsPrimaryKeyIndex(pIdx) ){
126306 int regCmp = (IsPrimaryKeyIndex(pIdx) ? regIdx : regR);
126571 if( IsPrimaryKeyIndex(pIdx) && !HasRowid(pTab) ){
126664 if( IsPrimaryKeyIndex(pIdx) && !HasRowid(pTab) ){
127122 && IsPrimaryKeyIndex(pDestIdx)
139320 int bCover = (pIdx!=0 && (HasRowid(pTab) || !IsPrimaryKeyIndex(pIdx)));
146592 if( !HasRowid(pItem->pTab) && IsPrimaryKeyIndex(pIdx) ){
148753 && (HasRowid(pTab) || !IsPrimaryKeyIndex(pSubLoop->u.btree.pIndex))
155937 if( !HasRowid(pTab) && IsPrimaryKeyIndex(pIx)