Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/_sqlite/clinic/
Drow.c.h6 pysqlite_row_new_impl(PyTypeObject *type, pysqlite_Cursor *cursor,
34 return_value = pysqlite_row_new_impl(type, cursor, data); in pysqlite_row_new()
/aosp_15_r20/external/python/cpython3/Modules/_sqlite/
Drow.c75 pysqlite_row_new_impl(PyTypeObject *type, pysqlite_Cursor *cursor, in pysqlite_row_new_impl() function