Home
last modified time | relevance | path

Searched refs:blob_exit_impl (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/_sqlite/clinic/
Dblob.c.h192 blob_exit_impl(pysqlite_Blob *self, PyObject *type, PyObject *val,
209 return_value = blob_exit_impl(self, type, val, tb); in blob_exit()
/external/python/cpython3/Modules/_sqlite/
Dblob.c364 blob_exit_impl(pysqlite_Blob *self, PyObject *type, PyObject *val, in blob_exit_impl() function