Home
last modified time | relevance | path

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

/dports/graphics/colmap/colmap-3.6/src/base/
H A Ddatabase.cc808 SQLITE3_CALL(sqlite3_step(sql_stmt_clear_matches_)); in ClearMatches()
809 SQLITE3_CALL(sqlite3_reset(sql_stmt_clear_matches_)); in ClearMatches()
1134 &sql_stmt_clear_matches_, 0)); in PrepareSQLStatements()
1135 sql_stmts_.push_back(sql_stmt_clear_matches_); in PrepareSQLStatements()
H A Ddatabase.h316 sqlite3_stmt* sql_stmt_clear_matches_ = nullptr; variable