Home
last modified time | relevance | path

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

/third_party/python/Modules/_sqlite/
Dmodule.h41 extern PyObject* pysqlite_NotSupportedError;
Dmodule.c53 PyObject *pysqlite_NotSupportedError = NULL; variable
409 ADD_EXCEPTION(module, "NotSupportedError", pysqlite_NotSupportedError, pysqlite_DatabaseError); in PyInit__sqlite3()
Dconnection.c187 self->NotSupportedError = pysqlite_NotSupportedError; in pysqlite_connection_init()
907 PyErr_SetString(pysqlite_NotSupportedError, in pysqlite_connection_create_function_impl()
912 PyErr_SetString(pysqlite_NotSupportedError, in pysqlite_connection_create_function_impl()
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv68 Modules/_sqlite/module.c - pysqlite_NotSupportedError -
2397 Modules/_sqlite/module.h - pysqlite_NotSupportedError -