Home
last modified time | relevance | path

Searched refs:sqlite3_create_window_function (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/sqlite3/
H A Dsqlite3ext.h655 #define sqlite3_create_window_function sqlite3_api->create_window_function macro
H A Dsqlite3.h5362 ** the application data pointer. Function sqlite3_create_window_function()
5436 ** and xInverse) passed to sqlite3_create_window_function are pointers to
5446 ** sqlite3_create_window_function() is not NULL, then it is destructor for
5505 SQLITE_API int sqlite3_create_window_function(
H A Dshell.c4530 rc = sqlite3_create_window_function(db, "decimal_sum", 1, in sqlite3_decimal_init()
13802 rcf = sqlite3_create_window_function(dbDst,name,nargs,ienc,0, in registerUDFs()
H A Dsqlite3.c5675 ** the application data pointer. Function sqlite3_create_window_function()
5749 ** and xInverse) passed to sqlite3_create_window_function are pointers to
5759 ** sqlite3_create_window_function() is not NULL, then it is destructor for
5818 SQLITE_API int sqlite3_create_window_function(
[all...]