Searched refs:sqlite3_create_function (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/sqlite3/ |
H A D | shell.c | 3539 rc = sqlite3_create_function(db, "sha3", 1, in sqlite3_shathree_init() 3543 rc = sqlite3_create_function(db, "sha3", 2, in sqlite3_shathree_init() 3548 rc = sqlite3_create_function(db, "sha3_query", 1, in sqlite3_shathree_init() 3553 rc = sqlite3_create_function(db, "sha3_query", 2, in sqlite3_shathree_init() 4525 rc = sqlite3_create_function(db, aFunc[i].zFuncName, aFunc[i].nArg, in sqlite3_decimal_init() 4825 return sqlite3_create_function in sqlite3_base_init() 5203 int rc = sqlite3_create_function in sqlite3_base_init() 5210 return sqlite3_create_function in sqlite3_base_init() 5614 rc = sqlite3_create_function(db, aFunc[i].zFName, aFunc[i].nArg, in sqlite3_ieee_init() 7130 rc = sqlite3_create_function(d in sqlite3_regexp_init() [all...] |
H A D | sqlite3ext.h | 440 #define sqlite3_create_function sqlite3_api->create_function macro
|
H A D | sqlite3.h | 268 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and 5359 ** the three "sqlite3_create_function*" routines are the text encoding 5426 ** "sqlite3_create_function*" functions, xFunc, xStep and xFinal, are 5474 SQLITE_API int sqlite3_create_function( 5536 ** to [sqlite3_create_function()], [sqlite3_create_function16()], or 5825 ** encoding argument when the function is [sqlite3_create_function|registered]. 5900 ** of the [sqlite3_create_function()] 5915 ** of the [sqlite3_create_function()] 6071 ** [sqlite3_create_function()] and [sqlite3_create_function16()] 6251 ** [sqlite3_create_function|registere [all...] |
H A D | sqlite3.c | 581 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and 5672 ** the three "sqlite3_create_function*" routines are the text encoding 5739 ** "sqlite3_create_function*" functions, xFunc, xStep and xFinal, are 5787 SQLITE_API int sqlite3_create_function( 5849 ** to [sqlite3_create_function()], [sqlite3_create_function16()], or 6138 ** encoding argument when the function is [sqlite3_create_function|registered]. 6213 ** of the [sqlite3_create_function()] 6228 ** of the [sqlite3_create_function()] 6384 ** [sqlite3_create_function()] and [sqlite3_create_function16()] 6564 ** [sqlite3_create_function|registere [all...] |
/freebsd-src/contrib/sqlite3/tea/generic/ |
H A D | tclsqlite3.c | 2958 rc = sqlite3_create_function(pDb->db, zName, nArg, flags, in DbObjCmd()
|