Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/man/
H A DMakefile92 sqlite3_create_function.3 \
/netbsd-src/usr.sbin/makemandb/
H A Dapropos-utils.c438 rc = sqlite3_create_function(db, "zip", 1, SQLITE_ANY, NULL, zip, in init_db()
446 rc = sqlite3_create_function(db, "unzip", 1, SQLITE_ANY, NULL, in init_db()
682 rc = sqlite3_create_function(db, "rank_func", 1, SQLITE_ANY, in execute_search_query()
/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c3525 rc = sqlite3_create_function(db, "sha3", 1, in sqlite3_shathree_init()
3529 rc = sqlite3_create_function(db, "sha3", 2, in sqlite3_shathree_init()
3534 rc = sqlite3_create_function(db, "sha3_query", 1, in sqlite3_shathree_init()
3539 rc = sqlite3_create_function(db, "sha3_query", 2, in sqlite3_shathree_init()
4511 rc = sqlite3_create_function(db, aFunc[i].zFuncName, aFunc[i].nArg, in sqlite3_decimal_init()
4811 return sqlite3_create_function in sqlite3_base_init()
5189 int rc = sqlite3_create_function in sqlite3_base_init()
5196 return sqlite3_create_function in sqlite3_base_init()
5600 rc = sqlite3_create_function(db, aFunc[i].zFName, aFunc[i].nArg, in sqlite3_ieee_init()
7060 rc = sqlite3_create_function(db, "regexp", 2, in sqlite3_regexp_init()
[all …]
H A Dsqlite3ext.h440 #define sqlite3_create_function sqlite3_api->create_function macro
H A Dsqlite3.h5455 SQLITE_API int sqlite3_create_function(
H A Dsqlite3.c5768 SQLITE_API int sqlite3_create_function(
135912 #define sqlite3_create_function sqlite3_api->create_function
136358 sqlite3_create_function,
180222 SQLITE_API int sqlite3_create_function(
192565 int rc = sqlite3_create_function(
192569 rc = sqlite3_create_function(db, "fts3_exprtest_rebalance",
194129 rc = sqlite3_create_function(db, zName, 1, any, p, fts3TokenizerFunc, 0, 0);
194132 rc = sqlite3_create_function(db, zName, 2, any, p, fts3TokenizerFunc, 0, 0);
194136 rc = sqlite3_create_function(db, zTest, -1, any, p, testFunc, 0, 0);
194139 rc = sqlite3_create_function(db, zTest2, 0, any, pdb, intTestFunc, 0, 0);
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d941 int sqlite3_create_function(
/netbsd-src/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c2958 rc = sqlite3_create_function(pDb->db, zName, nArg, flags, in DbObjCmd()