Home
last modified time | relevance | path

Searched refs:pysqlite_StatementType (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Modules/_sqlite/
Dstatement.c76 pysqlite_StatementType); in pysqlite_statement_create()
515 PyTypeObject *pysqlite_StatementType = NULL; variable
520 pysqlite_StatementType = (PyTypeObject *)PyType_FromModuleAndSpec(module, &stmt_spec, NULL); in pysqlite_statement_setup_types()
521 if (pysqlite_StatementType == NULL) { in pysqlite_statement_setup_types()
Dstatement.h43 extern PyTypeObject *pysqlite_StatementType;
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv57 Modules/_sqlite/statement.h - pysqlite_StatementType -
2376 Modules/_sqlite/statement.c - pysqlite_StatementType -