Home
last modified time | relevance | path

Searched refs:IsPrimaryKeyIndex (Results 26 – 50 of 183) sorted by relevance

12345678

/dports/databases/sqlite3/sqlite-src-3350500/src/
H A DsqliteInt.h2524 #define IsPrimaryKeyIndex(X) ((X)->idxType==SQLITE_IDXTYPE_PRIMARYKEY) macro
H A Dwhere.c5218 if( !HasRowid(pTab) && IsPrimaryKeyIndex(pIx) in sqlite3WhereBegin()
H A Dselect.c5784 int bCover = (pIdx!=0 && (HasRowid(pTab) || !IsPrimaryKeyIndex(pIdx))); in explainSimpleCount()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A DsqliteInt.h2465 #define IsPrimaryKeyIndex(X) ((X)->idxType==SQLITE_IDXTYPE_PRIMARYKEY) macro
H A Dwhere.c5198 if( !HasRowid(pTab) && IsPrimaryKeyIndex(pIx) in sqlite3WhereBegin()
H A Dselect.c5592 int bCover = (pIdx!=0 && (HasRowid(pTab) || !IsPrimaryKeyIndex(pIdx))); in explainSimpleCount()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dwhere.c4795 if( !HasRowid(pTab) && IsPrimaryKeyIndex(pIx) in sqlite3WhereBegin()
H A Dselect.c4904 int bCover = (pIdx!=0 && (HasRowid(pTab) || !IsPrimaryKeyIndex(pIdx))); in explainSimpleCount()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dwhere.c5085 if( !HasRowid(pTab) && IsPrimaryKeyIndex(pIx) in sqlite3WhereBegin()
H A Dselect.c5512 int bCover = (pIdx!=0 && (HasRowid(pTab) || !IsPrimaryKeyIndex(pIdx))); in explainSimpleCount()
/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-16168/
H A Dwhere.c5031 if (!HasRowid(pTab) && IsPrimaryKeyIndex(pIx) in sqlite3WhereBegin()
/dports/devel/cppcheck/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-16168/
H A Dwhere.c5031 if (!HasRowid(pTab) && IsPrimaryKeyIndex(pIx) in sqlite3WhereBegin()
/dports/databases/R-cran-RSQLite/RSQLite/src/sqlite/
H A Dsqlite3.c84434 if( !HasRowid(pTab) && IsPrimaryKeyIndex(pIdx) ){
85081 if( !HasRowid(pIdx->pTable) && IsPrimaryKeyIndex(pIdx) ){
86865 for(p=pTab->pIndex; p && !IsPrimaryKeyIndex(p); p=p->pNext){}
87792 if( IsPrimaryKeyIndex(pIdx) ) continue;
90079 IsPrimaryKeyIndex(pIdx) ? SQLITE_CONSTRAINT_PRIMARYKEY
93657 if( IsPrimaryKeyIndex(pIdx) ){
96251 int regCmp = (IsPrimaryKeyIndex(pIdx) ? regIdx : regR);
96352 if( IsPrimaryKeyIndex(pIdx) && !HasRowid(pTab) ){
108374 if( IsPrimaryKeyIndex(pIdx) && pPk!=0 ){
113732 if( !HasRowid(pItem->pTab) && IsPrimaryKeyIndex(pIdx) ){
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/github.com/mattn/go-sqlite3/code/
H A Dsqlite3-binding.c83690 if( IsPrimaryKeyIndex(pIdx) && !HasRowid(pTab) ){
86057 for(p=pTab->pIndex; p && !IsPrimaryKeyIndex(p); p=p->pNext){}
86984 if( IsPrimaryKeyIndex(pIdx) ) continue;
89273 IsPrimaryKeyIndex(pIdx) ? SQLITE_CONSTRAINT_PRIMARYKEY
92853 if( IsPrimaryKeyIndex(pIdx) ){
95447 int regCmp = (IsPrimaryKeyIndex(pIdx) ? regIdx : regR);
95548 if( IsPrimaryKeyIndex(pIdx) && !HasRowid(pTab) ){
95634 if( IsPrimaryKeyIndex(pIdx) && !HasRowid(pTab) && piDataCur ){
107521 if( IsPrimaryKeyIndex(pIdx) && pPk!=0 ){
112764 if( !HasRowid(pItem->pTab) && IsPrimaryKeyIndex(pIdx) ){
[all …]
/dports/games/freeminer/freeminer-0.4.10.4/src/sqlite/
H A Dsqlite3.c83690 if( IsPrimaryKeyIndex(pIdx) && !HasRowid(pTab) ){
86057 for(p=pTab->pIndex; p && !IsPrimaryKeyIndex(p); p=p->pNext){}
86984 if( IsPrimaryKeyIndex(pIdx) ) continue;
89273 IsPrimaryKeyIndex(pIdx) ? SQLITE_CONSTRAINT_PRIMARYKEY
92853 if( IsPrimaryKeyIndex(pIdx) ){
95447 int regCmp = (IsPrimaryKeyIndex(pIdx) ? regIdx : regR);
95548 if( IsPrimaryKeyIndex(pIdx) && !HasRowid(pTab) ){
95634 if( IsPrimaryKeyIndex(pIdx) && !HasRowid(pTab) && piDataCur ){
107521 if( IsPrimaryKeyIndex(pIdx) && pPk!=0 ){
112764 if( !HasRowid(pItem->pTab) && IsPrimaryKeyIndex(pIdx) ){
[all …]
/dports/devel/libgpkg/luciad-libgpkg-c56e3708453e/sqlite/
H A Dsqlite3.c83690 if( IsPrimaryKeyIndex(pIdx) && !HasRowid(pTab) ){
86057 for(p=pTab->pIndex; p && !IsPrimaryKeyIndex(p); p=p->pNext){}
86984 if( IsPrimaryKeyIndex(pIdx) ) continue;
89273 IsPrimaryKeyIndex(pIdx) ? SQLITE_CONSTRAINT_PRIMARYKEY
92853 if( IsPrimaryKeyIndex(pIdx) ){
95447 int regCmp = (IsPrimaryKeyIndex(pIdx) ? regIdx : regR);
95548 if( IsPrimaryKeyIndex(pIdx) && !HasRowid(pTab) ){
95634 if( IsPrimaryKeyIndex(pIdx) && !HasRowid(pTab) && piDataCur ){
107521 if( IsPrimaryKeyIndex(pIdx) && pPk!=0 ){
112764 if( !HasRowid(pItem->pTab) && IsPrimaryKeyIndex(pIdx) ){
[all …]
/dports/games/redeclipse/base-2.0.0/src/support/
H A Dsqlite3.c90185 if( !HasRowid(pTab) && IsPrimaryKeyIndex(pIdx) ){
90863 if( !HasRowid(pIdx->pTable) && IsPrimaryKeyIndex(pIdx) ){
92706 for(p=pTab->pIndex; p && !IsPrimaryKeyIndex(p); p=p->pNext){}
93649 if( IsPrimaryKeyIndex(pIdx) ) continue;
95965 IsPrimaryKeyIndex(pIdx) ? SQLITE_CONSTRAINT_PRIMARYKEY
99589 if( IsPrimaryKeyIndex(pIdx) ){
102226 int regCmp = (IsPrimaryKeyIndex(pIdx) ? regIdx : regR);
102327 if( IsPrimaryKeyIndex(pIdx) && !HasRowid(pTab) ){
114751 if( IsPrimaryKeyIndex(pIdx) && pPk!=0 ){
117548 if( !HasRowid(pItem->pTab) && IsPrimaryKeyIndex(pIdx) ){
[all …]
/dports/games/redeclipse16/base-1.6.0/src/support/
H A Dsqlite3.c90185 if( !HasRowid(pTab) && IsPrimaryKeyIndex(pIdx) ){
90863 if( !HasRowid(pIdx->pTable) && IsPrimaryKeyIndex(pIdx) ){
92706 for(p=pTab->pIndex; p && !IsPrimaryKeyIndex(p); p=p->pNext){}
93649 if( IsPrimaryKeyIndex(pIdx) ) continue;
95965 IsPrimaryKeyIndex(pIdx) ? SQLITE_CONSTRAINT_PRIMARYKEY
99589 if( IsPrimaryKeyIndex(pIdx) ){
102226 int regCmp = (IsPrimaryKeyIndex(pIdx) ? regIdx : regR);
102327 if( IsPrimaryKeyIndex(pIdx) && !HasRowid(pTab) ){
114751 if( IsPrimaryKeyIndex(pIdx) && pPk!=0 ){
117548 if( !HasRowid(pItem->pTab) && IsPrimaryKeyIndex(pIdx) ){
[all …]
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/clients/tivi/android/jni/sqlite3/
H A Dsqlite3.c88728 if( !HasRowid(pTab) && IsPrimaryKeyIndex(pIdx) ){
89403 if( !HasRowid(pIdx->pTable) && IsPrimaryKeyIndex(pIdx) ){
91244 for(p=pTab->pIndex; p && !IsPrimaryKeyIndex(p); p=p->pNext){}
92187 if( IsPrimaryKeyIndex(pIdx) ) continue;
94477 IsPrimaryKeyIndex(pIdx) ? SQLITE_CONSTRAINT_PRIMARYKEY
98102 if( IsPrimaryKeyIndex(pIdx) ){
100734 int regCmp = (IsPrimaryKeyIndex(pIdx) ? regIdx : regR);
100835 if( IsPrimaryKeyIndex(pIdx) && !HasRowid(pTab) ){
113185 if( IsPrimaryKeyIndex(pIdx) && pPk!=0 ){
118866 if( !HasRowid(pItem->pTab) && IsPrimaryKeyIndex(pIdx) ){
[all …]
/dports/devel/global/global-6.6.7/libdb/
H A Dsqlite3.c86805 if( !HasRowid(pTab) && IsPrimaryKeyIndex(pIdx) ){
87474 if( !HasRowid(pIdx->pTable) && IsPrimaryKeyIndex(pIdx) ){
89311 for(p=pTab->pIndex; p && !IsPrimaryKeyIndex(p); p=p->pNext){}
90238 if( IsPrimaryKeyIndex(pIdx) ) continue;
92527 IsPrimaryKeyIndex(pIdx) ? SQLITE_CONSTRAINT_PRIMARYKEY
96146 if( IsPrimaryKeyIndex(pIdx) ){
98739 int regCmp = (IsPrimaryKeyIndex(pIdx) ? regIdx : regR);
98840 if( IsPrimaryKeyIndex(pIdx) && !HasRowid(pTab) ){
111044 if( IsPrimaryKeyIndex(pIdx) && pPk!=0 ){
116404 if( !HasRowid(pItem->pTab) && IsPrimaryKeyIndex(pIdx) ){
[all …]
/dports/sysutils/py-pytsk/pytsk3-20210419/sleuthkit/tsk/auto/
H A Dsqlite3.c90206 if( !HasRowid(pTab) && IsPrimaryKeyIndex(pIdx) ){
90884 if( !HasRowid(pIdx->pTable) && IsPrimaryKeyIndex(pIdx) ){
92727 for(p=pTab->pIndex; p && !IsPrimaryKeyIndex(p); p=p->pNext){}
93670 if( IsPrimaryKeyIndex(pIdx) ) continue;
95986 IsPrimaryKeyIndex(pIdx) ? SQLITE_CONSTRAINT_PRIMARYKEY
99610 if( IsPrimaryKeyIndex(pIdx) ){
102247 int regCmp = (IsPrimaryKeyIndex(pIdx) ? regIdx : regR);
102348 if( IsPrimaryKeyIndex(pIdx) && !HasRowid(pTab) ){
114772 if( IsPrimaryKeyIndex(pIdx) && pPk!=0 ){
117569 if( !HasRowid(pItem->pTab) && IsPrimaryKeyIndex(pIdx) ){
[all …]
/dports/databases/libgda5-bdb/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c90185 if( !HasRowid(pTab) && IsPrimaryKeyIndex(pIdx) ){
90863 if( !HasRowid(pIdx->pTable) && IsPrimaryKeyIndex(pIdx) ){
92706 for(p=pTab->pIndex; p && !IsPrimaryKeyIndex(p); p=p->pNext){}
93649 if( IsPrimaryKeyIndex(pIdx) ) continue;
95965 IsPrimaryKeyIndex(pIdx) ? SQLITE_CONSTRAINT_PRIMARYKEY
99589 if( IsPrimaryKeyIndex(pIdx) ){
102226 int regCmp = (IsPrimaryKeyIndex(pIdx) ? regIdx : regR);
102327 if( IsPrimaryKeyIndex(pIdx) && !HasRowid(pTab) ){
114751 if( IsPrimaryKeyIndex(pIdx) && pPk!=0 ){
117548 if( !HasRowid(pItem->pTab) && IsPrimaryKeyIndex(pIdx) ){
[all …]
/dports/databases/libgda5/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c90185 if( !HasRowid(pTab) && IsPrimaryKeyIndex(pIdx) ){
90863 if( !HasRowid(pIdx->pTable) && IsPrimaryKeyIndex(pIdx) ){
92706 for(p=pTab->pIndex; p && !IsPrimaryKeyIndex(p); p=p->pNext){}
93649 if( IsPrimaryKeyIndex(pIdx) ) continue;
95965 IsPrimaryKeyIndex(pIdx) ? SQLITE_CONSTRAINT_PRIMARYKEY
99589 if( IsPrimaryKeyIndex(pIdx) ){
102226 int regCmp = (IsPrimaryKeyIndex(pIdx) ? regIdx : regR);
102327 if( IsPrimaryKeyIndex(pIdx) && !HasRowid(pTab) ){
114751 if( IsPrimaryKeyIndex(pIdx) && pPk!=0 ){
117548 if( !HasRowid(pItem->pTab) && IsPrimaryKeyIndex(pIdx) ){
[all …]
/dports/databases/libgda5-ui/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c90185 if( !HasRowid(pTab) && IsPrimaryKeyIndex(pIdx) ){
90863 if( !HasRowid(pIdx->pTable) && IsPrimaryKeyIndex(pIdx) ){
92706 for(p=pTab->pIndex; p && !IsPrimaryKeyIndex(p); p=p->pNext){}
93649 if( IsPrimaryKeyIndex(pIdx) ) continue;
95965 IsPrimaryKeyIndex(pIdx) ? SQLITE_CONSTRAINT_PRIMARYKEY
99589 if( IsPrimaryKeyIndex(pIdx) ){
102226 int regCmp = (IsPrimaryKeyIndex(pIdx) ? regIdx : regR);
102327 if( IsPrimaryKeyIndex(pIdx) && !HasRowid(pTab) ){
114751 if( IsPrimaryKeyIndex(pIdx) && pPk!=0 ){
117548 if( !HasRowid(pItem->pTab) && IsPrimaryKeyIndex(pIdx) ){
[all …]
/dports/databases/libgda5-mysql/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c90185 if( !HasRowid(pTab) && IsPrimaryKeyIndex(pIdx) ){
90863 if( !HasRowid(pIdx->pTable) && IsPrimaryKeyIndex(pIdx) ){
92706 for(p=pTab->pIndex; p && !IsPrimaryKeyIndex(p); p=p->pNext){}
93649 if( IsPrimaryKeyIndex(pIdx) ) continue;
95965 IsPrimaryKeyIndex(pIdx) ? SQLITE_CONSTRAINT_PRIMARYKEY
99589 if( IsPrimaryKeyIndex(pIdx) ){
102226 int regCmp = (IsPrimaryKeyIndex(pIdx) ? regIdx : regR);
102327 if( IsPrimaryKeyIndex(pIdx) && !HasRowid(pTab) ){
114751 if( IsPrimaryKeyIndex(pIdx) && pPk!=0 ){
117548 if( !HasRowid(pItem->pTab) && IsPrimaryKeyIndex(pIdx) ){
[all …]

12345678