Home
last modified time | relevance | path

Searched refs:pysqlite_InternalError (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dmodule.h34 extern PyObject* pysqlite_InternalError;
Dmodule.c39 *pysqlite_InternalError, *pysqlite_OperationalError, *pysqlite_ProgrammingError, variable
365 …if (!(pysqlite_InternalError = PyErr_NewException(MODULE_NAME ".InternalError", pysqlite_DatabaseE… in init_sqlite3()
368 PyDict_SetItemString(dict, "InternalError", pysqlite_InternalError); in init_sqlite3()
Dutil.c66 PyErr_SetString(pysqlite_InternalError, sqlite3_errmsg(db)); in _pysqlite_seterror()
Dconnection.c207 self->InternalError = pysqlite_InternalError; in pysqlite_connection_init()