Home
last modified time | relevance | path

Searched refs:SQLITE_FUNC_COALESCE (Results 1 – 25 of 90) sorted by relevance

1234

/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dfunc.c1535 {-1,SQLITE_UTF8,SQLITE_FUNC_COALESCE,0,0,ifnullFunc,0,0,"coalesce",0,0}, in sqlite3RegisterGlobalFunctions()
1538 {2,SQLITE_UTF8,SQLITE_FUNC_COALESCE,0,0,ifnullFunc,0,0,"ifnull",0,0}, in sqlite3RegisterGlobalFunctions()
H A DsqliteInt.h1021 #define SQLITE_FUNC_COALESCE 0x40 /* Built-in coalesce() or ifnull() function */ macro
H A Dexpr.c2559 if( pDef->flags & SQLITE_FUNC_COALESCE ){ in sqlite3ExprCodeTarget()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dfunc.c1825 FUNCTION2(ifnull, 2, 0, 0, noopFunc, SQLITE_FUNC_COALESCE), in sqlite3RegisterBuiltinFunctions()
1862 FUNCTION2(coalesce, -1, 0, 0, noopFunc, SQLITE_FUNC_COALESCE), in sqlite3RegisterBuiltinFunctions()
H A DsqliteInt.h1605 #define SQLITE_FUNC_COALESCE 0x0200 /* Built-in coalesce() or ifnull() */ macro
H A Dexpr.c3724 if( pDef->funcFlags & SQLITE_FUNC_COALESCE ){ in sqlite3ExprCodeTarget()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dfunc.c1972 INLINE_FUNC(ifnull, 2, INLINEFUNC_coalesce, SQLITE_FUNC_COALESCE), in sqlite3RegisterBuiltinFunctions()
2012 INLINE_FUNC(coalesce, -1, INLINEFUNC_coalesce, SQLITE_FUNC_COALESCE), in sqlite3RegisterBuiltinFunctions()
H A DsqliteInt.h1752 #define SQLITE_FUNC_COALESCE 0x0200 /* Built-in coalesce() or ifnull() */ macro
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A DsqliteInt.h1019 #define SQLITE_FUNC_COALESCE 0x40 /* Built-in coalesce() or ifnull() function */
H A Dsqlite3.amalgamation.c2896 #define SQLITE_FUNC_COALESCE 0x40 /* Built-in coalesce() or ifnull() function */ macro
57952 if( pDef->flags & SQLITE_FUNC_COALESCE ){
67776 {-1,SQLITE_UTF8,SQLITE_FUNC_COALESCE,0,0,ifnullFunc,0,0,"coalesce",0,0},
67779 {2,SQLITE_UTF8,SQLITE_FUNC_COALESCE,0,0,ifnullFunc,0,0,"ifnull",0,0},
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dsqlite3.c9122 #define SQLITE_FUNC_COALESCE 0x40 /* Built-in coalesce() or ifnull() function */ macro
64365 if( pDef->flags & SQLITE_FUNC_COALESCE ){
74303 {-1,SQLITE_UTF8,SQLITE_FUNC_COALESCE,0,0,ifnullFunc,0,0,"coalesce",0,0},
74306 {2,SQLITE_UTF8,SQLITE_FUNC_COALESCE,0,0,ifnullFunc,0,0,"ifnull",0,0},
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/sqlite3/
H A Dsqlite3.c9931 #define SQLITE_FUNC_COALESCE 0x40 /* Built-in coalesce() or ifnull() function */ macro
76971 if( pDef->flags & SQLITE_FUNC_COALESCE ){
87682 {-1,SQLITE_UTF8,SQLITE_FUNC_COALESCE,0,0,ifnullFunc,0,0,"coalesce",0,0},
87685 {2,SQLITE_UTF8,SQLITE_FUNC_COALESCE,0,0,ifnullFunc,0,0,"ifnull",0,0},
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/sqlite/
H A Dsqlite3.c9632 #define SQLITE_FUNC_COALESCE 0x40 /* Built-in coalesce() or ifnull() function */ macro
73815 if( pDef->flags & SQLITE_FUNC_COALESCE ){
83786 {-1,SQLITE_UTF8,SQLITE_FUNC_COALESCE,0,0,ifnullFunc,0,0,"coalesce",0,0},
83789 {2,SQLITE_UTF8,SQLITE_FUNC_COALESCE,0,0,ifnullFunc,0,0,"ifnull",0,0},
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/sqlite/
H A Dsqlite3.c9625 #define SQLITE_FUNC_COALESCE 0x40 /* Built-in coalesce() or ifnull() function */ macro
73779 if( pDef->flags & SQLITE_FUNC_COALESCE ){
83750 {-1,SQLITE_UTF8,SQLITE_FUNC_COALESCE,0,0,ifnullFunc,0,0,"coalesce",0,0},
83753 {2,SQLITE_UTF8,SQLITE_FUNC_COALESCE,0,0,ifnullFunc,0,0,"ifnull",0,0},
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/bandb/sqlite3/
H A Dsqlite3.c9665 #define SQLITE_FUNC_COALESCE 0x40 /* Built-in coalesce() or ifnull() function */ macro
75576 if( pDef->flags & SQLITE_FUNC_COALESCE ){
85598 {-1,SQLITE_UTF8,SQLITE_FUNC_COALESCE,0,0,ifnullFunc,0,0,"coalesce",0,0},
85601 {2,SQLITE_UTF8,SQLITE_FUNC_COALESCE,0,0,ifnullFunc,0,0,"ifnull",0,0},
/dports/games/craft/Craft-1.0fbsd/deps/sqlite/
H A Dsqlite3.c10565 #define SQLITE_FUNC_COALESCE 0x200 /* Built-in coalesce() or ifnull() */ macro
79773 if( pDef->funcFlags & SQLITE_FUNC_COALESCE ){
92012 FUNCTION2(coalesce, -1, 0, 0, noopFunc, SQLITE_FUNC_COALESCE),
92014 FUNCTION2(ifnull, 2, 0, 0, noopFunc, SQLITE_FUNC_COALESCE),
/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.c10667 #define SQLITE_FUNC_COALESCE 0x200 /* Built-in coalesce() or ifnull() */ macro
80277 if( pDef->funcFlags & SQLITE_FUNC_COALESCE ){
92553 FUNCTION2(coalesce, -1, 0, 0, noopFunc, SQLITE_FUNC_COALESCE),
92555 FUNCTION2(ifnull, 2, 0, 0, noopFunc, SQLITE_FUNC_COALESCE),
/dports/deskutils/coolreader/coolreader-cr3.2.55/thirdparty_unman/sqlite/
H A Dsqlite3.c10268 #define SQLITE_FUNC_COALESCE 0x20 /* Built-in coalesce() or ifnull() function */ macro
77853 if( pDef->flags & SQLITE_FUNC_COALESCE ){
88818 FUNCTION2(coalesce, -1, 0, 0, ifnullFunc, SQLITE_FUNC_COALESCE),
88820 FUNCTION2(ifnull, 2, 0, 0, ifnullFunc, SQLITE_FUNC_COALESCE),
/dports/databases/R-cran-RSQLite/RSQLite/src/sqlite/
H A Dsqlite3.c10685 #define SQLITE_FUNC_COALESCE 0x200 /* Built-in coalesce() or ifnull() */ macro
81002 if( pDef->funcFlags & SQLITE_FUNC_COALESCE ){
93356 FUNCTION2(coalesce, -1, 0, 0, noopFunc, SQLITE_FUNC_COALESCE),
93358 FUNCTION2(ifnull, 2, 0, 0, noopFunc, SQLITE_FUNC_COALESCE),
/dports/chinese/libchewing/libchewing-0.5.1/thirdparty/sqlite-amalgamation/
H A Dsqlite3.c10318 #define SQLITE_FUNC_COALESCE 0x20 /* Built-in coalesce() or ifnull() function */ macro
78090 if( pDef->flags & SQLITE_FUNC_COALESCE ){
89117 FUNCTION2(coalesce, -1, 0, 0, ifnullFunc, SQLITE_FUNC_COALESCE),
89119 FUNCTION2(ifnull, 2, 0, 0, ifnullFunc, SQLITE_FUNC_COALESCE),
/dports/games/freeminer/freeminer-0.4.10.4/src/sqlite/
H A Dsqlite3.c10667 #define SQLITE_FUNC_COALESCE 0x200 /* Built-in coalesce() or ifnull() */ macro
80277 if( pDef->funcFlags & SQLITE_FUNC_COALESCE ){
92553 FUNCTION2(coalesce, -1, 0, 0, noopFunc, SQLITE_FUNC_COALESCE),
92555 FUNCTION2(ifnull, 2, 0, 0, noopFunc, SQLITE_FUNC_COALESCE),
/dports/devel/libgpkg/luciad-libgpkg-c56e3708453e/sqlite/
H A Dsqlite3.c10667 #define SQLITE_FUNC_COALESCE 0x200 /* Built-in coalesce() or ifnull() */ macro
80277 if( pDef->funcFlags & SQLITE_FUNC_COALESCE ){
92553 FUNCTION2(coalesce, -1, 0, 0, noopFunc, SQLITE_FUNC_COALESCE),
92555 FUNCTION2(ifnull, 2, 0, 0, noopFunc, SQLITE_FUNC_COALESCE),
/dports/biology/hyphy/hyphy-2.5.33/contrib/SQLite-3.8.2/
H A Dsqlite3.c10423 #define SQLITE_FUNC_COALESCE 0x200 /* Built-in coalesce() or ifnull() */ macro
79272 if( pDef->funcFlags & SQLITE_FUNC_COALESCE ){
91395 FUNCTION2(coalesce, -1, 0, 0, noopFunc, SQLITE_FUNC_COALESCE),
91397 FUNCTION2(ifnull, 2, 0, 0, noopFunc, SQLITE_FUNC_COALESCE),
/dports/games/redeclipse/base-2.0.0/src/support/
H A Dsqlite3.c11346 #define SQLITE_FUNC_COALESCE 0x200 /* Built-in coalesce() or ifnull() */ macro
86996 if( pDef->funcFlags & SQLITE_FUNC_COALESCE ){
99284 FUNCTION2(coalesce, -1, 0, 0, noopFunc, SQLITE_FUNC_COALESCE),
99286 FUNCTION2(ifnull, 2, 0, 0, noopFunc, SQLITE_FUNC_COALESCE),
/dports/games/redeclipse16/base-1.6.0/src/support/
H A Dsqlite3.c11346 #define SQLITE_FUNC_COALESCE 0x200 /* Built-in coalesce() or ifnull() */ macro
86996 if( pDef->funcFlags & SQLITE_FUNC_COALESCE ){
99284 FUNCTION2(coalesce, -1, 0, 0, noopFunc, SQLITE_FUNC_COALESCE),
99286 FUNCTION2(ifnull, 2, 0, 0, noopFunc, SQLITE_FUNC_COALESCE),

1234