Home | History | Annotate | Download | only in _sqlite

Lines Matching refs:pysqlite_connection_set_authorizer

994 static PyObject* pysqlite_connection_set_authorizer(pysqlite_Connection* self, PyObject* args, PyObject* kwargs)
1601 {"set_authorizer", (PyCFunction)pysqlite_connection_set_authorizer, METH_VARARGS|METH_KEYWORDS,