Home
last modified time | relevance | path

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

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