Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/_sqlite/clinic/
Dblob.c.h176 blob_enter_impl(pysqlite_Blob *self);
181 return blob_enter_impl(self); in blob_enter()
/aosp_15_r20/external/python/cpython3/Modules/_sqlite/
Dblob.c344 blob_enter_impl(pysqlite_Blob *self) in blob_enter_impl() function