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

/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c1116 SQLITE_ERR_CLOSE(sqlite3_create_function((*db)->db3, "glob", 2,
1120 SQLITE_ERR_CLOSE(sqlite3_create_function((*db)->db3, "like", 2,
1124 SQLITE_ERR_CLOSE(sqlite3_create_function((*db)->db3, "like", 3,
1565 SQLITE_ERR(sqlite3_create_function(db->db3, func_name, argc, eTextRep,
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3ext.h279 #define sqlite3_create_function sqlite3_api->create_function macro
H A Dsqlite3.h223 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and
3658 ** invoke sqlite3_create_function() or sqlite3_create_function16() multiple
3707 SQLITE_API int sqlite3_create_function(
3749 #define SQLITE_ANY 5 /* sqlite3_create_function only */
3779 ** to [sqlite3_create_function()] and [sqlite3_create_function16()]
3875 ** of the [sqlite3_create_function()]
3889 ** of the [sqlite3_create_function()]
3964 ** [sqlite3_create_function()] and [sqlite3_create_function16()]
H A Dsqlite3.c776 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and
4211 ** invoke sqlite3_create_function() or sqlite3_create_function16() multiple
4260 SQLITE_API int sqlite3_create_function(
4302 #define SQLITE_ANY 5 /* sqlite3_create_function only */
4332 ** to [sqlite3_create_function()] and [sqlite3_create_function16()]
4428 ** of the [sqlite3_create_function()]
4442 ** of the [sqlite3_create_function()]
4517 ** [sqlite3_create_function()] and [sqlite3_create_function16()]
89171 #define sqlite3_create_function macro
111268 SQLITE_API int sqlite3_create_function( function
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c2097 rc = sqlite3_create_function(db, "sha3", 1,
2101 rc = sqlite3_create_function(db, "sha3", 2,
2106 rc = sqlite3_create_function(db, "sha3_query", 1,
2111 rc = sqlite3_create_function(db, "sha3_query", 2,
3103 rc = sqlite3_create_function(db, "readfile", 1,
3107 rc = sqlite3_create_function(db, "writefile", -1,
3112 rc = sqlite3_create_function(db, "lsmode", 1, SQLITE_UTF8, 0,
5123 rc = sqlite3_create_function(db, aFunc[i].zFuncName, aFunc[i].nArg,
5424 rc = sqlite3_create_function(db, aFunc[i].zFName, aFunc[i].nArg,
8051 rc = sqlite3_create_function(d
[all...]
H A Dsqlite3ext.h411 #define sqlite3_create_function sqlite3_api->create_function macro
H A Dsqlite3.h245 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and
5051 ** the three "sqlite3_create_function*" routines are the text encoding
5120 ** "sqlite3_create_function*" functions, xFunc, xStep and xFinal, are
5168 SQLITE_API int sqlite3_create_function(
5230 ** to [sqlite3_create_function()], [sqlite3_create_function16()], or
5539 ** of the [sqlite3_create_function()]
5554 ** of the [sqlite3_create_function()]
5645 ** [sqlite3_create_function()] and [sqlite3_create_function16()]
H A Dsqlite3.c1308 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and
6114 ** the three "sqlite3_create_function*" routines are the text encoding
6183 ** "sqlite3_create_function*" functions, xFunc, xStep and xFinal, are
6231 SQLITE_API int sqlite3_create_function(
6293 ** to [sqlite3_create_function()], [sqlite3_create_function16()], or
6602 ** of the [sqlite3_create_function()]
6617 ** of the [sqlite3_create_function()]
6708 ** [sqlite3_create_function()] and [sqlite3_create_function16()]
125801 #define sqlite3_create_function macro
166026 SQLITE_API int sqlite3_create_function( function
[all...]
/freebsd-11-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c2901 rc = sqlite3_create_function(pDb->db, zName, nArg, flags,

Completed in 913 milliseconds