Searched refs:sqlite_create_function (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dtest1.c373 ** Call the sqlite_create_function API on the given database in order
382 ** sqlite_create_function function while a query is in progress in order
399 sqlite_create_function(db, "x_coalesce", -1, ifnullFunc, 0);
400 sqlite_create_function(db, "x_sqlite_exec", 1, sqliteExecFunc, db);
427 ** Call the sqlite_create_function API on the given database in order
675 rc = sqlite_create_function(db, argv[2], -1, testFunc, 0);
996 { "sqlite_create_function", (Tcl_CmdProc*)test_create_function },
H A Ddate.c871 sqlite_create_function(db, aFuncs[i].zName,
H A Dmain.c983 ** Create new user-defined functions. The sqlite_create_function()
988 ** disables the function. Calling sqlite_create_function() with the
996 int sqlite_create_function( function
H A Dtclsqlite.c865 sqlite_create_function(pDb->db, zName, -1, tclSqlFunc, pFunc);

Completed in 53 milliseconds