Searched refs:sqlite_create_function (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/libsqlite/test/ |
H A D | misuse.test | 38 sqlite_create_function $::DB 78 sqlite_create_function $::DB
|
/illumos-gate/usr/src/lib/libsqlite/ |
H A D | mapfile-sqlite | 50 sqlite_create_function;
|
/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | test1.c | 396 sqlite_create_function(db, "x_coalesce", -1, ifnullFunc, 0); in test_create_function() 397 sqlite_create_function(db, "x_sqlite_exec", 1, sqliteExecFunc, db); in test_create_function() 672 rc = sqlite_create_function(db, argv[2], -1, testFunc, 0); in test_register_func()
|
H A D | date.c | 868 sqlite_create_function(db, aFuncs[i].zName, in sqliteRegisterDateTimeFunctions()
|
H A D | func.c | 737 sqlite_create_function(db, aFuncs[i].zName, in sqliteRegisterBuiltinFunctions()
|
H A D | main.c | 993 int sqlite_create_function( in sqlite_create_function() function
|
H A D | tclsqlite.c | 862 sqlite_create_function(pDb->db, zName, -1, tclSqlFunc, pFunc); in DbObjCmd()
|
H A D | sqlite.h.in | 449 int sqlite_create_function( 508 ** The pUserData parameter to the sqlite_create_function() and
|