Searched refs:sqlite3_create_function (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/subversion/subversion/libsvn_subr/ |
| H A D | sqlite.c | 1116 SQLITE_ERR_CLOSE(sqlite3_create_function((*db)->db3, "glob", 2, in svn_sqlite__open() 1120 SQLITE_ERR_CLOSE(sqlite3_create_function((*db)->db3, "like", 2, in svn_sqlite__open() 1124 SQLITE_ERR_CLOSE(sqlite3_create_function((*db)->db3, "like", 3, in svn_sqlite__open() 1565 SQLITE_ERR(sqlite3_create_function(db->db3, func_name, argc, eTextRep, in svn_sqlite__create_scalar_function()
|
| /freebsd-12.1/contrib/sqlite3/ |
| H A D | shell.c | 2079 rc = sqlite3_create_function(db, "sha3", 1, in sqlite3_shathree_init() 2083 rc = sqlite3_create_function(db, "sha3", 2, in sqlite3_shathree_init() 2088 rc = sqlite3_create_function(db, "sha3_query", 1, in sqlite3_shathree_init() 2093 rc = sqlite3_create_function(db, "sha3_query", 2, in sqlite3_shathree_init() 3085 rc = sqlite3_create_function(db, "readfile", 1, in sqlite3_fileio_init() 3089 rc = sqlite3_create_function(db, "writefile", -1, in sqlite3_fileio_init() 6689 rc = sqlite3_create_function(db, "sqlar_compress", 1, in sqlite3_sqlar_init() 6693 rc = sqlite3_create_function(db, "sqlar_uncompress", 2, in sqlite3_sqlar_init() 8549 rc = sqlite3_create_function( in idxPopulateStat1() 8554 rc = sqlite3_create_function( in idxPopulateStat1() [all …]
|
| H A D | sqlite3ext.h | 409 #define sqlite3_create_function sqlite3_api->create_function macro
|
| H A D | sqlite3.h | 5152 SQLITE_API int sqlite3_create_function(
|
| H A D | sqlite3.c | 6191 SQLITE_API int sqlite3_create_function( 124017 sqlite3_create_function, 162109 SQLITE_API int sqlite3_create_function( 173953 int rc = sqlite3_create_function( 194059 rc = sqlite3_create_function( 197852 p->rc = sqlite3_create_function(p->dbRbu, 222055 int rc = sqlite3_create_function( 222060 rc = sqlite3_create_function( 222067 rc = sqlite3_create_function( 224894 rc = sqlite3_create_function( [all …]
|
| /freebsd-12.1/crypto/heimdal/lib/sqlite/ |
| H A D | sqlite3ext.h | 279 #define sqlite3_create_function sqlite3_api->create_function macro
|
| H A D | sqlite3.h | 3707 SQLITE_API int sqlite3_create_function(
|
| H A D | sqlite3.c | 4260 SQLITE_API int sqlite3_create_function( 89171 #define sqlite3_create_function sqlite3_api->create_function 89481 sqlite3_create_function, 111268 SQLITE_API int sqlite3_create_function( 120496 return sqlite3_create_function( 121998 rc = sqlite3_create_function(db, zName, 1, any, p, scalarFunc, 0, 0); 122001 rc = sqlite3_create_function(db, zName, 2, any, p, scalarFunc, 0, 0); 122005 rc = sqlite3_create_function(db, zTest, 2, any, p, testFunc, 0, 0); 122008 rc = sqlite3_create_function(db, zTest, 3, any, p, testFunc, 0, 0); 122011 rc = sqlite3_create_function(db, zTest2, 0, any, pdb, intTestFunc, 0, 0); [all …]
|
| /freebsd-12.1/contrib/sqlite3/tea/generic/ |
| H A D | tclsqlite3.c | 2901 rc = sqlite3_create_function(pDb->db, zName, nArg, flags, in DbObjCmd()
|