Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/_sqlite/clinic/
Dblob.c.h40 blob_read_impl(pysqlite_Blob *self, int length);
59 return_value = blob_read_impl(self, length); in blob_read()
/aosp_15_r20/external/python/cpython3/Modules/_sqlite/
Dblob.c179 blob_read_impl(pysqlite_Blob *self, int length) in blob_read_impl() function