Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/_sqlite/clinic/
Dconnection.c.h164 blobopen_impl(pysqlite_Connection *self, const char *table, const char *col,
240 return_value = blobopen_impl(self, table, col, row, readonly, name); in blobopen()
/aosp_15_r20/external/python/cpython3/Modules/_sqlite/
Dconnection.c435 blobopen_impl(pysqlite_Connection *self, const char *table, const char *col, in blobopen_impl() function