Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dmodule.h39 extern PyObject* pysqlite_NotSupportedError;
Dmodule.c40 …*pysqlite_IntegrityError, *pysqlite_DataError, *pysqlite_NotSupportedError, *pysqlite_OptimizedUni… variable
390 …if (!(pysqlite_NotSupportedError = PyErr_NewException(MODULE_NAME ".NotSupportedError", pysqlite_D… in init_sqlite3()
393 PyDict_SetItemString(dict, "NotSupportedError", pysqlite_NotSupportedError); in init_sqlite3()
Dconnection.c209 self->NotSupportedError = pysqlite_NotSupportedError; in pysqlite_connection_init()