Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c24309 static int db_int(sqlite3 *db, const char *zSql){ in db_int() function
24420 int val = db_int(p->db, zSql); in shell_dbinfo_command()
25974 int hasDupes = db_int(*pDb, zHasDupes); in zAutoColumn()
25975 int nDigits = (hasDupes)? db_int(*pDb, zColDigits) : 0; in zAutoColumn()
25990 assert(db_int(*pDb, zHasDupes)==0); /* Consider: remove this */ in zAutoColumn()