Home | History | Annotate | Download | only in sql

Lines Matching full:sqlite

21 #include "third_party/sqlite/sqlite3.h"
24 #include "third_party/sqlite/src/ext/icu/sqliteicu.h"
74 // SQLite error code from running the backup step.
80 // error in SQLite.
99 // Be very strict on attachment point. SQLite can handle a much wider
114 // SQLite automatically calls sqlite3_initialize() lazily, but
218 std::string full_histogram_name = "Sqlite.SizeKB." + histogram_tag_;
278 UMA_HISTOGRAM_SPARSE_SLOWLY("Sqlite.CloseFailure", rc);
315 // This function is only defined in Chromium's version of sqlite.
316 // Do not call it when using system sqlite.
337 // Force sqlite to try to reduce page cache usage.
372 // Enforce SQLite restrictions on |page_size_|.
397 // schema version in the resulting database, as SQLite's backup
404 // SQLite tracks the expected number of database pages in the first
407 // breaks almost all SQLite calls. "PRAGMA writable_schema" can be
408 // used to hint to SQLite to soldier on in that case, specifically
417 UMA_HISTOGRAM_SPARSE_SLOWLY("Sqlite.RazeDatabase",rc);
443 UMA_HISTOGRAM_SPARSE_SLOWLY("Sqlite.RazeDatabaseTruncate",rc);
449 UMA_HISTOGRAM_SPARSE_SLOWLY("Sqlite.RazeDatabase2",rc);
516 // manually lock the main database file in a SQLite-compatible fashion
521 // Gears "SQLite poison 3" trick).
865 UMA_HISTOGRAM_SPARSE_SLOWLY("Sqlite.OpenFailure", err);
888 // SQLite sets the permissions on these files from the main
900 // SQLite uses a lookaside buffer to improve performance of small mallocs.
911 // quickly notify someone if SQLite changes.
923 UMA_HISTOGRAM_SPARSE_SLOWLY("Sqlite.OpenProbeFailure", err);
926 // The version of SQLite shipped with iOS doesn't enable ICU, which includes
946 // http://www.sqlite.org/pragma.html#pragma_journal_mode
961 // Enforce SQLite restrictions on |page_size_|.
1026 UMA_HISTOGRAM_SPARSE_SLOWLY("Sqlite.Error", err);
1027 AddTaggedHistogram("Sqlite.Error", err);
1034 LOG(ERROR) << histogram_tag_ << " sqlite error " << err
1071 // allows SQLite to process through certain cases of corruption.