Home
last modified time | relevance | path

Searched refs:resizeIndexObject (Results 76 – 100 of 150) sorted by relevance

123456

/dports/databases/p5-DBD-SQLite/DBD-SQLite-1.70/
H A Dsqlite3.c114429 static int resizeIndexObject(sqlite3 *db, Index *pIdx, int N){
114699 if( resizeIndexObject(db, pIdx, pIdx->nKeyCol+n) ) return;
114723 if( resizeIndexObject(db, pPk, nPk+nExtra) ) return;
/dports/deskutils/nextcloudclient/desktop-3.4.1/src/3rdparty/sqlite3/
H A Dsqlite3.c113575 static int resizeIndexObject(sqlite3 *db, Index *pIdx, int N){
113839 if( resizeIndexObject(db, pIdx, pIdx->nKeyCol+n) ) return;
113863 if( resizeIndexObject(db, pPk, nPk+nExtra) ) return;
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/sqlite/
H A Dsqlite3.c112275 static int resizeIndexObject(sqlite3 *db, Index *pIdx, int N){
112535 if( resizeIndexObject(db, pIdx, pIdx->nKeyCol+n) ) return;
112559 if( resizeIndexObject(db, pPk, nPk+nExtra) ) return;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/amalgamation/
H A Dsqlite3.c111884 static int resizeIndexObject(sqlite3 *db, Index *pIdx, int N){
112144 if( resizeIndexObject(db, pIdx, pIdx->nKeyCol+n) ) return;
112168 if( resizeIndexObject(db, pPk, nPk+nExtra) ) return;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/amalgamation_dev/
H A Dsqlite3.c110982 static int resizeIndexObject(sqlite3 *db, Index *pIdx, int N){
111242 if( resizeIndexObject(db, pIdx, pIdx->nKeyCol+n) ) return;
111266 if( resizeIndexObject(db, pPk, nPk+nExtra) ) return;
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/sqlite/
H A Dsqlite3.c112275 static int resizeIndexObject(sqlite3 *db, Index *pIdx, int N){
112535 if( resizeIndexObject(db, pIdx, pIdx->nKeyCol+n) ) return;
112559 if( resizeIndexObject(db, pPk, nPk+nExtra) ) return;
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/sqlite/
H A Dsqlite3.c113575 static int resizeIndexObject(sqlite3 *db, Index *pIdx, int N){
113839 if( resizeIndexObject(db, pIdx, pIdx->nKeyCol+n) ) return;
113863 if( resizeIndexObject(db, pPk, nPk+nExtra) ) return;
/dports/sysutils/acfgfs/arcan-0.6.1/external/sqlite/
H A Dsqlite3.c114429 static int resizeIndexObject(sqlite3 *db, Index *pIdx, int N){
114699 if( resizeIndexObject(db, pIdx, pIdx->nKeyCol+n) ) return;
114723 if( resizeIndexObject(db, pPk, nPk+nExtra) ) return;
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/sqlite/
H A Dsqlite3.c112275 static int resizeIndexObject(sqlite3 *db, Index *pIdx, int N){
112535 if( resizeIndexObject(db, pIdx, pIdx->nKeyCol+n) ) return;
112559 if( resizeIndexObject(db, pPk, nPk+nExtra) ) return;
/dports/ports-mgmt/pkg/pkg-1.17.5/external/sqlite/
H A Dsqlite3.c112003 static int resizeIndexObject(sqlite3 *db, Index *pIdx, int N){
112263 if( resizeIndexObject(db, pIdx, pIdx->nKeyCol+n) ) return;
112287 if( resizeIndexObject(db, pPk, nPk+nExtra) ) return;
/dports/lang/tcl86/tcl8.6.12/pkgs/sqlite3.36.0/compat/sqlite3/
H A Dsqlite3.c114641 static int resizeIndexObject(sqlite3 *db, Index *pIdx, int N){
114911 if( resizeIndexObject(db, pIdx, pIdx->nKeyCol+n) ) return;
114935 if( resizeIndexObject(db, pPk, nPk+nExtra) ) return;
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/sqlite/sqlite/
H A Dsqlite3.c115396 static int resizeIndexObject(sqlite3 *db, Index *pIdx, int N){
115656 if( resizeIndexObject(db, pIdx, pIdx->nKeyCol+n) ) return;
115680 if( resizeIndexObject(db, pPk, nPk+nExtra) ) return;
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/3rdparty/sqlite/
H A Dsqlite3.c112275 static int resizeIndexObject(sqlite3 *db, Index *pIdx, int N){
112535 if( resizeIndexObject(db, pIdx, pIdx->nKeyCol+n) ) return;
112559 if( resizeIndexObject(db, pPk, nPk+nExtra) ) return;
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/libsqlite3-sys-0.23.1/sqlite3/
H A Dsqlite3.c114429 static int resizeIndexObject(sqlite3 *db, Index *pIdx, int N){
114699 if( resizeIndexObject(db, pIdx, pIdx->nKeyCol+n) ) return;
114723 if( resizeIndexObject(db, pPk, nPk+nExtra) ) return;
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/libsqlite3-sys-0.23.1/sqlcipher/
H A Dsqlite3.c117506 static int resizeIndexObject(sqlite3 *db, Index *pIdx, int N){
117769 if( resizeIndexObject(db, pIdx, pIdx->nKeyCol+n) ) return;
117793 if( resizeIndexObject(db, pPk, nPk+nExtra) ) return;
/dports/www/gitea/gitea-1.16.5/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c116038 static int resizeIndexObject(sqlite3 *db, Index *pIdx, int N){
116310 if( resizeIndexObject(db, pIdx, pIdx->nKeyCol+n) ) return;
116334 if( resizeIndexObject(db, pPk, nPk+nExtra) ) return;
/dports/dns/blocky/blocky-0.17/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c114430 static int resizeIndexObject(sqlite3 *db, Index *pIdx, int N){
114700 if( resizeIndexObject(db, pIdx, pIdx->nKeyCol+n) ) return;
114724 if( resizeIndexObject(db, pPk, nPk+nExtra) ) return;
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/libsqlite3-sys-0.22.2/sqlite3/
H A Dsqlite3.c113564 static int resizeIndexObject(sqlite3 *db, Index *pIdx, int N){
113828 if( resizeIndexObject(db, pIdx, pIdx->nKeyCol+n) ) return;
113852 if( resizeIndexObject(db, pPk, nPk+nExtra) ) return;
/dports/databases/tcl-sqlite3/sqlite-autoconf-3340100/
H A Dsqlite3.c112756 static int resizeIndexObject(sqlite3 *db, Index *pIdx, int N){
113019 if( resizeIndexObject(db, pIdx, pIdx->nKeyCol+n) ) return;
113043 if( resizeIndexObject(db, pPk, nPk+nExtra) ) return;
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/doug-martin/goqu/v9/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c108969 static int resizeIndexObject(sqlite3 *db, Index *pIdx, int N){
109215 if( resizeIndexObject(db, pIdx, pIdx->nKeyCol+n) ) return;
109235 if( resizeIndexObject(db, pPk, pTab->nCol) ) return;
/dports/games/flightgear/flightgear-2020.3.11/3rdparty/sqlite3/
H A Dsqlite3.c112003 static int resizeIndexObject(sqlite3 *db, Index *pIdx, int N){
112263 if( resizeIndexObject(db, pIdx, pIdx->nKeyCol+n) ) return;
112287 if( resizeIndexObject(db, pPk, nPk+nExtra) ) return;
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/sqlite3/src/
H A Dsqlite3.c114429 static int resizeIndexObject(sqlite3 *db, Index *pIdx, int N){
114699 if( resizeIndexObject(db, pIdx, pIdx->nKeyCol+n) ) return;
114723 if( resizeIndexObject(db, pPk, nPk+nExtra) ) return;
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/libsqlite3-sys-0.18.0/sqlite3/
H A Dsqlite3.c110955 static int resizeIndexObject(sqlite3 *db, Index *pIdx, int N){
111215 if( resizeIndexObject(db, pIdx, pIdx->nKeyCol+n) ) return;
111239 if( resizeIndexObject(db, pPk, nPk+nExtra) ) return;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/amalgamation/
H A Dsqlite3.c112743 static int resizeIndexObject(sqlite3 *db, Index *pIdx, int N){
113006 if( resizeIndexObject(db, pIdx, pIdx->nKeyCol+n) ) return;
113030 if( resizeIndexObject(db, pPk, nPk+nExtra) ) return;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/amalgamation_dev/
H A Dsqlite3.c112756 static int resizeIndexObject(sqlite3 *db, Index *pIdx, int N){
113019 if( resizeIndexObject(db, pIdx, pIdx->nKeyCol+n) ) return;
113043 if( resizeIndexObject(db, pPk, nPk+nExtra) ) return;

123456