Home
last modified time | relevance | path

Searched refs:schemaFlags (Results 1 – 25 of 159) sorted by relevance

1234567

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dcallback.c458 if( pSchema->schemaFlags & DB_SchemaLoaded ){ in sqlite3SchemaClear()
460 pSchema->schemaFlags &= ~DB_SchemaLoaded; in sqlite3SchemaClear()
H A DsqliteInt.h1181 u16 schemaFlags; /* Flags associated with this schema */ member
1189 #define DbHasProperty(D,I,P) (((D)->aDb[I].pSchema->schemaFlags&(P))==(P))
1190 #define DbHasAnyProperty(D,I,P) (((D)->aDb[I].pSchema->schemaFlags&(P))!=0)
1191 #define DbSetProperty(D,I,P) (D)->aDb[I].pSchema->schemaFlags|=(P)
1192 #define DbClearProperty(D,I,P) (D)->aDb[I].pSchema->schemaFlags&=~(P)
H A Dbuild.c2255 pTable->pSchema->schemaFlags |= DB_UnresetViews; in sqlite3ViewGetColumnNames()
H A Dbtree.c165 if( isIndex && (!pSchema || (pSchema->schemaFlags&DB_SchemaLoaded)==0) ){ in hasSharedCacheTableLock()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dcallback.c509 if( pSchema->schemaFlags & DB_SchemaLoaded ){ in sqlite3SchemaClear()
512 pSchema->schemaFlags &= ~(DB_SchemaLoaded|DB_ResetWanted); in sqlite3SchemaClear()
H A DsqliteInt.h1309 u16 schemaFlags; /* Flags associated with this schema */ member
1317 #define DbHasProperty(D,I,P) (((D)->aDb[I].pSchema->schemaFlags&(P))==(P))
1318 #define DbHasAnyProperty(D,I,P) (((D)->aDb[I].pSchema->schemaFlags&(P))!=0)
1319 #define DbSetProperty(D,I,P) (D)->aDb[I].pSchema->schemaFlags|=(P)
1320 #define DbClearProperty(D,I,P) (D)->aDb[I].pSchema->schemaFlags&=~(P)
H A Dbuild.c2876 pTable->pSchema->schemaFlags |= DB_UnresetViews; in sqlite3ViewGetColumnNames()
H A Dbtree.c204 if( isIndex && (!pSchema || (pSchema->schemaFlags&DB_SchemaLoaded)==0) ){ in hasSharedCacheTableLock()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dcallback.c496 if( pSchema->schemaFlags & DB_SchemaLoaded ){ in sqlite3SchemaClear()
499 pSchema->schemaFlags &= ~(DB_SchemaLoaded|DB_ResetWanted); in sqlite3SchemaClear()
H A DsqliteInt.h1242 u16 schemaFlags; /* Flags associated with this schema */ member
1250 #define DbHasProperty(D,I,P) (((D)->aDb[I].pSchema->schemaFlags&(P))==(P))
1251 #define DbHasAnyProperty(D,I,P) (((D)->aDb[I].pSchema->schemaFlags&(P))!=0)
1252 #define DbSetProperty(D,I,P) (D)->aDb[I].pSchema->schemaFlags|=(P)
1253 #define DbClearProperty(D,I,P) (D)->aDb[I].pSchema->schemaFlags&=~(P)
H A Dbuild.c2669 pTable->pSchema->schemaFlags |= DB_UnresetViews; in sqlite3ViewGetColumnNames()
H A Dbtree.c193 if( isIndex && (!pSchema || (pSchema->schemaFlags&DB_SchemaLoaded)==0) ){ in hasSharedCacheTableLock()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dcallback.c509 if( pSchema->schemaFlags & DB_SchemaLoaded ){ in sqlite3SchemaClear()
512 pSchema->schemaFlags &= ~(DB_SchemaLoaded|DB_ResetWanted); in sqlite3SchemaClear()
H A DsqliteInt.h1278 u16 schemaFlags; /* Flags associated with this schema */ member
1286 #define DbHasProperty(D,I,P) (((D)->aDb[I].pSchema->schemaFlags&(P))==(P))
1287 #define DbHasAnyProperty(D,I,P) (((D)->aDb[I].pSchema->schemaFlags&(P))!=0)
1288 #define DbSetProperty(D,I,P) (D)->aDb[I].pSchema->schemaFlags|=(P)
1289 #define DbClearProperty(D,I,P) (D)->aDb[I].pSchema->schemaFlags&=~(P)
H A Dbuild.c2770 pTable->pSchema->schemaFlags |= DB_UnresetViews; in sqlite3ViewGetColumnNames()
H A Dbtree.c204 if( isIndex && (!pSchema || (pSchema->schemaFlags&DB_SchemaLoaded)==0) ){ in hasSharedCacheTableLock()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Schema/
H A DXdrBuilder.cs177 …internal XdrAttributeEntry(SchemaNames.Token a, XmlTokenizedType ttype, int schemaFlags, XdrBuildF… in XdrAttributeEntry() argument
180 _SchemaFlags = schemaFlags; in XdrAttributeEntry()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Schema/
H A DXdrBuilder.cs185 …internal XdrAttributeEntry(SchemaNames.Token a, XmlTokenizedType ttype, int schemaFlags, XdrBuildF… in XdrAttributeEntry() argument
189 _SchemaFlags = schemaFlags; in XdrAttributeEntry()
/dports/databases/R-cran-RSQLite/RSQLite/src/sqlite/
H A Dsqlite3.c10353 u16 schemaFlags; /* Flags associated with this schema */ member
10361 #define DbHasProperty(D,I,P) (((D)->aDb[I].pSchema->schemaFlags&(P))==(P))
10362 #define DbHasAnyProperty(D,I,P) (((D)->aDb[I].pSchema->schemaFlags&(P))!=0)
10363 #define DbSetProperty(D,I,P) (D)->aDb[I].pSchema->schemaFlags|=(P)
10364 #define DbClearProperty(D,I,P) (D)->aDb[I].pSchema->schemaFlags&=~(P)
51704 if( isIndex && (!pSchema || (pSchema->schemaFlags&DB_SchemaLoaded)==0) ){
88224 pTable->pSchema->schemaFlags |= DB_UnresetViews;
90803 if( pSchema->schemaFlags & DB_SchemaLoaded ){
90805 pSchema->schemaFlags &= ~DB_SchemaLoaded;
/dports/games/redeclipse/base-2.0.0/src/support/
H A Dsqlite3.c10968 u16 schemaFlags; /* Flags associated with this schema */ member
10976 #define DbHasProperty(D,I,P) (((D)->aDb[I].pSchema->schemaFlags&(P))==(P))
10977 #define DbHasAnyProperty(D,I,P) (((D)->aDb[I].pSchema->schemaFlags&(P))!=0)
10978 #define DbSetProperty(D,I,P) (D)->aDb[I].pSchema->schemaFlags|=(P)
10979 #define DbClearProperty(D,I,P) (D)->aDb[I].pSchema->schemaFlags&=~(P)
53959 if( isIndex && (!pSchema || (pSchema->schemaFlags&DB_SchemaLoaded)==0) ){
94100 pTable->pSchema->schemaFlags |= DB_UnresetViews;
96681 if( pSchema->schemaFlags & DB_SchemaLoaded ){
96683 pSchema->schemaFlags &= ~DB_SchemaLoaded;
/dports/games/redeclipse16/base-1.6.0/src/support/
H A Dsqlite3.c10968 u16 schemaFlags; /* Flags associated with this schema */ member
10976 #define DbHasProperty(D,I,P) (((D)->aDb[I].pSchema->schemaFlags&(P))==(P))
10977 #define DbHasAnyProperty(D,I,P) (((D)->aDb[I].pSchema->schemaFlags&(P))!=0)
10978 #define DbSetProperty(D,I,P) (D)->aDb[I].pSchema->schemaFlags|=(P)
10979 #define DbClearProperty(D,I,P) (D)->aDb[I].pSchema->schemaFlags&=~(P)
53959 if( isIndex && (!pSchema || (pSchema->schemaFlags&DB_SchemaLoaded)==0) ){
94100 pTable->pSchema->schemaFlags |= DB_UnresetViews;
96681 if( pSchema->schemaFlags & DB_SchemaLoaded ){
96683 pSchema->schemaFlags &= ~DB_SchemaLoaded;
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/clients/tivi/android/jni/sqlite3/
H A Dsqlite3.c10794 u16 schemaFlags; /* Flags associated with this schema */ member
10802 #define DbHasProperty(D,I,P) (((D)->aDb[I].pSchema->schemaFlags&(P))==(P))
10803 #define DbHasAnyProperty(D,I,P) (((D)->aDb[I].pSchema->schemaFlags&(P))!=0)
10804 #define DbSetProperty(D,I,P) (D)->aDb[I].pSchema->schemaFlags|=(P)
10805 #define DbClearProperty(D,I,P) (D)->aDb[I].pSchema->schemaFlags&=~(P)
53145 if( isIndex && (!pSchema || (pSchema->schemaFlags&DB_SchemaLoaded)==0) ){
92618 pTable->pSchema->schemaFlags |= DB_UnresetViews;
95192 if( pSchema->schemaFlags & DB_SchemaLoaded ){
95194 pSchema->schemaFlags &= ~DB_SchemaLoaded;
/dports/devel/global/global-6.6.7/libdb/
H A Dsqlite3.c10452 u16 schemaFlags; /* Flags associated with this schema */ member
10460 #define DbHasProperty(D,I,P) (((D)->aDb[I].pSchema->schemaFlags&(P))==(P))
10461 #define DbHasAnyProperty(D,I,P) (((D)->aDb[I].pSchema->schemaFlags&(P))!=0)
10462 #define DbSetProperty(D,I,P) (D)->aDb[I].pSchema->schemaFlags|=(P)
10463 #define DbClearProperty(D,I,P) (D)->aDb[I].pSchema->schemaFlags&=~(P)
52349 if( isIndex && (!pSchema || (pSchema->schemaFlags&DB_SchemaLoaded)==0) ){
90669 pTable->pSchema->schemaFlags |= DB_UnresetViews;
93251 if( pSchema->schemaFlags & DB_SchemaLoaded ){
93253 pSchema->schemaFlags &= ~DB_SchemaLoaded;
/dports/sysutils/py-pytsk/pytsk3-20210419/sleuthkit/tsk/auto/
H A Dsqlite3.c10968 u16 schemaFlags; /* Flags associated with this schema */ member
10976 #define DbHasProperty(D,I,P) (((D)->aDb[I].pSchema->schemaFlags&(P))==(P))
10977 #define DbHasAnyProperty(D,I,P) (((D)->aDb[I].pSchema->schemaFlags&(P))!=0)
10978 #define DbSetProperty(D,I,P) (D)->aDb[I].pSchema->schemaFlags|=(P)
10979 #define DbClearProperty(D,I,P) (D)->aDb[I].pSchema->schemaFlags&=~(P)
53959 if( isIndex && (!pSchema || (pSchema->schemaFlags&DB_SchemaLoaded)==0) ){
94121 pTable->pSchema->schemaFlags |= DB_UnresetViews;
96702 if( pSchema->schemaFlags & DB_SchemaLoaded ){
96704 pSchema->schemaFlags &= ~DB_SchemaLoaded;
/dports/databases/libgda5-bdb/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c10968 u16 schemaFlags; /* Flags associated with this schema */ member
10976 #define DbHasProperty(D,I,P) (((D)->aDb[I].pSchema->schemaFlags&(P))==(P))
10977 #define DbHasAnyProperty(D,I,P) (((D)->aDb[I].pSchema->schemaFlags&(P))!=0)
10978 #define DbSetProperty(D,I,P) (D)->aDb[I].pSchema->schemaFlags|=(P)
10979 #define DbClearProperty(D,I,P) (D)->aDb[I].pSchema->schemaFlags&=~(P)
53959 if( isIndex && (!pSchema || (pSchema->schemaFlags&DB_SchemaLoaded)==0) ){
94100 pTable->pSchema->schemaFlags |= DB_UnresetViews;
96681 if( pSchema->schemaFlags & DB_SchemaLoaded ){
96683 pSchema->schemaFlags &= ~DB_SchemaLoaded;

1234567