Home
last modified time | relevance | path

Searched refs:SERIES_COLUMN_STOP (Results 1 – 25 of 27) sorted by relevance

12

/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/misc/
H A Dseries.c120 #define SERIES_COLUMN_STOP 2 in seriesConnect() macro
189 case SERIES_COLUMN_STOP: x = pCur->mxValue; break; in seriesColumn()
323 case SERIES_COLUMN_STOP: in seriesBestIndex()
/dports/databases/sqlite3/sqlite-src-3350500/ext/misc/
H A Dseries.c120 #define SERIES_COLUMN_STOP 2 in seriesConnect() macro
195 case SERIES_COLUMN_STOP: x = pCur->mxValue; break; in seriesColumn()
338 assert( SERIES_COLUMN_STOP == SERIES_COLUMN_START+1 ); in seriesBestIndex()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/misc/
H A Dseries.c120 #define SERIES_COLUMN_STOP 2 in seriesConnect() macro
190 case SERIES_COLUMN_STOP: x = pCur->mxValue; break; in seriesColumn()
326 assert( SERIES_COLUMN_STOP == SERIES_COLUMN_START+1 ); in seriesBestIndex()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/rusqlite-0.19.0/src/vtab/
H A Dseries.rs28 const SERIES_COLUMN_STOP: c_int = 2; const
93 SERIES_COLUMN_STOP => { in best_index()
252 SERIES_COLUMN_STOP => self.max_value, in column()
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/rusqlite-0.23.1/src/vtab/
H A Dseries.rs26 const SERIES_COLUMN_STOP: c_int = 2; const
91 SERIES_COLUMN_STOP => { in best_index()
250 SERIES_COLUMN_STOP => self.max_value, in column()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/misc/
H A Dseries.c120 #define SERIES_COLUMN_STOP 2 in seriesConnect() macro
195 case SERIES_COLUMN_STOP: x = pCur->mxValue; break; in seriesColumn()
332 assert( SERIES_COLUMN_STOP == SERIES_COLUMN_START+1 ); in seriesBestIndex()
/dports/sysutils/lnav/lnav-0.10.1/src/third-party/sqlite/ext/
H A Dseries.c120 #define SERIES_COLUMN_STOP 2 in seriesConnect() macro
197 case SERIES_COLUMN_STOP: x = pCur->mxValue; break; in seriesColumn()
340 assert( SERIES_COLUMN_STOP == SERIES_COLUMN_START+1 ); in seriesBestIndex()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/rusqlite/src/vtab/
H A Dseries.rs26 const SERIES_COLUMN_STOP: c_int = 2; const
91 SERIES_COLUMN_STOP => { in best_index()
250 SERIES_COLUMN_STOP => self.max_value, in column()
/dports/misc/broot/broot-1.7.0/cargo-crates/rusqlite-0.24.2/src/vtab/
H A Dseries.rs27 const SERIES_COLUMN_STOP: c_int = 2; const
92 SERIES_COLUMN_STOP => { in best_index()
260 SERIES_COLUMN_STOP => self.max_value, in column()
/dports/databases/ods2sql/ods2sql-aca63183274038487cecb6be17d7f65e92178b8c/cargo-crates/rusqlite-0.24.1/src/vtab/
H A Dseries.rs27 const SERIES_COLUMN_STOP: c_int = 2; const
92 SERIES_COLUMN_STOP => { in best_index()
260 SERIES_COLUMN_STOP => self.max_value, in column()
/dports/www/firefox/firefox-99.0/third_party/rust/rusqlite/src/vtab/
H A Dseries.rs27 const SERIES_COLUMN_STOP: c_int = 2; const
92 SERIES_COLUMN_STOP => { in best_index()
260 SERIES_COLUMN_STOP => self.max_value, in column()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/rusqlite/src/vtab/
H A Dseries.rs27 const SERIES_COLUMN_STOP: c_int = 2; const
92 SERIES_COLUMN_STOP => { in best_index()
260 SERIES_COLUMN_STOP => self.max_value, in column()
/dports/sysutils/mcfly/mcfly-0.5.11/cargo-crates/rusqlite-0.15.0/src/vtab/
H A Dseries.rs28 const SERIES_COLUMN_STOP: c_int = 2; const
93 SERIES_COLUMN_STOP => { in best_index()
252 SERIES_COLUMN_STOP => self.max_value, in column()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/rusqlite/src/vtab/
H A Dseries.rs27 const SERIES_COLUMN_STOP: c_int = 2; const
92 SERIES_COLUMN_STOP => { in best_index()
260 SERIES_COLUMN_STOP => self.max_value, in column()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/rusqlite-0.26.1/src/vtab/
H A Dseries.rs27 const SERIES_COLUMN_STOP: c_int = 2; const
86 SERIES_COLUMN_STOP => (1, QueryPlanFlags::STOP), in best_index()
260 SERIES_COLUMN_STOP => self.max_value, in column()
/dports/databases/sqlite3/sqlite-src-3350500/tool/
H A Dfuzzershell.c413 #define SERIES_COLUMN_STOP 2 in seriesConnect() macro
482 case SERIES_COLUMN_STOP: x = pCur->mxValue; break; in seriesColumn()
616 case SERIES_COLUMN_STOP: in seriesBestIndex()
/dports/databases/sqlcipher/sqlcipher-3.4.2/tool/
H A Dfuzzershell.c413 #define SERIES_COLUMN_STOP 2 in seriesConnect() macro
482 case SERIES_COLUMN_STOP: x = pCur->mxValue; break; in seriesColumn()
616 case SERIES_COLUMN_STOP: in seriesBestIndex()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/tool/
H A Dfuzzershell.c413 #define SERIES_COLUMN_STOP 2 in seriesConnect() macro
482 case SERIES_COLUMN_STOP: x = pCur->mxValue; break; in seriesColumn()
616 case SERIES_COLUMN_STOP: in seriesBestIndex()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/tool/
H A Dfuzzershell.c413 #define SERIES_COLUMN_STOP 2 in seriesConnect() macro
482 case SERIES_COLUMN_STOP: x = pCur->mxValue; break; in seriesColumn()
616 case SERIES_COLUMN_STOP: in seriesBestIndex()
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/sqlite/
H A Dshell.c5553 #define SERIES_COLUMN_STOP 2 in seriesConnect() macro
5628 case SERIES_COLUMN_STOP: x = pCur->mxValue; break; in seriesColumn()
5771 assert( SERIES_COLUMN_STOP == SERIES_COLUMN_START+1 ); in seriesBestIndex()
/dports/lang/tcl86/tcl8.6.12/pkgs/sqlite3.36.0/compat/sqlite3/
H A Dshell.c5530 #define SERIES_COLUMN_STOP 2 in seriesConnect() macro
5605 case SERIES_COLUMN_STOP: x = pCur->mxValue; break; in seriesColumn()
5748 assert( SERIES_COLUMN_STOP == SERIES_COLUMN_START+1 ); in seriesBestIndex()
/dports/databases/tcl-sqlite3/sqlite-autoconf-3340100/
H A Dshell.c5438 #define SERIES_COLUMN_STOP 2 in seriesConnect() macro
5513 case SERIES_COLUMN_STOP: x = pCur->mxValue; break; in seriesColumn()
5650 assert( SERIES_COLUMN_STOP == SERIES_COLUMN_START+1 ); in seriesBestIndex()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/amalgamation/shell/
H A Dshell.c5436 #define SERIES_COLUMN_STOP 2 in seriesConnect() macro
5511 case SERIES_COLUMN_STOP: x = pCur->mxValue; break; in seriesColumn()
5648 assert( SERIES_COLUMN_STOP == SERIES_COLUMN_START+1 ); in seriesBestIndex()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/amalgamation_dev/shell/
H A Dshell.c5436 #define SERIES_COLUMN_STOP 2 in seriesConnect() macro
5511 case SERIES_COLUMN_STOP: x = pCur->mxValue; break; in seriesColumn()
5648 assert( SERIES_COLUMN_STOP == SERIES_COLUMN_START+1 ); in seriesBestIndex()
/dports/devel/fossil/fossil-src-2.17/src/
H A Dshell.c5622 #define SERIES_COLUMN_STOP 2 in seriesConnect() macro
5697 case SERIES_COLUMN_STOP: x = pCur->mxValue; break; in seriesColumn()
5841 assert( SERIES_COLUMN_STOP == SERIES_COLUMN_START+1 ); in seriesBestIndex()

12