Searched refs:pysqlite_StatementType (Results 1 – 3 of 3) sorted by relevance
76 pysqlite_StatementType); in pysqlite_statement_create()515 PyTypeObject *pysqlite_StatementType = NULL; variable520 pysqlite_StatementType = (PyTypeObject *)PyType_FromModuleAndSpec(module, &stmt_spec, NULL); in pysqlite_statement_setup_types()521 if (pysqlite_StatementType == NULL) { in pysqlite_statement_setup_types()
43 extern PyTypeObject *pysqlite_StatementType;
57 Modules/_sqlite/statement.h - pysqlite_StatementType -2376 Modules/_sqlite/statement.c - pysqlite_StatementType -