HomeSort by: relevance | last modified time | path
    Searched refs:db_int (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/nvi/dist/common/
vi_auto.c 13 #include <db_int.h>
  /src/external/public-domain/sqlite/dist/
shell.c 26800 static int db_int(sqlite3 *db, const char *zSql, ...);
26835 if( db_int(p->db, "SELECT count(*) FROM sqlite_sequence")>0 ){
28911 static int db_int(sqlite3 *db, const char *zSql, ...){ function
29030 int val = db_int(p->db, aQuery[i].zSql, zSchemaTab);
30760 int hasDupes = db_int(*pDb, "%s", zHasDupes);
30761 int nDigits = (hasDupes)? db_int(*pDb, "%s", zColDigits) : 0;
30776 assert(db_int(*pDb, "%s", zHasDupes)==0); /* Consider: remove this */
31133 && 0==db_int(p->db, "SELECT count(*) FROM \"%w\".sqlite_schema"
    [all...]

Completed in 211 milliseconds