Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/_sqlite/clinic/
Dblob.c.h194 blob_exit_impl(pysqlite_Blob *self, PyObject *type, PyObject *val,
211 return_value = blob_exit_impl(self, type, val, tb); in blob_exit()
/aosp_15_r20/external/python/cpython3/Modules/_sqlite/
Dblob.c366 blob_exit_impl(pysqlite_Blob *self, PyObject *type, PyObject *val, in blob_exit_impl() function