Searched refs:pSchema (Results 1 - 3 of 3) sorted by relevance
/external/parameter-framework/upstream/xmlserializer/ |
H A D | XmlDocSource.cpp | 187 xmlSchemaPtr pSchema = xmlSchemaParse(pParserCtxt); local 189 if (!pSchema) { 196 xmlSchemaValidCtxtPtr pValidationCtxt = xmlSchemaNewValidCtxt(pSchema); 201 xmlSchemaFree(pSchema); 210 xmlSchemaFree(pSchema);
|
/external/sqlite/dist/orig/ |
H A D | sqlite3.c | 11532 Schema *pSchema; /* Pointer to database schema (possibly shared) */ member in struct:Db 11568 ** Db.pSchema->flags field. 11570 #define DbHasProperty(D,I,P) (((D)->aDb[I].pSchema->schemaFlags&(P))==(P)) 11571 #define DbHasAnyProperty(D,I,P) (((D)->aDb[I].pSchema->schemaFlags&(P))!=0) 11572 #define DbSetProperty(D,I,P) (D)->aDb[I].pSchema->schemaFlags|=(P) 11573 #define DbClearProperty(D,I,P) (D)->aDb[I].pSchema->schemaFlags&=~(P) 11576 ** Allowed values for the DB.pSchema->flags field. 11800 #define SCHEMA_ENC(db) ((db)->aDb[0].pSchema->enc) 12212 Trigger *pTrigger; /* List of triggers stored in pSchema */ 12213 Schema *pSchema; /* Schem member in struct:Table 12426 Schema *pSchema; /* Schema containing this index */ member in struct:Index 12843 Schema *pSchema; /* Schema to which this item is fixed */ member in struct:SrcList::SrcList_item 13367 Schema *pSchema; /* Schema containing the trigger */ member in struct:Trigger 13442 Schema *pSchema; /* Fix items to this schema */ member in struct:DbFixer 15985 Schema *pSchema = db->aDb[i].pSchema; local 53942 void *pSchema; /* Pointer to space allocated by sqlite3BtreeSchema() */ member in struct:BtShared 54463 sqlite3SchemaMutexHeld(sqlite3 *db, int iDb, Schema *pSchema) argument 54649 Schema *pSchema = (Schema *)pBtree->pBt->pSchema; local 83680 Schema *pSchema = 0; /* Schema of the expression */ local 91313 Schema *pSchema = db->aDb[iDb].pSchema; /* Schema of database iDb */ local 92642 sqlite3AuthRead( Parse *pParse, Expr *pExpr, Schema *pSchema, SrcList *pTabList ) argument 93196 Schema *pSchema = db->aDb[j].pSchema; local 94825 Schema *pSchema = p->pSchema; local 97629 Schema *pSchema = (Schema *)p; local 108246 sqlite3SchemaToIndex(sqlite3 *db, Schema *pSchema) argument 117204 Schema *pSchema = pTab->pSchema; local 131750 Schema *pSchema = db->aDb[i].pSchema; local [all...] |
/external/sqlite/dist/ |
H A D | sqlite3.c | 11532 Schema *pSchema; /* Pointer to database schema (possibly shared) */ member in struct:Db 11568 ** Db.pSchema->flags field. 11570 #define DbHasProperty(D,I,P) (((D)->aDb[I].pSchema->schemaFlags&(P))==(P)) 11571 #define DbHasAnyProperty(D,I,P) (((D)->aDb[I].pSchema->schemaFlags&(P))!=0) 11572 #define DbSetProperty(D,I,P) (D)->aDb[I].pSchema->schemaFlags|=(P) 11573 #define DbClearProperty(D,I,P) (D)->aDb[I].pSchema->schemaFlags&=~(P) 11576 ** Allowed values for the DB.pSchema->flags field. 11800 #define SCHEMA_ENC(db) ((db)->aDb[0].pSchema->enc) 12212 Trigger *pTrigger; /* List of triggers stored in pSchema */ 12213 Schema *pSchema; /* Schem member in struct:Table 12426 Schema *pSchema; /* Schema containing this index */ member in struct:Index 12843 Schema *pSchema; /* Schema to which this item is fixed */ member in struct:SrcList::SrcList_item 13367 Schema *pSchema; /* Schema containing the trigger */ member in struct:Trigger 13442 Schema *pSchema; /* Fix items to this schema */ member in struct:DbFixer 15985 Schema *pSchema = db->aDb[i].pSchema; local 53960 void *pSchema; /* Pointer to space allocated by sqlite3BtreeSchema() */ member in struct:BtShared 54481 sqlite3SchemaMutexHeld(sqlite3 *db, int iDb, Schema *pSchema) argument 54667 Schema *pSchema = (Schema *)pBtree->pBt->pSchema; local 83698 Schema *pSchema = 0; /* Schema of the expression */ local 91331 Schema *pSchema = db->aDb[iDb].pSchema; /* Schema of database iDb */ local 92660 sqlite3AuthRead( Parse *pParse, Expr *pExpr, Schema *pSchema, SrcList *pTabList ) argument 93214 Schema *pSchema = db->aDb[j].pSchema; local 94843 Schema *pSchema = p->pSchema; local 97647 Schema *pSchema = (Schema *)p; local 108264 sqlite3SchemaToIndex(sqlite3 *db, Schema *pSchema) argument 117222 Schema *pSchema = pTab->pSchema; local 131768 Schema *pSchema = db->aDb[i].pSchema; local [all...] |
Completed in 1208 milliseconds