Searched refs:DbHasProperty (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/src/
H A Dmain.c390 if( DbHasProperty(db, i, DB_SchemaLoaded) || i==1 ) continue;
401 if( rc==SQLITE_OK && db->nDb>1 && !DbHasProperty(db, 1, DB_SchemaLoaded) ){
H A DsqliteInt.h281 #define DbHasProperty(D,I,P) (((D)->aDb[I].flags&(P))==(P)) macro
H A Dbuild.c1147 if( !DbHasProperty(db, idx, DB_UnresetViews) ) return;
2094 if( iDb!=1 && !DbHasProperty(db, iDb, DB_Cookie) ){
2121 if( DbHasProperty(db, iDb, DB_Locked) ) return;

Completed in 36 milliseconds