Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/_sqlite/clinic/
Dblob.c.h118 blob_seek_impl(pysqlite_Blob *self, int offset, int origin);
142 return_value = blob_seek_impl(self, offset, origin); in blob_seek()
/aosp_15_r20/external/python/cpython3/Modules/_sqlite/
Dblob.c276 blob_seek_impl(pysqlite_Blob *self, int offset, int origin) in blob_seek_impl() function