Lines Matching refs:pysqlite_Blob
15 blob_close_impl(pysqlite_Blob *self);
18 blob_close(pysqlite_Blob *self, PyObject *Py_UNUSED(ignored))
40 blob_read_impl(pysqlite_Blob *self, int length);
43 blob_read(pysqlite_Blob *self, PyObject *const *args, Py_ssize_t nargs)
78 blob_write_impl(pysqlite_Blob *self, Py_buffer *data);
81 blob_write(pysqlite_Blob *self, PyObject *arg)
118 blob_seek_impl(pysqlite_Blob *self, int offset, int origin);
121 blob_seek(pysqlite_Blob *self, PyObject *const *args, Py_ssize_t nargs)
158 blob_tell_impl(pysqlite_Blob *self);
161 blob_tell(pysqlite_Blob *self, PyObject *Py_UNUSED(ignored))
176 blob_enter_impl(pysqlite_Blob *self);
179 blob_enter(pysqlite_Blob *self, PyObject *Py_UNUSED(ignored))
194 blob_exit_impl(pysqlite_Blob *self, PyObject *type, PyObject *val,
198 blob_exit(pysqlite_Blob *self, PyObject *const *args, Py_ssize_t nargs)