Home
last modified time | relevance | path

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

/third_party/python/Modules/_sqlite/clinic/
Dconnection.c.h396 create_window_function(pysqlite_Connection *self, PyTypeObject *cls, PyObject *const *args, Py_ssiz… in create_window_function() function
/third_party/sqlite/include/
Dsqlite3ext.h314 int (*create_window_function)(sqlite3*,const char*,int,int,void*, member