Searched refs:xmlSchemaParticlePtr (Results 1 – 4 of 4) sorted by relevance
/external/libxml2/ |
D | xmlschemas.c | 137 #define WXS_PTC_CAST (xmlSchemaParticlePtr) 660 typedef xmlSchemaParticle *xmlSchemaParticlePtr; typedef 1206 return (((xmlSchemaParticlePtr) item)->node); in xmlSchemaGetComponentNode() 1254 return ((xmlSchemaBasicItemPtr) ((xmlSchemaParticlePtr) item)->next); 4265 xmlSchemaContentModelDump(xmlSchemaParticlePtr particle, FILE * output, int depth) in xmlSchemaContentModelDump() 4322 xmlSchemaContentModelDump((xmlSchemaParticlePtr) term->children, in xmlSchemaContentModelDump() 4326 xmlSchemaContentModelDump((xmlSchemaParticlePtr) particle->next, in xmlSchemaContentModelDump() 4469 xmlSchemaContentModelDump((xmlSchemaParticlePtr) type->subtypes, in xmlSchemaTypeDump() 5485 static xmlSchemaParticlePtr 5489 xmlSchemaParticlePtr ret = NULL; in xmlSchemaAddParticle() [all …]
|
D | xmlschemastypes.c | 342 typedef xmlSchemaParticle *xmlSchemaParticlePtr; typedef 363 static xmlSchemaParticlePtr 366 xmlSchemaParticlePtr ret = NULL; in xmlSchemaAddParticle() 368 ret = (xmlSchemaParticlePtr) in xmlSchemaAddParticle() 407 xmlSchemaParticlePtr particle; in xmlSchemaInitTypes() 626 xmlSchemaParticlePtr particle; in xmlSchemaCleanupTypes() 630 particle = (xmlSchemaParticlePtr) xmlSchemaTypeAnyTypeDef->subtypes; in xmlSchemaCleanupTypes() 634 xmlFree((xmlSchemaParticlePtr) particle->children->children); in xmlSchemaCleanupTypes() 637 xmlFree((xmlSchemaParticlePtr) particle); in xmlSchemaCleanupTypes()
|
/external/chromium_org/third_party/libxml/src/ |
D | xmlschemas.c | 137 #define WXS_PTC_CAST (xmlSchemaParticlePtr) 660 typedef xmlSchemaParticle *xmlSchemaParticlePtr; typedef 1206 return (((xmlSchemaParticlePtr) item)->node); in xmlSchemaGetComponentNode() 1254 return ((xmlSchemaBasicItemPtr) ((xmlSchemaParticlePtr) item)->next); 4265 xmlSchemaContentModelDump(xmlSchemaParticlePtr particle, FILE * output, int depth) in xmlSchemaContentModelDump() 4322 xmlSchemaContentModelDump((xmlSchemaParticlePtr) term->children, in xmlSchemaContentModelDump() 4326 xmlSchemaContentModelDump((xmlSchemaParticlePtr) particle->next, in xmlSchemaContentModelDump() 4469 xmlSchemaContentModelDump((xmlSchemaParticlePtr) type->subtypes, in xmlSchemaTypeDump() 5485 static xmlSchemaParticlePtr 5489 xmlSchemaParticlePtr ret = NULL; in xmlSchemaAddParticle() [all …]
|
D | xmlschemastypes.c | 342 typedef xmlSchemaParticle *xmlSchemaParticlePtr; typedef 363 static xmlSchemaParticlePtr 366 xmlSchemaParticlePtr ret = NULL; in xmlSchemaAddParticle() 368 ret = (xmlSchemaParticlePtr) in xmlSchemaAddParticle() 407 xmlSchemaParticlePtr particle; in xmlSchemaInitTypes() 626 xmlSchemaParticlePtr particle; in xmlSchemaCleanupTypes() 630 particle = (xmlSchemaParticlePtr) xmlSchemaTypeAnyTypeDef->subtypes; in xmlSchemaCleanupTypes() 634 xmlFree((xmlSchemaParticlePtr) particle->children->children); in xmlSchemaCleanupTypes() 637 xmlFree((xmlSchemaParticlePtr) particle); in xmlSchemaCleanupTypes()
|