Home
last modified time | relevance | path

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

/third_party/python/Modules/_sqlite/
Dmodule.h33 extern PyObject* pysqlite_Warning;
Dmodule.c45 PyObject *pysqlite_Warning = NULL; variable
397 ADD_EXCEPTION(module, "Warning", pysqlite_Warning, PyExc_Exception); in PyInit__sqlite3()
Dstatement.c64 PyErr_Format(pysqlite_Warning, in pysqlite_statement_create()
124 PyErr_SetString(pysqlite_Warning, in pysqlite_statement_create()
Dconnection.c178 self->Warning = pysqlite_Warning; in pysqlite_connection_init()
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv60 Modules/_sqlite/module.c - pysqlite_Warning -
2389 Modules/_sqlite/module.h - pysqlite_Warning -