Lines Matching refs:pysqlite_Connection

6 pysqlite_connection_init_impl(pysqlite_Connection *self, PyObject *database,
100 return_value = pysqlite_connection_init_impl((pysqlite_Connection *)self, database, timeout, detect_types, isolation_level, check_same_thread, factory, cache_size, uri);
116 pysqlite_connection_cursor_impl(pysqlite_Connection *self, PyObject *factory);
119 pysqlite_connection_cursor(pysqlite_Connection *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames)
164 blobopen_impl(pysqlite_Connection *self, const char *table, const char *col,
168 blobopen(pysqlite_Connection *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames)
258 pysqlite_connection_close_impl(pysqlite_Connection *self);
261 pysqlite_connection_close(pysqlite_Connection *self, PyObject *Py_UNUSED(ignored))
278 pysqlite_connection_commit_impl(pysqlite_Connection *self);
281 pysqlite_connection_commit(pysqlite_Connection *self, PyObject *Py_UNUSED(ignored))
298 pysqlite_connection_rollback_impl(pysqlite_Connection *self);
301 pysqlite_connection_rollback(pysqlite_Connection *self, PyObject *Py_UNUSED(ignored))
316 pysqlite_connection_create_function_impl(pysqlite_Connection *self,
322 pysqlite_connection_create_function(pysqlite_Connection *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames)
391 create_window_function_impl(pysqlite_Connection *self, PyTypeObject *cls,
396 create_window_function(pysqlite_Connection *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames)
446 pysqlite_connection_create_aggregate_impl(pysqlite_Connection *self,
452 pysqlite_connection_create_aggregate(pysqlite_Connection *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames)
500 pysqlite_connection_set_authorizer_impl(pysqlite_Connection *self,
505 pysqlite_connection_set_authorizer(pysqlite_Connection *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames)
534 pysqlite_connection_set_progress_handler_impl(pysqlite_Connection *self,
539 pysqlite_connection_set_progress_handler(pysqlite_Connection *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames)
573 pysqlite_connection_set_trace_callback_impl(pysqlite_Connection *self,
578 pysqlite_connection_set_trace_callback(pysqlite_Connection *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames)
609 pysqlite_connection_enable_load_extension_impl(pysqlite_Connection *self,
613 pysqlite_connection_enable_load_extension(pysqlite_Connection *self, PyObject *arg)
642 pysqlite_connection_load_extension_impl(pysqlite_Connection *self,
646 pysqlite_connection_load_extension(pysqlite_Connection *self, PyObject *arg)
682 pysqlite_connection_execute_impl(pysqlite_Connection *self, PyObject *sql,
686 pysqlite_connection_execute(pysqlite_Connection *self, PyObject *const *args, Py_ssize_t nargs)
724 pysqlite_connection_executemany_impl(pysqlite_Connection *self,
728 pysqlite_connection_executemany(pysqlite_Connection *self, PyObject *const *args, Py_ssize_t nargs)
771 pysqlite_connection_interrupt_impl(pysqlite_Connection *self);
774 pysqlite_connection_interrupt(pysqlite_Connection *self, PyObject *Py_UNUSED(ignored))
789 pysqlite_connection_iterdump_impl(pysqlite_Connection *self);
792 pysqlite_connection_iterdump(pysqlite_Connection *self, PyObject *Py_UNUSED(ignored))
808 pysqlite_connection_backup_impl(pysqlite_Connection *self,
809 pysqlite_Connection *target, int pages,
814 pysqlite_connection_backup(pysqlite_Connection *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames)
821 pysqlite_Connection *target;
835 target = (pysqlite_Connection *)args[0];
899 pysqlite_connection_create_collation_impl(pysqlite_Connection *self,
905 pysqlite_connection_create_collation(pysqlite_Connection *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames)
958 serialize_impl(pysqlite_Connection *self, const char *name);
961 serialize(pysqlite_Connection *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames)
1023 deserialize_impl(pysqlite_Connection *self, Py_buffer *data,
1027 deserialize(pysqlite_Connection *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames)
1100 pysqlite_connection_enter_impl(pysqlite_Connection *self);
1103 pysqlite_connection_enter(pysqlite_Connection *self, PyObject *Py_UNUSED(ignored))
1120 pysqlite_connection_exit_impl(pysqlite_Connection *self, PyObject *exc_type,
1124 pysqlite_connection_exit(pysqlite_Connection *self, PyObject *const *args, Py_ssize_t nargs)
1163 setlimit_impl(pysqlite_Connection *self, int category, int limit);
1166 setlimit(pysqlite_Connection *self, PyObject *const *args, Py_ssize_t nargs)
1202 getlimit_impl(pysqlite_Connection *self, int category);
1205 getlimit(pysqlite_Connection *self, PyObject *arg)