Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/_sqlite/clinic/
Dblob.c.h158 blob_tell_impl(pysqlite_Blob *self);
163 return blob_tell_impl(self); in blob_tell()
/aosp_15_r20/external/python/cpython3/Modules/_sqlite/
Dblob.c327 blob_tell_impl(pysqlite_Blob *self) in blob_tell_impl() function