Home
last modified time | relevance | path

Searched refs:pysqlite_close_all_blobs (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/python/cpython3/Modules/_sqlite/
Dblob.h22 void pysqlite_close_all_blobs(pysqlite_Connection *self);
Dblob.c96 pysqlite_close_all_blobs(pysqlite_Connection *self) in pysqlite_close_all_blobs() function
Dconnection.c513 pysqlite_close_all_blobs(self); in pysqlite_connection_close_impl()