Home | History | Annotate | Download | only in sqlite

Lines Matching refs:cur_version

276   int cur_version = meta_table_.GetVersionNumber();
277 if (cur_version == 1) {
295 ++cur_version;
296 meta_table_.SetVersionNumber(cur_version);
298 std::min(cur_version, kCompatibleVersionNumber));
302 if (cur_version <= 3) {
307 if (cur_version == 2) {
346 if (cur_version == 2) {
375 cur_version = 4;
376 meta_table_.SetVersionNumber(cur_version);
378 std::min(cur_version, kCompatibleVersionNumber));
386 LOG_IF(WARNING, cur_version < kCurrentVersionNumber)
387 << "Server bound cert database version " << cur_version