Home
last modified time | relevance | path

Searched refs:IsPrimaryKeyIndex (Results 1 – 1 of 1) sorted by relevance

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c105060 if( !HasRowid(pTab) && IsPrimaryKeyIndex(pIdx) ){
105733 if( !HasRowid(pIdx->pTable) && IsPrimaryKeyIndex(pIdx) ){
107685 for(p=pTab->pIndex; p && !IsPrimaryKeyIndex(p); p=p->pNext){}
108709 if( IsPrimaryKeyIndex(pIdx) ) continue;
111258 IsPrimaryKeyIndex(pIdx) ? SQLITE_CONSTRAINT_PRIMARYKEY
115256 if( IsPrimaryKeyIndex(pIdx) ){
118224 int regCmp = (IsPrimaryKeyIndex(pIdx) ? regIdx : regR);
118371 if( IsPrimaryKeyIndex(pIdx) && !HasRowid(pTab) ){
118479 if( IsPrimaryKeyIndex(pIdx) && !HasRowid(pTab) ){
136310 if( !HasRowid(pItem->pTab) && IsPrimaryKeyIndex(pIdx) ){
[all …]

Completed in 430 milliseconds