Home
last modified time | relevance | path

Searched refs:sqlite_create_function (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/lib/libsqlite/
H A Dmapfile-sqlite50 sqlite_create_function;
/titanic_50/usr/src/lib/libsqlite/test/
H A Dmisuse.test40 sqlite_create_function $::DB
80 sqlite_create_function $::DB
/titanic_50/usr/src/lib/libsqlite/src/
H A Dtest1.c399 sqlite_create_function(db, "x_coalesce", -1, ifnullFunc, 0); in test_create_function()
400 sqlite_create_function(db, "x_sqlite_exec", 1, sqliteExecFunc, db); in test_create_function()
675 rc = sqlite_create_function(db, argv[2], -1, testFunc, 0); in test_register_func()
H A Ddate.c871 sqlite_create_function(db, aFuncs[i].zName, in sqliteRegisterDateTimeFunctions()
H A Dfunc.c740 sqlite_create_function(db, aFuncs[i].zName, in sqliteRegisterBuiltinFunctions()
H A Dmain.c996 int sqlite_create_function( in sqlite_create_function() function
H A Dtclsqlite.c865 sqlite_create_function(pDb->db, zName, -1, tclSqlFunc, pFunc); in DbObjCmd()
H A Dsqlite.h.in452 int sqlite_create_function(
511 ** The pUserData parameter to the sqlite_create_function() and