Searched refs:pysqlite_InternalError (Results 1 – 5 of 5) sorted by relevance
36 extern PyObject* pysqlite_InternalError;
48 PyObject *pysqlite_InternalError = NULL; variable404 ADD_EXCEPTION(module, "InternalError", pysqlite_InternalError, pysqlite_DatabaseError); in PyInit__sqlite3()
53 PyErr_SetString(pysqlite_InternalError, sqlite3_errmsg(db)); in _pysqlite_seterror()
185 self->InternalError = pysqlite_InternalError; in pysqlite_connection_init()
63 Modules/_sqlite/module.c - pysqlite_InternalError -2392 Modules/_sqlite/module.h - pysqlite_InternalError -