Searched refs:pysqlite_RowType (Results 1 – 5 of 5) sorted by relevance
219 if (PyObject_TypeCheck(_other, pysqlite_RowType)) { in pysqlite_row_richcompare()262 PyTypeObject *pysqlite_RowType = NULL; variable267 pysqlite_RowType = (PyTypeObject *)PyType_FromModuleAndSpec(module, &row_spec, NULL); in pysqlite_row_setup_types()268 if (pysqlite_RowType == NULL) { in pysqlite_row_setup_types()
36 extern PyTypeObject *pysqlite_RowType;
393 ADD_TYPE(module, *pysqlite_RowType); in PyInit__sqlite3()
16 if ((type == pysqlite_RowType) && in pysqlite_row_new()
55 Modules/_sqlite/row.h - pysqlite_RowType -2379 Modules/_sqlite/row.c - pysqlite_RowType -