Home
last modified time | relevance | path

Searched refs:xmlEnumerationPtr (Results 1 – 13 of 13) sorted by relevance

/external/libxml2/include/libxml/
Dvalid.h231 XMLPUBFUN xmlEnumerationPtr XMLCALL
234 xmlFreeEnumeration (xmlEnumerationPtr cur);
236 XMLPUBFUN xmlEnumerationPtr XMLCALL
237 xmlCopyEnumeration (xmlEnumerationPtr cur);
250 xmlEnumerationPtr tree);
DparserInternals.h390 XMLPUBFUN xmlEnumerationPtr XMLCALL
392 XMLPUBFUN xmlEnumerationPtr XMLCALL
396 xmlEnumerationPtr *tree);
399 xmlEnumerationPtr *tree);
DSAX2.h79 xmlEnumerationPtr tree);
DSAX.h81 xmlEnumerationPtr tree);
Dtree.h200 typedef xmlEnumeration *xmlEnumerationPtr; typedef
229 xmlEnumerationPtr tree; /* or the enumeration tree if any */
Dparser.h438 xmlEnumerationPtr tree);
/external/libxml2/
Dvalid.c1755 xmlEnumerationPtr
1757 xmlEnumerationPtr ret; in xmlCreateEnumeration()
1759 ret = (xmlEnumerationPtr) xmlMalloc(sizeof(xmlEnumeration)); in xmlCreateEnumeration()
1778 xmlFreeEnumeration(xmlEnumerationPtr cur) { in xmlFreeEnumeration()
1797 xmlEnumerationPtr
1798 xmlCopyEnumeration(xmlEnumerationPtr cur) { in xmlCopyEnumeration()
1799 xmlEnumerationPtr ret; in xmlCopyEnumeration()
1820 xmlDumpEnumeration(xmlBufferPtr buf, xmlEnumerationPtr cur) { in xmlDumpEnumeration()
1978 const xmlChar *defaultValue, xmlEnumerationPtr tree) { in xmlAddAttributeDecl()
4244 xmlEnumerationPtr tree = attr->tree; in xmlValidateAttributeDecl()
[all …]
Dlegacy.c998 xmlEnumerationPtr tree) in attributeDecl()
Dparser.c5298 xmlEnumerationPtr
5301 xmlEnumerationPtr ret = NULL, last = NULL, cur, tmp; in xmlParseNotationType()
5365 xmlEnumerationPtr
5368 xmlEnumerationPtr ret = NULL, last = NULL, cur, tmp; in xmlParseEnumerationType()
5432 xmlParseEnumeratedType(xmlParserCtxtPtr ctxt, xmlEnumerationPtr *tree) { in xmlParseEnumeratedType()
5496 xmlParseAttributeType(xmlParserCtxtPtr ctxt, xmlEnumerationPtr *tree) { in xmlParseAttributeType()
5541 xmlEnumerationPtr tree; in xmlParseAttributeListDecl()
Dxmllint.c1095 const xmlChar * defaultValue, xmlEnumerationPtr tree) in attributeDeclDebug()
DdebugXML.c538 xmlEnumerationPtr cur = attr->tree; in xmlCtxtDumpAttrDecl()
DSAX2.c705 xmlEnumerationPtr tree) in xmlSAX2AttributeDecl()
Dxmlschemas.c28166 const xmlChar * defaultValue, xmlEnumerationPtr tree) in attributeDeclSplit()