Home
last modified time | relevance | path

Searched refs:pysqlite_RowType (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Modules/_sqlite/
Drow.c219 if (PyObject_TypeCheck(_other, pysqlite_RowType)) { in pysqlite_row_richcompare()
262 PyTypeObject *pysqlite_RowType = NULL; variable
267 pysqlite_RowType = (PyTypeObject *)PyType_FromModuleAndSpec(module, &row_spec, NULL); in pysqlite_row_setup_types()
268 if (pysqlite_RowType == NULL) { in pysqlite_row_setup_types()
Drow.h36 extern PyTypeObject *pysqlite_RowType;
Dmodule.c393 ADD_TYPE(module, *pysqlite_RowType); in PyInit__sqlite3()
/third_party/python/Modules/_sqlite/clinic/
Drow.c.h16 if ((type == pysqlite_RowType) && in pysqlite_row_new()
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv55 Modules/_sqlite/row.h - pysqlite_RowType -
2379 Modules/_sqlite/row.c - pysqlite_RowType -