Searched refs:sqlite3_create_window_function (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/sqlite3/ |
H A D | sqlite3ext.h | 655 #define sqlite3_create_window_function sqlite3_api->create_window_function macro
|
H A D | sqlite3.h | 5362 ** 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 D | shell.c | 4530 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 D | sqlite3.c | 5675 ** 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...] |