Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/_sqlite/clinic/
Dblob.c.h15 blob_close_impl(pysqlite_Blob *self);
20 return blob_close_impl(self); in blob_close()
/aosp_15_r20/external/python/cpython3/Modules/_sqlite/
Dblob.c83 blob_close_impl(pysqlite_Blob *self) in blob_close_impl() function