Home
last modified time | relevance | path

Searched refs:sqlite3_create_function (Results 1 – 5 of 5) sorted by relevance

/minix3/external/bsd/mdocml/dist/
H A Dmansearch.c250 c = sqlite3_create_function(db, "match", 2, in mansearch()
253 c = sqlite3_create_function(db, "regexp", 2, in mansearch()
/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h314 #define sqlite3_create_function sqlite3_api->create_function macro
H A Dsqlite3.h4049 SQLITE_API int sqlite3_create_function(
H A Dshell.c1617 sqlite3_create_function(db, "shellstatic", 0, SQLITE_UTF8, 0, in open_db()
H A Dsqlite3.c4077 SQLITE_API int sqlite3_create_function(
95390 #define sqlite3_create_function sqlite3_api->create_function
95726 sqlite3_create_function,
120901 SQLITE_API int sqlite3_create_function(
131641 int rc = sqlite3_create_function(
131645 rc = sqlite3_create_function(db, "fts3_exprtest_rebalance",
133168 rc = sqlite3_create_function(db, zName, 1, any, p, scalarFunc, 0, 0);
133171 rc = sqlite3_create_function(db, zName, 2, any, p, scalarFunc, 0, 0);
133175 rc = sqlite3_create_function(db, zTest, -1, any, p, testFunc, 0, 0);
133178 rc = sqlite3_create_function(db, zTest2, 0, any, pdb, intTestFunc, 0, 0);
[all …]