Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_sqlite/clinic/
Dblob.c.h42 blob_read_impl(pysqlite_Blob *self, int length);
61 return_value = blob_read_impl(self, length); in blob_read()
/external/python/cpython3/Modules/_sqlite/
Dblob.c177 blob_read_impl(pysqlite_Blob *self, int length) in blob_read_impl() function