Home
last modified time | relevance | path

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

/external/elfutils/debuginfod/
Ddebuginfod.cxx2305 sqlite_ps& ps_query, in scan_source_file() argument
2313 int rc = ps_query in scan_source_file()
2318 ps_query.reset(); in scan_source_file()
2675 sqlite_ps& ps_query, in scan_archive_file() argument
2684 int rc = ps_query in scan_archive_file()
2689 ps_query.reset(); in scan_archive_file()
3054 sqlite_ps ps_query (db, "database-overview", in database_stats_report() local
3064 int rc = ps_query.step(); in database_stats_report()
3070 … << right << setw(20) << ((const char*) sqlite3_column_text(ps_query, 0) ?: (const char*) "NULL") in database_stats_report()
3072 << (sqlite3_column_text(ps_query, 1) ?: (const unsigned char*) "NULL") in database_stats_report()
[all …]