Home
last modified time | relevance | path

Searched refs:xmlSchemaType (Results 1 – 9 of 9) sorted by relevance

/third_party/gettext/gnulib-local/lib/libxml/
DschemasInternals.in.h167 typedef struct _xmlSchemaType xmlSchemaType; typedef
168 typedef xmlSchemaType *xmlSchemaTypePtr;
Dxmlschemastypes.c299 ret = (xmlSchemaTypePtr) xmlMalloc(sizeof(xmlSchemaType)); in xmlSchemaInitBasicType()
304 memset(ret, 0, sizeof(xmlSchemaType)); in xmlSchemaInitBasicType()
Dxmlschemas.c5441 ret = (xmlSchemaTypePtr) xmlMalloc(sizeof(xmlSchemaType)); in xmlSchemaAddType()
5446 memset(ret, 0, sizeof(xmlSchemaType)); in xmlSchemaAddType()
/third_party/libxml2/include/libxml/
DschemasInternals.h139 typedef struct _xmlSchemaType xmlSchemaType; typedef
140 typedef xmlSchemaType *xmlSchemaTypePtr;
/third_party/libxml2/os400/libxmlrpg/
DschemasInternals.rpgle748 d xmlSchemaType...
789 * xmlSchemaType, xmlSchemaFacet and xmlSchemaElement start of
/third_party/libxml2/doc/html/
Dindex.sgml167 <ANCHOR id="xmlSchemaType" href="libxml/libxml-schemasInternals.html#xmlSchemaType">
/third_party/libxml2/
Dxmlschemastypes.c270 ret = (xmlSchemaTypePtr) xmlMalloc(sizeof(xmlSchemaType)); in xmlSchemaInitBasicType()
275 memset(ret, 0, sizeof(xmlSchemaType)); in xmlSchemaInitBasicType()
Dxmlschemas.c5457 ret = (xmlSchemaTypePtr) xmlMalloc(sizeof(xmlSchemaType)); in xmlSchemaAddType()
5462 memset(ret, 0, sizeof(xmlSchemaType)); in xmlSchemaAddType()
/third_party/chromium/patch/
D0001-cve.patch79703 - to the mailing list). Added targetNamespace to xmlSchemaType,