Home
last modified time | relevance | path

Searched refs:xmlSchemaNotation (Results 1 – 5 of 5) sorted by relevance

/external/cronet/tot/third_party/libxml/src/include/libxml/
DschemasInternals.h840 typedef struct _xmlSchemaNotation xmlSchemaNotation; typedef
841 typedef xmlSchemaNotation *xmlSchemaNotationPtr;
/external/cronet/stable/third_party/libxml/src/include/libxml/
DschemasInternals.h840 typedef struct _xmlSchemaNotation xmlSchemaNotation; typedef
841 typedef xmlSchemaNotation *xmlSchemaNotationPtr;
/external/libxml2/include/libxml/
DschemasInternals.h840 typedef struct _xmlSchemaNotation xmlSchemaNotation; typedef
841 typedef xmlSchemaNotation *xmlSchemaNotationPtr;
/external/libxml2/os400/libxmlrpg/
DschemasInternals.rpgle1013 d xmlSchemaNotation...
/external/libxml2/
Dxmlschemas.c5059 ret = (xmlSchemaNotationPtr) xmlMalloc(sizeof(xmlSchemaNotation)); in xmlSchemaAddNotation()
5064 memset(ret, 0, sizeof(xmlSchemaNotation)); in xmlSchemaAddNotation()