Home
last modified time | relevance | path

Searched refs:pUpsertIdx (Results 1 – 25 of 111) sorted by relevance

12345

/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dupsert.c134 assert( pUpsert->pUpsertIdx==0 ); in sqlite3UpsertAnalyzeTarget()
194 pUpsert->pUpsertIdx = pIdx; in sqlite3UpsertAnalyzeTarget()
197 if( pUpsert->pUpsertIdx==0 ){ in sqlite3UpsertAnalyzeTarget()
223 if( pNext->pUpsertIdx==0 ) return 1; in sqlite3UpsertNextIsIPK()
237 && pUpsert->pUpsertIdx!=pIdx in sqlite3UpsertOfIndex()
H A Dinsert.c1843 if( pTerm->pUpsertIdx==0 ) continue; /* Skip ON CONFLICT for the IPK */ in sqlite3GenerateConstraintChecks()
1846 while( ALWAYS(pIdx!=0) && pIdx!=pTerm->pUpsertIdx ){ in sqlite3GenerateConstraintChecks()
H A DsqliteInt.h3134 Index *pUpsertIdx; /* UNIQUE constraint specified by pUpsertTarget */ member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dupsert.c67 pNew->pUpsertIdx = 0; in sqlite3UpsertNew()
120 assert( pUpsert->pUpsertIdx==0 ); in sqlite3UpsertAnalyzeTarget()
180 pUpsert->pUpsertIdx = pIdx; in sqlite3UpsertAnalyzeTarget()
H A Dinsert.c1732 }else if( (pUpIdx = pUpsert->pUpsertIdx)!=0 ){ in sqlite3GenerateConstraintChecks()
1799 if( pUpsert && pUpsert->pUpsertIdx==0 ){ in sqlite3GenerateConstraintChecks()
H A DsqliteInt.h2999 Index *pUpsertIdx; /* Constraint that pUpsertTarget identifies */ member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dupsert.c67 pNew->pUpsertIdx = 0; in sqlite3UpsertNew()
120 assert( pUpsert->pUpsertIdx==0 ); in sqlite3UpsertAnalyzeTarget()
180 pUpsert->pUpsertIdx = pIdx; in sqlite3UpsertAnalyzeTarget()
H A Dinsert.c1737 }else if( (pUpIdx = pUpsert->pUpsertIdx)!=0 ){ in sqlite3GenerateConstraintChecks()
1804 if( pUpsert && pUpsert->pUpsertIdx==0 ){ in sqlite3GenerateConstraintChecks()
H A DsqliteInt.h3058 Index *pUpsertIdx; /* Constraint that pUpsertTarget identifies */ member
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/libsqlite3-sys-0.22.2/sqlite3/
H A Dsqlite3.c18608 Index *pUpsertIdx; /* UNIQUE constraint specified by pUpsertTarget */ member
124000 if( pTerm->pUpsertIdx==0 ) continue; /* Skip ON CONFLICT for the IPK */
124003 while( ALWAYS(pIdx!=0) && pIdx!=pTerm->pUpsertIdx ){
141372 assert( pUpsert->pUpsertIdx==0 );
141432 pUpsert->pUpsertIdx = pIdx;
141435 if( pUpsert->pUpsertIdx==0 ){
141461 if( pNext->pUpsertIdx==0 ) return 1;
141475 && pUpsert->pUpsertIdx!=pIdx
/dports/graphics/aloadimage/arcan-0.6.1/external/sqlite/
H A Dsqlite3.c18724 Index *pUpsertIdx; /* UNIQUE constraint specified by pUpsertTarget */ member
124908 if( pTerm->pUpsertIdx==0 ) continue; /* Skip ON CONFLICT for the IPK */
124911 while( ALWAYS(pIdx!=0) && pIdx!=pTerm->pUpsertIdx ){
142558 assert( pUpsert->pUpsertIdx==0 );
142618 pUpsert->pUpsertIdx = pIdx;
142621 if( pUpsert->pUpsertIdx==0 ){
142647 if( pNext->pUpsertIdx==0 ) return 1;
142661 && pUpsert->pUpsertIdx!=pIdx
/dports/databases/p5-DBD-SQLite/DBD-SQLite-1.70/
H A Dsqlite3.c18724 Index *pUpsertIdx; /* UNIQUE constraint specified by pUpsertTarget */ member
124908 if( pTerm->pUpsertIdx==0 ) continue; /* Skip ON CONFLICT for the IPK */
124911 while( ALWAYS(pIdx!=0) && pIdx!=pTerm->pUpsertIdx ){
142558 assert( pUpsert->pUpsertIdx==0 );
142618 pUpsert->pUpsertIdx = pIdx;
142621 if( pUpsert->pUpsertIdx==0 ){
142647 if( pNext->pUpsertIdx==0 ) return 1;
142661 && pUpsert->pUpsertIdx!=pIdx
/dports/deskutils/nextcloudclient/desktop-3.4.1/src/3rdparty/sqlite3/
H A Dsqlite3.c18608 Index *pUpsertIdx; /* UNIQUE constraint specified by pUpsertTarget */ member
124011 if( pTerm->pUpsertIdx==0 ) continue; /* Skip ON CONFLICT for the IPK */
124014 while( ALWAYS(pIdx!=0) && pIdx!=pTerm->pUpsertIdx ){
141383 assert( pUpsert->pUpsertIdx==0 );
141443 pUpsert->pUpsertIdx = pIdx;
141446 if( pUpsert->pUpsertIdx==0 ){
141472 if( pNext->pUpsertIdx==0 ) return 1;
141486 && pUpsert->pUpsertIdx!=pIdx
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/sqlite/
H A Dsqlite3.c18608 Index *pUpsertIdx; /* UNIQUE constraint specified by pUpsertTarget */ member
124011 if( pTerm->pUpsertIdx==0 ) continue; /* Skip ON CONFLICT for the IPK */
124014 while( ALWAYS(pIdx!=0) && pIdx!=pTerm->pUpsertIdx ){
141383 assert( pUpsert->pUpsertIdx==0 );
141443 pUpsert->pUpsertIdx = pIdx;
141446 if( pUpsert->pUpsertIdx==0 ){
141472 if( pNext->pUpsertIdx==0 ) return 1;
141486 && pUpsert->pUpsertIdx!=pIdx
/dports/sysutils/acfgfs/arcan-0.6.1/external/sqlite/
H A Dsqlite3.c18724 Index *pUpsertIdx; /* UNIQUE constraint specified by pUpsertTarget */ member
124908 if( pTerm->pUpsertIdx==0 ) continue; /* Skip ON CONFLICT for the IPK */
124911 while( ALWAYS(pIdx!=0) && pIdx!=pTerm->pUpsertIdx ){
142558 assert( pUpsert->pUpsertIdx==0 );
142618 pUpsert->pUpsertIdx = pIdx;
142621 if( pUpsert->pUpsertIdx==0 ){
142647 if( pNext->pUpsertIdx==0 ) return 1;
142661 && pUpsert->pUpsertIdx!=pIdx
/dports/lang/tcl86/tcl8.6.12/pkgs/sqlite3.36.0/compat/sqlite3/
H A Dsqlite3.c18766 Index *pUpsertIdx; /* UNIQUE constraint specified by pUpsertTarget */ member
125123 if( pTerm->pUpsertIdx==0 ) continue; /* Skip ON CONFLICT for the IPK */
125126 while( ALWAYS(pIdx!=0) && pIdx!=pTerm->pUpsertIdx ){
142801 assert( pUpsert->pUpsertIdx==0 );
142861 pUpsert->pUpsertIdx = pIdx;
142864 if( pUpsert->pUpsertIdx==0 ){
142890 if( pNext->pUpsertIdx==0 ) return 1;
142904 && pUpsert->pUpsertIdx!=pIdx
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/libsqlite3-sys-0.23.1/sqlite3/
H A Dsqlite3.c18724 Index *pUpsertIdx; /* UNIQUE constraint specified by pUpsertTarget */ member
124908 if( pTerm->pUpsertIdx==0 ) continue; /* Skip ON CONFLICT for the IPK */
124911 while( ALWAYS(pIdx!=0) && pIdx!=pTerm->pUpsertIdx ){
142558 assert( pUpsert->pUpsertIdx==0 );
142618 pUpsert->pUpsertIdx = pIdx;
142621 if( pUpsert->pUpsertIdx==0 ){
142647 if( pNext->pUpsertIdx==0 ) return 1;
142661 && pUpsert->pUpsertIdx!=pIdx
/dports/www/gitea/gitea-1.16.5/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c18508 Index *pUpsertIdx; /* UNIQUE constraint specified by pUpsertTarget */ member
126790 if( pTerm->pUpsertIdx==0 ) continue; /* Skip ON CONFLICT for the IPK */
126793 while( ALWAYS(pIdx!=0) && pIdx!=pTerm->pUpsertIdx ){
144831 assert( pUpsert->pUpsertIdx==0 );
144891 pUpsert->pUpsertIdx = pIdx;
144894 if( pUpsert->pUpsertIdx==0 ){
144920 if( pNext->pUpsertIdx==0 ) return 1;
144934 && pUpsert->pUpsertIdx!=pIdx
/dports/dns/blocky/blocky-0.17/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c18725 Index *pUpsertIdx; /* UNIQUE constraint specified by pUpsertTarget */ member
124909 if( pTerm->pUpsertIdx==0 ) continue; /* Skip ON CONFLICT for the IPK */
124912 while( ALWAYS(pIdx!=0) && pIdx!=pTerm->pUpsertIdx ){
142559 assert( pUpsert->pUpsertIdx==0 );
142619 pUpsert->pUpsertIdx = pIdx;
142622 if( pUpsert->pUpsertIdx==0 ){
142648 if( pNext->pUpsertIdx==0 ) return 1;
142662 && pUpsert->pUpsertIdx!=pIdx
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/libsqlite3-sys-0.22.2/sqlite3/
H A Dsqlite3.c18608 Index *pUpsertIdx; /* UNIQUE constraint specified by pUpsertTarget */ member
124000 if( pTerm->pUpsertIdx==0 ) continue; /* Skip ON CONFLICT for the IPK */
124003 while( ALWAYS(pIdx!=0) && pIdx!=pTerm->pUpsertIdx ){
141372 assert( pUpsert->pUpsertIdx==0 );
141432 pUpsert->pUpsertIdx = pIdx;
141435 if( pUpsert->pUpsertIdx==0 ){
141461 if( pNext->pUpsertIdx==0 ) return 1;
141475 && pUpsert->pUpsertIdx!=pIdx
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/sqlite3/src/
H A Dsqlite3.c18724 Index *pUpsertIdx; /* UNIQUE constraint specified by pUpsertTarget */ member
124908 if( pTerm->pUpsertIdx==0 ) continue; /* Skip ON CONFLICT for the IPK */
124911 while( ALWAYS(pIdx!=0) && pIdx!=pTerm->pUpsertIdx ){
142558 assert( pUpsert->pUpsertIdx==0 );
142618 pUpsert->pUpsertIdx = pIdx;
142621 if( pUpsert->pUpsertIdx==0 ){
142647 if( pNext->pUpsertIdx==0 ) return 1;
142661 && pUpsert->pUpsertIdx!=pIdx
/dports/devel/fossil/fossil-src-2.17/src/
H A Dsqlite3.c18069 Index *pUpsertIdx; /* UNIQUE constraint specified by pUpsertTarget */ member
125392 if( pTerm->pUpsertIdx==0 ) continue; /* Skip ON CONFLICT for the IPK */
125395 while( ALWAYS(pIdx!=0) && pIdx!=pTerm->pUpsertIdx ){
143231 assert( pUpsert->pUpsertIdx==0 );
143291 pUpsert->pUpsertIdx = pIdx;
143294 if( pUpsert->pUpsertIdx==0 ){
143320 if( pNext->pUpsertIdx==0 ) return 1;
143334 && pUpsert->pUpsertIdx!=pIdx
/dports/www/firefox/firefox-99.0/third_party/sqlite3/src/
H A Dsqlite3.c18180 Index *pUpsertIdx; /* UNIQUE constraint specified by pUpsertTarget */ member
125925 if( pTerm->pUpsertIdx==0 ) continue; /* Skip ON CONFLICT for the IPK */
125928 while( ALWAYS(pIdx!=0) && pIdx!=pTerm->pUpsertIdx ){
143881 assert( pUpsert->pUpsertIdx==0 );
143941 pUpsert->pUpsertIdx = pIdx;
143944 if( pUpsert->pUpsertIdx==0 ){
143970 if( pNext->pUpsertIdx==0 ) return 1;
143984 && pUpsert->pUpsertIdx!=pIdx
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c18609 Index *pUpsertIdx; /* UNIQUE constraint specified by pUpsertTarget */ member
124001 if( pTerm->pUpsertIdx==0 ) continue; /* Skip ON CONFLICT for the IPK */
124004 while( ALWAYS(pIdx!=0) && pIdx!=pTerm->pUpsertIdx ){
141373 assert( pUpsert->pUpsertIdx==0 );
141433 pUpsert->pUpsertIdx = pIdx;
141436 if( pUpsert->pUpsertIdx==0 ){
141462 if( pNext->pUpsertIdx==0 ) return 1;
141476 && pUpsert->pUpsertIdx!=pIdx
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/3rdparty/sqlite/
H A Dsqlite3.c18605 Index *pUpsertIdx; /* UNIQUE constraint specified by pUpsertTarget */ member
123932 if( pTerm->pUpsertIdx==0 ) continue; /* Skip ON CONFLICT for the IPK */
123935 while( ALWAYS(pIdx!=0) && pIdx!=pTerm->pUpsertIdx ){
141272 assert( pUpsert->pUpsertIdx==0 );
141332 pUpsert->pUpsertIdx = pIdx;
141335 if( pUpsert->pUpsertIdx==0 ){
141361 if( pNext->pUpsertIdx==0 ) return 1;
141375 && pUpsert->pUpsertIdx!=pIdx

12345