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

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile92 sqlite3_create_function.3 \
/netbsd-current/usr.sbin/makemandb/
H A Dapropos-utils.c438 rc = sqlite3_create_function(db, "zip", 1, SQLITE_ANY, NULL, zip,
446 rc = sqlite3_create_function(db, "unzip", 1, SQLITE_ANY, NULL,
682 rc = sqlite3_create_function(db, "rank_func", 1, SQLITE_ANY,
/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c3525 rc = sqlite3_create_function(db, "sha3", 1,
3529 rc = sqlite3_create_function(db, "sha3", 2,
3534 rc = sqlite3_create_function(db, "sha3_query", 1,
3539 rc = sqlite3_create_function(db, "sha3_query", 2,
4511 rc = sqlite3_create_function(db, aFunc[i].zFuncName, aFunc[i].nArg,
4811 return sqlite3_create_function
5189 int rc = sqlite3_create_function
5196 return sqlite3_create_function
5600 rc = sqlite3_create_function(db, aFunc[i].zFName, aFunc[i].nArg,
7060 rc = sqlite3_create_function(d
[all...]
H A Dsqlite3ext.h440 #define sqlite3_create_function sqlite3_api->create_function macro
H A Dsqlite3.h268 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and
5340 ** the three "sqlite3_create_function*" routines are the text encoding
5407 ** "sqlite3_create_function*" functions, xFunc, xStep and xFinal, are
5455 SQLITE_API int sqlite3_create_function(
5517 ** to [sqlite3_create_function()], [sqlite3_create_function16()], or
5806 ** encoding argument when the function is [sqlite3_create_function|registered].
5881 ** of the [sqlite3_create_function()]
5896 ** of the [sqlite3_create_function()]
6052 ** [sqlite3_create_function()] and [sqlite3_create_function16()]
6232 ** [sqlite3_create_function|registere
[all...]
H A Dsqlite3.c581 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and
5653 ** the three "sqlite3_create_function*" routines are the text encoding
5720 ** "sqlite3_create_function*" functions, xFunc, xStep and xFinal, are
5768 SQLITE_API int sqlite3_create_function(
5830 ** to [sqlite3_create_function()], [sqlite3_create_function16()], or
6119 ** encoding argument when the function is [sqlite3_create_function|registered].
6194 ** of the [sqlite3_create_function()]
6209 ** of the [sqlite3_create_function()]
6365 ** [sqlite3_create_function()] and [sqlite3_create_function16()]
6545 ** [sqlite3_create_function|registere
135912 #define sqlite3_create_function macro
180222 SQLITE_API int sqlite3_create_function( function
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d941 int sqlite3_create_function(
991 SQLITE_ANY = 5, /** sqlite3_create_function only */
/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c2958 rc = sqlite3_create_function(pDb->db, zName, nArg, flags,

Completed in 551 milliseconds