Home
last modified time | relevance | path

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

/third_party/gettext/gnulib-local/lib/libxml/
DschemasInternals.in.h274 typedef struct _xmlSchemaAttribute xmlSchemaAttribute; typedef
275 typedef xmlSchemaAttribute *xmlSchemaAttributePtr;
Dxmlschemas.c5236 ret = (xmlSchemaAttributePtr) xmlMalloc(sizeof(xmlSchemaAttribute)); in xmlSchemaAddAttribute()
5241 memset(ret, 0, sizeof(xmlSchemaAttribute)); in xmlSchemaAddAttribute()
/third_party/libxml2/include/libxml/
DschemasInternals.h246 typedef struct _xmlSchemaAttribute xmlSchemaAttribute; typedef
247 typedef xmlSchemaAttribute *xmlSchemaAttributePtr;
/third_party/libxml2/os400/libxmlrpg/
DschemasInternals.rpgle345 * xmlSchemaAttribute:
351 d xmlSchemaAttribute...
467 * xmlSchemaAttribute and xmlSchemaAttributeGroup start of structures
/third_party/libxml2/
Dxmlschemas.c5246 ret = (xmlSchemaAttributePtr) xmlMalloc(sizeof(xmlSchemaAttribute)); in xmlSchemaAddAttribute()
5251 memset(ret, 0, sizeof(xmlSchemaAttribute)); in xmlSchemaAddAttribute()