Home
last modified time | relevance | path

Searched refs:sqlite_exception (Results 1 – 2 of 2) sorted by relevance

/external/elfutils/debuginfod/
Ddebuginfod.cxx587 struct sqlite_exception: public reportable_exception struct
589 sqlite_exception(int rc, const string& msg): in sqlite_exception() function
793 throw sqlite_exception(rc, "prepare " + sql); in sqlite_ps()
809 throw sqlite_exception(rc, "sqlite3 bind"); in bind()
819 throw sqlite_exception(rc, "sqlite3 bind"); in bind()
829 throw sqlite_exception(rc, "sqlite3 bind"); in bind()
840 throw sqlite_exception(rc, "sqlite3 step"); in step_ok_done()
1656 throw sqlite_exception(rc, "step"); in handle_buildid()
3067 throw sqlite_exception(rc, "step"); in database_stats_report()
3198 catch (const sqlite_exception& e) in thread_main_groom()
DChangeLog74 (sqlite_exception ctor): Increment sqlite3 error_count.