Home
last modified time | relevance | path

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

/third_party/python/Modules/_sqlite/
Dmodule.h36 extern PyObject* pysqlite_InternalError;
Dmodule.c48 PyObject *pysqlite_InternalError = NULL; variable
404 ADD_EXCEPTION(module, "InternalError", pysqlite_InternalError, pysqlite_DatabaseError); in PyInit__sqlite3()
Dutil.c53 PyErr_SetString(pysqlite_InternalError, sqlite3_errmsg(db)); in _pysqlite_seterror()
Dconnection.c185 self->InternalError = pysqlite_InternalError; in pysqlite_connection_init()
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv63 Modules/_sqlite/module.c - pysqlite_InternalError -
2392 Modules/_sqlite/module.h - pysqlite_InternalError -