Home
last modified time | relevance | path

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

/third_party/python/Modules/_sqlite/
Dmodule.h39 extern PyObject* pysqlite_IntegrityError;
Dmodule.c51 PyObject *pysqlite_IntegrityError = NULL; variable
407 ADD_EXCEPTION(module, "IntegrityError", pysqlite_IntegrityError, pysqlite_DatabaseError); in PyInit__sqlite3()
Dutil.c81 PyErr_SetString(pysqlite_IntegrityError, sqlite3_errmsg(db)); in _pysqlite_seterror()
Dconnection.c184 self->IntegrityError = pysqlite_IntegrityError; in pysqlite_connection_init()
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv66 Modules/_sqlite/module.c - pysqlite_IntegrityError -
2395 Modules/_sqlite/module.h - pysqlite_IntegrityError -