Searched refs:smatch_db (Results 1 – 9 of 9) sorted by relevance
3 rm -f smatch_db.sqlite8 rm smatch_db.sqlite
16 db_file=smatch_db.sqlite.new59 mv $db_file smatch_db.sqlite
3 …ype = 8017; delete from return_states where type = 8017 or type = 9017;" | sqlite3 smatch_db.sqlite
16 db_file=smatch_db.sqlite
29 if [ ! -e smatch_db.sqlite ] ; then
46 if [ ! -e smatch_db.sqlite ] ; then
126 SMATCH_OBJS += smatch_db.o
897 extern struct sqlite3 *smatch_db;941 sql_helper(smatch_db, call_back, data, sql); \
26 struct sqlite3 *smatch_db; variable2407 rc = sqlite3_open_v2(db_file, &smatch_db, SQLITE_OPEN_READONLY, NULL); in open_smatch_db()