Searched refs:aggregate_class (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Modules/_sqlite/clinic/ |
H A D | connection.c.h | 373 "create_window_function($self, name, num_params, aggregate_class, /)\n" 383 " aggregate_class\n" 393 PyObject *aggregate_class); 404 PyObject *aggregate_class; in create_window_function() local 427 aggregate_class = args[2]; in create_window_function() 428 return_value = create_window_function_impl(self, cls, name, num_params, aggregate_class); in create_window_function() 437 "create_aggregate($self, /, name, n_arg, aggregate_class)\n" 449 PyObject *aggregate_class); 455 static const char * const _keywords[] = {"name", "n_arg", "aggregate_class", NULL}; in pysqlite_connection_create_aggregate() 460 PyObject *aggregate_class; in pysqlite_connection_create_aggregate() local [all...] |
/third_party/python/Modules/_sqlite/ |
H A D | connection.c | 1144 aggregate_class: object 1155 PyObject *aggregate_class) in create_window_function_impl() 1171 if (Py_IsNone(aggregate_class)) { in create_window_function_impl() 1176 callback_context *ctx = create_callback_context(cls, aggregate_class); in create_window_function_impl() 1206 aggregate_class: object 1215 PyObject *aggregate_class) in pysqlite_connection_create_aggregate_impl() 1224 callback_context *ctx = create_callback_context(cls, aggregate_class); in pysqlite_connection_create_aggregate_impl() 1153 create_window_function_impl(pysqlite_Connection *self, PyTypeObject *cls, const char *name, int num_params, PyObject *aggregate_class) create_window_function_impl() argument 1212 pysqlite_connection_create_aggregate_impl(pysqlite_Connection *self, PyTypeObject *cls, const char *name, int n_arg, PyObject *aggregate_class) pysqlite_connection_create_aggregate_impl() argument
|
Completed in 5 milliseconds