Searched refs:pysqlite_Error (Results 1 – 4 of 4) sorted by relevance
44 PyObject *pysqlite_Error = NULL; variable396 ADD_EXCEPTION(module, "Error", pysqlite_Error, PyExc_Exception); in PyInit__sqlite3()400 ADD_EXCEPTION(module, "InterfaceError", pysqlite_InterfaceError, pysqlite_Error); in PyInit__sqlite3()401 ADD_EXCEPTION(module, "DatabaseError", pysqlite_DatabaseError, pysqlite_Error); in PyInit__sqlite3()
32 extern PyObject* pysqlite_Error;
179 self->Error = pysqlite_Error; in pysqlite_connection_init()
59 Modules/_sqlite/module.c - pysqlite_Error -2388 Modules/_sqlite/module.h - pysqlite_Error -