Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Modules/_sqlite/
Drow.c28 void pysqlite_row_dealloc(pysqlite_Row* self) in pysqlite_row_dealloc() function
241 (destructor)pysqlite_row_dealloc, /* tp_dealloc */
/aosp_15_r20/external/python/cpython3/Modules/_sqlite/
Drow.c55 pysqlite_row_dealloc(PyObject *self) in pysqlite_row_dealloc() function
243 {Py_tp_dealloc, pysqlite_row_dealloc},