Home
last modified time | relevance | path

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

/third_party/elfutils/debuginfod/
Ddebuginfod.cxx681 struct sqlite_exception: public reportable_exception struct
683 sqlite_exception(int rc, const string& msg): in sqlite_exception() argument
948 throw sqlite_exception(rc, "prepare " + sql); in sqlite_ps()
964 throw sqlite_exception(rc, "sqlite3 bind"); in bind()
974 throw sqlite_exception(rc, "sqlite3 bind"); in bind()
984 throw sqlite_exception(rc, "sqlite3 bind"); in bind()
995 throw sqlite_exception(rc, "sqlite3 step"); in step_ok_done()
2209 throw sqlite_exception(rc, "step"); in handle_buildid()
3802 throw sqlite_exception(rc, "step"); in database_stats_report()
4002 catch (const sqlite_exception& e) in thread_main_groom()
DChangeLog588 (sqlite_exception ctor): Increment sqlite3 error_count.