Home
last modified time | relevance | path

Searched refs:create_window_function (Results 1 – 2 of 2) sorted by relevance

/third_party/sqlite/include/
Dsqlite3ext.h314 int (*create_window_function)(sqlite3*,const char*,int,int,void*, member
637 #define sqlite3_create_window_function sqlite3_api->create_window_function
/third_party/sqlite/src/
Dsqlite3.c128085 int (*create_window_function)(sqlite3*,const char*,int,int,void*,
128404 #define sqlite3_create_window_function sqlite3_api->create_window_function