Home
last modified time | relevance | path

Searched refs:xmlNotationPtr (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
Dvalid.h153 XMLPUBFUN xmlNotationPtr XMLCALL
168 xmlNotationPtr nota);
342 xmlNotationPtr nota);
398 XMLPUBFUN xmlNotationPtr XMLCALL
Dtree.h154 typedef xmlNotation *xmlNotationPtr; typedef
/external/libxml2/
Dvalid.c2370 xmlFreeNotation(xmlNotationPtr nota) { in xmlFreeNotation()
2394 xmlNotationPtr
2398 xmlNotationPtr ret; in xmlAddNotationDecl()
2428 ret = (xmlNotationPtr) xmlMalloc(sizeof(xmlNotation)); in xmlAddNotationDecl()
2480 static xmlNotationPtr
2481 xmlCopyNotation(xmlNotationPtr nota) { in xmlCopyNotation()
2482 xmlNotationPtr cur; in xmlCopyNotation()
2484 cur = (xmlNotationPtr) xmlMalloc(sizeof(xmlNotation)); in xmlCopyNotation()
2528 xmlDumpNotationDecl(xmlBufferPtr buf, xmlNotationPtr nota) { in xmlDumpNotationDecl()
2555 xmlDumpNotationDeclScan(xmlNotationPtr nota, xmlBufferPtr buf) { in xmlDumpNotationDeclScan()
[all …]
DSAX2.c821 xmlNotationPtr nota = NULL; in xmlSAX2NotationDecl()