Searched refs:create_window_function (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/sqlite3/ |
| H A D | sqlite3ext.h | 314 int (*create_window_function)(sqlite3*,const char*,int,int,void*, member 633 #define sqlite3_create_window_function sqlite3_api->create_window_function
|
| H A D | sqlite3.c | 127628 int (*create_window_function)(sqlite3*,const char*,int,int,void*, 127947 #define sqlite3_create_window_function sqlite3_api->create_window_function
|