HomeSort by relevance Sort by last modified time
    Searched refs:pysqlite_Warning (Results 1 - 9 of 9) sorted by null

  /external/python/cpython2/Modules/_sqlite/
module.h 31 extern PyObject* pysqlite_Warning;
module.c 38 PyObject* pysqlite_Error, *pysqlite_Warning, *pysqlite_InterfaceError, *pysqlite_DatabaseError,
346 if (!(pysqlite_Warning = PyErr_NewException(MODULE_NAME ".Warning", PyExc_StandardError, NULL))) {
349 PyDict_SetItemString(dict, "Warning", pysqlite_Warning);
connection.c 203 self->Warning = pysqlite_Warning;
    [all...]
  /external/python/cpython3/Modules/_sqlite/
module.h 31 extern PyObject* pysqlite_Warning;
module.c 39 PyObject *pysqlite_Warning = NULL;
389 if (!(pysqlite_Warning = PyErr_NewException(MODULE_NAME ".Warning", PyExc_Exception, NULL))) {
392 PyDict_SetItemString(dict, "Warning", pysqlite_Warning);
connection.c 199 self->Warning = pysqlite_Warning;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
module.h 31 extern PyObject* pysqlite_Warning;
module.c 38 PyObject* pysqlite_Error, *pysqlite_Warning, *pysqlite_InterfaceError, *pysqlite_DatabaseError,
346 if (!(pysqlite_Warning = PyErr_NewException(MODULE_NAME ".Warning", PyExc_StandardError, NULL))) {
349 PyDict_SetItemString(dict, "Warning", pysqlite_Warning);
connection.c 200 self->Warning = pysqlite_Warning;
    [all...]

Completed in 100 milliseconds