Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_sqlite/clinic/
Dblob.c.h156 blob_tell_impl(pysqlite_Blob *self);
161 return blob_tell_impl(self); in blob_tell()
/external/python/cpython3/Modules/_sqlite/
Dblob.c325 blob_tell_impl(pysqlite_Blob *self) in blob_tell_impl() function