HomeSort by relevance Sort by last modified time
    Searched defs:pysqlite_OperationalError (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
module.c 39 *pysqlite_InternalError, *pysqlite_OperationalError, *pysqlite_ProgrammingError,
131 PyErr_SetString(pysqlite_OperationalError, "Changing the shared_cache flag failed");
370 if (!(pysqlite_OperationalError = PyErr_NewException(MODULE_NAME ".OperationalError", pysqlite_DatabaseError, NULL))) {
373 PyDict_SetItemString(dict, "OperationalError", pysqlite_OperationalError);
  /external/python/cpython2/Modules/_sqlite/
module.c 39 *pysqlite_InternalError, *pysqlite_OperationalError, *pysqlite_ProgrammingError,
131 PyErr_SetString(pysqlite_OperationalError, "Changing the shared_cache flag failed");
370 if (!(pysqlite_OperationalError = PyErr_NewException(MODULE_NAME ".OperationalError", pysqlite_DatabaseError, NULL))) {
373 PyDict_SetItemString(dict, "OperationalError", pysqlite_OperationalError);
  /external/python/cpython3/Modules/_sqlite/
module.c 39 *pysqlite_InternalError, *pysqlite_OperationalError, *pysqlite_ProgrammingError,
139 PyErr_SetString(pysqlite_OperationalError, "Changing the shared_cache flag failed");
390 if (!(pysqlite_OperationalError = PyErr_NewException(MODULE_NAME ".OperationalError", pysqlite_DatabaseError, NULL))) {
393 PyDict_SetItemString(dict, "OperationalError", pysqlite_OperationalError);

Completed in 684 milliseconds