Searched refs:db_int (Results 1 – 2 of 2) sorted by relevance
14 INCLUDE #include <db_int.h>
23045 static int db_int(sqlite3 *db, const char *zSql){ in db_int() function23156 int val = db_int(p->db, zSql); in shell_dbinfo_command()24676 int hasDupes = db_int(*pDb, zHasDupes); in zAutoColumn()24677 int nDigits = (hasDupes)? db_int(*pDb, zColDigits) : 0; in zAutoColumn()24692 assert(db_int(*pDb, zHasDupes)==0); /* Consider: remove this */ in zAutoColumn()