Searched refs:sqlite3_create_function (Results 1 – 5 of 5) sorted by relevance
| /minix3/external/bsd/mdocml/dist/ |
| H A D | mansearch.c | 250 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 D | sqlite3ext.h | 314 #define sqlite3_create_function sqlite3_api->create_function macro
|
| H A D | sqlite3.h | 4049 SQLITE_API int sqlite3_create_function(
|
| H A D | shell.c | 1617 sqlite3_create_function(db, "shellstatic", 0, SQLITE_UTF8, 0, in open_db()
|
| H A D | sqlite3.c | 4077 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 …]
|