Home
last modified time | relevance | path

Searched refs:VFUNCTION (Results 1 – 25 of 154) sorted by relevance

1234567

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dfunc.c1781 VFUNCTION(load_extension, 1, 0, 0, loadExt ), in sqlite3RegisterBuiltinFunctions()
1782 VFUNCTION(load_extension, 2, 0, 0, loadExt ), in sqlite3RegisterBuiltinFunctions()
1826 VFUNCTION(random, 0, 0, 0, randomFunc ), in sqlite3RegisterBuiltinFunctions()
1827 VFUNCTION(randomblob, 1, 0, 0, randomBlob ), in sqlite3RegisterBuiltinFunctions()
1833 VFUNCTION(last_insert_rowid, 0, 0, 0, last_insert_rowid), in sqlite3RegisterBuiltinFunctions()
1834 VFUNCTION(changes, 0, 0, 0, changes ), in sqlite3RegisterBuiltinFunctions()
1835 VFUNCTION(total_changes, 0, 0, 0, total_changes ), in sqlite3RegisterBuiltinFunctions()
H A DsqliteInt.h1657 #define VFUNCTION(zName, nArg, iArg, bNC, xFunc) \ macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dfunc.c1973 VFUNCTION(random, 0, 0, 0, randomFunc ), in sqlite3RegisterBuiltinFunctions()
1974 VFUNCTION(randomblob, 1, 0, 0, randomBlob ), in sqlite3RegisterBuiltinFunctions()
1980 VFUNCTION(last_insert_rowid, 0, 0, 0, last_insert_rowid), in sqlite3RegisterBuiltinFunctions()
1981 VFUNCTION(changes, 0, 0, 0, changes ), in sqlite3RegisterBuiltinFunctions()
1982 VFUNCTION(total_changes, 0, 0, 0, total_changes ), in sqlite3RegisterBuiltinFunctions()
H A DsqliteInt.h1841 #define VFUNCTION(zName, nArg, iArg, bNC, xFunc) \ macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dfunc.c1984 VFUNCTION(random, 0, 0, 0, randomFunc ), in sqlite3RegisterBuiltinFunctions()
1985 VFUNCTION(randomblob, 1, 0, 0, randomBlob ), in sqlite3RegisterBuiltinFunctions()
1991 VFUNCTION(last_insert_rowid, 0, 0, 0, last_insert_rowid), in sqlite3RegisterBuiltinFunctions()
1992 VFUNCTION(changes, 0, 0, 0, changes ), in sqlite3RegisterBuiltinFunctions()
1993 VFUNCTION(total_changes, 0, 0, 0, total_changes ), in sqlite3RegisterBuiltinFunctions()
H A DsqliteInt.h1882 #define VFUNCTION(zName, nArg, iArg, bNC, xFunc) \ macro
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dfunc.c2184 VFUNCTION(random, 0, 0, 0, randomFunc ), in sqlite3RegisterBuiltinFunctions()
2185 VFUNCTION(randomblob, 1, 0, 0, randomBlob ), in sqlite3RegisterBuiltinFunctions()
2191 VFUNCTION(last_insert_rowid, 0, 0, 0, last_insert_rowid), in sqlite3RegisterBuiltinFunctions()
2192 VFUNCTION(changes, 0, 0, 0, changes ), in sqlite3RegisterBuiltinFunctions()
2193 VFUNCTION(total_changes, 0, 0, 0, total_changes ), in sqlite3RegisterBuiltinFunctions()
H A DsqliteInt.h1926 #define VFUNCTION(zName, nArg, iArg, bNC, xFunc) \ macro
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/sqlite/
H A Dsqlite3.c12260 #define VFUNCTION(zName, nArg, iArg, bNC, xFunc) \ macro
101291 VFUNCTION(random, 0, 0, 0, randomFunc ),
101292 VFUNCTION(randomblob, 1, 0, 0, randomBlob ),
101305 VFUNCTION(last_insert_rowid, 0, 0, 0, last_insert_rowid),
101306 VFUNCTION(changes, 0, 0, 0, changes ),
101307 VFUNCTION(total_changes, 0, 0, 0, total_changes ),
101314 VFUNCTION(load_extension, 1, 0, 0, loadExt ),
101315 VFUNCTION(load_extension, 2, 0, 0, loadExt ),
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/lib/sqlite/
H A Dsqlite3.c12260 #define VFUNCTION(zName, nArg, iArg, bNC, xFunc) \ macro
101291 VFUNCTION(random, 0, 0, 0, randomFunc ),
101292 VFUNCTION(randomblob, 1, 0, 0, randomBlob ),
101305 VFUNCTION(last_insert_rowid, 0, 0, 0, last_insert_rowid),
101306 VFUNCTION(changes, 0, 0, 0, changes ),
101307 VFUNCTION(total_changes, 0, 0, 0, total_changes ),
101314 VFUNCTION(load_extension, 1, 0, 0, loadExt ),
101315 VFUNCTION(load_extension, 2, 0, 0, loadExt ),
/dports/irc/ircd-ratbox/ircd-ratbox-3.0.10/bandb/sqlite3/
H A Dsqlite3.c12253 #define VFUNCTION(zName, nArg, iArg, bNC, xFunc) \ macro
101262 VFUNCTION(random, 0, 0, 0, randomFunc ),
101263 VFUNCTION(randomblob, 1, 0, 0, randomBlob ),
101276 VFUNCTION(last_insert_rowid, 0, 0, 0, last_insert_rowid),
101277 VFUNCTION(changes, 0, 0, 0, changes ),
101278 VFUNCTION(total_changes, 0, 0, 0, total_changes ),
101285 VFUNCTION(load_extension, 1, 0, 0, loadExt ),
101286 VFUNCTION(load_extension, 2, 0, 0, loadExt ),
/dports/games/craft/Craft-1.0fbsd/deps/sqlite/
H A Dsqlite3.c10600 #define VFUNCTION(zName, nArg, iArg, bNC, xFunc) \ macro
92017 VFUNCTION(random, 0, 0, 0, randomFunc ),
92018 VFUNCTION(randomblob, 1, 0, 0, randomBlob ),
92028 VFUNCTION(last_insert_rowid, 0, 0, 0, last_insert_rowid),
92029 VFUNCTION(changes, 0, 0, 0, changes ),
92030 VFUNCTION(total_changes, 0, 0, 0, total_changes ),
/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.c10702 #define VFUNCTION(zName, nArg, iArg, bNC, xFunc) \ macro
92558 VFUNCTION(random, 0, 0, 0, randomFunc ),
92559 VFUNCTION(randomblob, 1, 0, 0, randomBlob ),
92569 VFUNCTION(last_insert_rowid, 0, 0, 0, last_insert_rowid),
92570 VFUNCTION(changes, 0, 0, 0, changes ),
92571 VFUNCTION(total_changes, 0, 0, 0, total_changes ),
/dports/databases/R-cran-RSQLite/RSQLite/src/sqlite/
H A Dsqlite3.c10720 #define VFUNCTION(zName, nArg, iArg, bNC, xFunc) \ macro
93362 VFUNCTION(random, 0, 0, 0, randomFunc ),
93363 VFUNCTION(randomblob, 1, 0, 0, randomBlob ),
93373 VFUNCTION(last_insert_rowid, 0, 0, 0, last_insert_rowid),
93374 VFUNCTION(changes, 0, 0, 0, changes ),
93375 VFUNCTION(total_changes, 0, 0, 0, total_changes ),
/dports/games/freeminer/freeminer-0.4.10.4/src/sqlite/
H A Dsqlite3.c10702 #define VFUNCTION(zName, nArg, iArg, bNC, xFunc) \ macro
92558 VFUNCTION(random, 0, 0, 0, randomFunc ),
92559 VFUNCTION(randomblob, 1, 0, 0, randomBlob ),
92569 VFUNCTION(last_insert_rowid, 0, 0, 0, last_insert_rowid),
92570 VFUNCTION(changes, 0, 0, 0, changes ),
92571 VFUNCTION(total_changes, 0, 0, 0, total_changes ),
/dports/devel/libgpkg/luciad-libgpkg-c56e3708453e/sqlite/
H A Dsqlite3.c10702 #define VFUNCTION(zName, nArg, iArg, bNC, xFunc) \ macro
92558 VFUNCTION(random, 0, 0, 0, randomFunc ),
92559 VFUNCTION(randomblob, 1, 0, 0, randomBlob ),
92569 VFUNCTION(last_insert_rowid, 0, 0, 0, last_insert_rowid),
92570 VFUNCTION(changes, 0, 0, 0, changes ),
92571 VFUNCTION(total_changes, 0, 0, 0, total_changes ),
/dports/biology/hyphy/hyphy-2.5.33/contrib/SQLite-3.8.2/
H A Dsqlite3.c10458 #define VFUNCTION(zName, nArg, iArg, bNC, xFunc) \ macro
91400 VFUNCTION(random, 0, 0, 0, randomFunc ),
91401 VFUNCTION(randomblob, 1, 0, 0, randomBlob ),
91411 VFUNCTION(last_insert_rowid, 0, 0, 0, last_insert_rowid),
91412 VFUNCTION(changes, 0, 0, 0, changes ),
91413 VFUNCTION(total_changes, 0, 0, 0, total_changes ),
/dports/lang/jimtcl/jimtcl-0.81/sqlite3/
H A Dsqlite3.c14201 #define VFUNCTION(zName, nArg, iArg, bNC, xFunc) \ macro
104955 VFUNCTION(load_extension, 1, 0, 0, loadExt ),
104956 VFUNCTION(load_extension, 2, 0, 0, loadExt ),
104997 VFUNCTION(random, 0, 0, 0, randomFunc ),
104998 VFUNCTION(randomblob, 1, 0, 0, randomBlob ),
105004 VFUNCTION(last_insert_rowid, 0, 0, 0, last_insert_rowid),
105005 VFUNCTION(changes, 0, 0, 0, changes ),
105006 VFUNCTION(total_changes, 0, 0, 0, total_changes ),
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/lib/wxsqlite3/sqlite3/secure/src/
H A Dsqlite3.c12468 #define VFUNCTION(zName, nArg, iArg, bNC, xFunc) \ macro
102001 VFUNCTION(load_extension, 1, 0, 0, loadExt ),
102002 VFUNCTION(load_extension, 2, 0, 0, loadExt ),
102043 VFUNCTION(random, 0, 0, 0, randomFunc ),
102044 VFUNCTION(randomblob, 1, 0, 0, randomBlob ),
102050 VFUNCTION(last_insert_rowid, 0, 0, 0, last_insert_rowid),
102051 VFUNCTION(changes, 0, 0, 0, changes ),
102052 VFUNCTION(total_changes, 0, 0, 0, total_changes ),
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/concourse/dex/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c14197 #define VFUNCTION(zName, nArg, iArg, bNC, xFunc) \ macro
104931 VFUNCTION(load_extension, 1, 0, 0, loadExt ),
104932 VFUNCTION(load_extension, 2, 0, 0, loadExt ),
104973 VFUNCTION(random, 0, 0, 0, randomFunc ),
104974 VFUNCTION(randomblob, 1, 0, 0, randomBlob ),
104980 VFUNCTION(last_insert_rowid, 0, 0, 0, last_insert_rowid),
104981 VFUNCTION(changes, 0, 0, 0, changes ),
104982 VFUNCTION(total_changes, 0, 0, 0, total_changes ),
/dports/devel/openocd/openocd-0.11.0/jimtcl/sqlite3/
H A Dsqlite3.c14201 #define VFUNCTION(zName, nArg, iArg, bNC, xFunc) \ macro
104955 VFUNCTION(load_extension, 1, 0, 0, loadExt ),
104956 VFUNCTION(load_extension, 2, 0, 0, loadExt ),
104997 VFUNCTION(random, 0, 0, 0, randomFunc ),
104998 VFUNCTION(randomblob, 1, 0, 0, randomBlob ),
105004 VFUNCTION(last_insert_rowid, 0, 0, 0, last_insert_rowid),
105005 VFUNCTION(changes, 0, 0, 0, changes ),
105006 VFUNCTION(total_changes, 0, 0, 0, total_changes ),
/dports/lang/php73/php-7.3.33/ext/sqlite3/libsqlite/
H A Dsqlite3.c16670 #define VFUNCTION(zName, nArg, iArg, bNC, xFunc) \ macro
114901 VFUNCTION(load_extension, 1, 0, 0, loadExt ),
114902 VFUNCTION(load_extension, 2, 0, 0, loadExt ),
114950 VFUNCTION(random, 0, 0, 0, randomFunc ),
114951 VFUNCTION(randomblob, 1, 0, 0, randomBlob ),
114957 VFUNCTION(last_insert_rowid, 0, 0, 0, last_insert_rowid),
114958 VFUNCTION(changes, 0, 0, 0, changes ),
114959 VFUNCTION(total_changes, 0, 0, 0, total_changes ),
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/sqlite-3.20.1/
H A Dsqlite3.c15397 #define VFUNCTION(zName, nArg, iArg, bNC, xFunc) \ macro
108063 VFUNCTION(load_extension, 1, 0, 0, loadExt ),
108064 VFUNCTION(load_extension, 2, 0, 0, loadExt ),
108108 VFUNCTION(random, 0, 0, 0, randomFunc ),
108109 VFUNCTION(randomblob, 1, 0, 0, randomBlob ),
108115 VFUNCTION(last_insert_rowid, 0, 0, 0, last_insert_rowid),
108116 VFUNCTION(changes, 0, 0, 0, changes ),
108117 VFUNCTION(total_changes, 0, 0, 0, total_changes ),
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/sqlite/
H A Dsqlite3.c16717 #define VFUNCTION(zName, nArg, iArg, bNC, xFunc) \ macro
115404 VFUNCTION(load_extension, 1, 0, 0, loadExt ),
115405 VFUNCTION(load_extension, 2, 0, 0, loadExt ),
115453 VFUNCTION(random, 0, 0, 0, randomFunc ),
115454 VFUNCTION(randomblob, 1, 0, 0, randomBlob ),
115460 VFUNCTION(last_insert_rowid, 0, 0, 0, last_insert_rowid),
115461 VFUNCTION(changes, 0, 0, 0, changes ),
115462 VFUNCTION(total_changes, 0, 0, 0, total_changes ),
/dports/databases/php73-sqlite3/php-7.3.33/ext/sqlite3/libsqlite/
H A Dsqlite3.c16670 #define VFUNCTION(zName, nArg, iArg, bNC, xFunc) \ macro
114901 VFUNCTION(load_extension, 1, 0, 0, loadExt ),
114902 VFUNCTION(load_extension, 2, 0, 0, loadExt ),
114950 VFUNCTION(random, 0, 0, 0, randomFunc ),
114951 VFUNCTION(randomblob, 1, 0, 0, randomBlob ),
114957 VFUNCTION(last_insert_rowid, 0, 0, 0, last_insert_rowid),
114958 VFUNCTION(changes, 0, 0, 0, changes ),
114959 VFUNCTION(total_changes, 0, 0, 0, total_changes ),

1234567