Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_sqlite/clinic/
Dblob.c.h116 blob_seek_impl(pysqlite_Blob *self, int offset, int origin);
140 return_value = blob_seek_impl(self, offset, origin); in blob_seek()
/external/python/cpython3/Modules/_sqlite/
Dblob.c274 blob_seek_impl(pysqlite_Blob *self, int offset, int origin) in blob_seek_impl() function