Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dsemind.c501 static void sqlite_command(const char *sql) in sqlite_command() function
531 sqlite_command(sql); in set_db_version()
552 sqlite_command(database_schema[i]); in open_temp_database()
582 sqlite_command("PRAGMA journal_mode = WAL"); in open_database()
583 sqlite_command("PRAGMA synchronous = OFF"); in open_database()
584 sqlite_command("PRAGMA secure_delete = FAST"); in open_database()
585 sqlite_command("PRAGMA busy_timeout = 2147483647"); in open_database()
586 sqlite_command("PRAGMA foreign_keys = ON"); in open_database()
597 sqlite_command(database_schema[i]); in open_database()
829 sqlite_command("INSERT OR IGNORE INTO semind SELECT * FROM tempdb.semind"); in command_add()
[all …]