Searched refs:sqlite3_create_function (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | shell.c | 5195 rc = sqlite3_create_function(db, "sha3", 1, in sqlite3_shathree_init() 5199 rc = sqlite3_create_function(db, "sha3", 2, in sqlite3_shathree_init() 5204 rc = sqlite3_create_function(db, "sha3_agg", 1, in sqlite3_shathree_init() 5209 rc = sqlite3_create_function(db, "sha3_agg", 2, in sqlite3_shathree_init() 5214 rc = sqlite3_create_function(db, "sha3_query", 1, in sqlite3_shathree_init() 5219 rc = sqlite3_create_function(db, "sha3_query", 2, in sqlite3_shathree_init() 5631 rc = sqlite3_create_function(db, "sha1", 1, in sqlite3_sha_init() 5635 rc = sqlite3_create_function(db, "sha1b", 1, in sqlite3_sha_init() 5640 rc = sqlite3_create_function(db, "sha1_query", 1, in sqlite3_sha_init() 6680 rc = sqlite3_create_function(db, aFunc[i].zFuncName, aFunc[i].nArg, in sqlite3_decimal_init() [all …]
|
| H A D | sqlite3ext.h | 450 #define sqlite3_create_function sqlite3_api->create_function macro
|
| H A D | sqlite3.h | 5780 SQLITE_API int sqlite3_create_function(
|
| H A D | sqlite3.c | 6101 SQLITE_API int sqlite3_create_function( 142683 #define sqlite3_create_function sqlite3_api->create_function macro 143139 sqlite3_create_function, 189224 SQLITE_API int sqlite3_create_function( function 201701 int rc = sqlite3_create_function( 201705 rc = sqlite3_create_function(db, "fts3_exprtest_rebalance", 203261 rc = sqlite3_create_function(db, zName, 1, any, p, fts3TokenizerFunc, 0, 0); 203264 rc = sqlite3_create_function(db, zName, 2, any, p, fts3TokenizerFunc, 0, 0); 203268 rc = sqlite3_create_function(db, zTest, -1, any, p, testFunc, 0, 0); 203271 rc = sqlite3_create_function(db, zTest2, 0, any, pdb, intTestFunc, 0, 0); [all …]
|
| /freebsd/contrib/sqlite3/tea/generic/ |
| H A D | tclsqlite3.c | 3461 rc = sqlite3_create_function(pDb->db, zName, nArg, flags, in DbObjCmd()
|