Home
last modified time | relevance | path

Searched refs:pysqlite_InterfaceError (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Modules/_sqlite/
Dmodule.h34 extern PyObject* pysqlite_InterfaceError;
Dmodule.c46 PyObject *pysqlite_InterfaceError = NULL; variable
400 ADD_EXCEPTION(module, "InterfaceError", pysqlite_InterfaceError, pysqlite_Error); in PyInit__sqlite3()
Dstatement.c290 …PyErr_Format(pysqlite_InterfaceError, "Error binding parameter %d - probably unsupported type.", i… in pysqlite_statement_bind_parameters()
341 …PyErr_Format(pysqlite_InterfaceError, "Error binding parameter :%s - probably unsupported type.", … in pysqlite_statement_bind_parameters()
Dcursor.c272 PyErr_SetString(pysqlite_InterfaceError, errmsg_fetch_across_rollback); in _pysqlite_fetch_one_row()
783 PyErr_SetString(pysqlite_InterfaceError, errmsg_fetch_across_rollback); in pysqlite_cursor_iternext()
Dconnection.c180 self->InterfaceError = pysqlite_InterfaceError; in pysqlite_connection_init()
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv61 Modules/_sqlite/module.c - pysqlite_InterfaceError -
2390 Modules/_sqlite/module.h - pysqlite_InterfaceError -