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

/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3ext.h626 #define sqlite3_create_window_function sqlite3_api->create_window_function macro
H A Dsqlite3.h5054 ** the application data pointer. Function sqlite3_create_window_function()
5130 ** and xInverse) passed to sqlite3_create_window_function are pointers to
5140 ** sqlite3_create_window_function() is not NULL, then it is destructor for
5199 SQLITE_API int sqlite3_create_window_function(
H A Dshell.c5128 rc = sqlite3_create_window_function(db, "decimal_sum", 1,
H A Dsqlite3.c6117 ** the application data pointer. Function sqlite3_create_window_function()
6193 ** and xInverse) passed to sqlite3_create_window_function are pointers to
6203 ** sqlite3_create_window_function() is not NULL, then it is destructor for
6262 SQLITE_API int sqlite3_create_window_function(
126016 #define sqlite3_create_window_function macro
166053 SQLITE_API int sqlite3_create_window_function( function
[all...]

Completed in 602 milliseconds