Searched refs:ps_query (Results 1 – 1 of 1) sorted by relevance
2305 sqlite_ps& ps_query, in scan_source_file() argument2313 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() argument2684 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() local3064 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 …]