Searched refs:pysqlite_row_new_impl (Results 1 – 2 of 2) sorted by relevance
6 pysqlite_row_new_impl(PyTypeObject *type, pysqlite_Cursor *cursor,33 return_value = pysqlite_row_new_impl(type, cursor, data); in pysqlite_row_new()
72 pysqlite_row_new_impl(PyTypeObject *type, pysqlite_Cursor *cursor, in pysqlite_row_new_impl() function