OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pysqlite_InternalError
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
module.h
34
extern PyObject*
pysqlite_InternalError
;
util.c
66
PyErr_SetString(
pysqlite_InternalError
, sqlite3_errmsg(db));
module.c
39
*
pysqlite_InternalError
, *pysqlite_OperationalError, *pysqlite_ProgrammingError,
365
if (!(
pysqlite_InternalError
= PyErr_NewException(MODULE_NAME ".InternalError", pysqlite_DatabaseError, NULL))) {
368
PyDict_SetItemString(dict, "InternalError",
pysqlite_InternalError
);
connection.c
207
self->InternalError =
pysqlite_InternalError
;
[
all
...]
Completed in 1499 milliseconds