Searched refs:xmlNotationPtr (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dvalid.h153 XMLPUBFUN xmlNotationPtr XMLCALL
168 xmlNotationPtr nota);
342 xmlNotationPtr nota);
398 XMLPUBFUN xmlNotationPtr XMLCALL
H A Dtree.h154 typedef xmlNotation *xmlNotationPtr; typedef
/external/libxml2/include/libxml/
H A Dvalid.h153 XMLPUBFUN xmlNotationPtr XMLCALL
168 xmlNotationPtr nota);
342 xmlNotationPtr nota);
398 XMLPUBFUN xmlNotationPtr XMLCALL
H A Dtree.h154 typedef xmlNotation *xmlNotationPtr; typedef
/external/chromium_org/third_party/libxml/src/
H A Dvalid.c2321 xmlFreeNotation(xmlNotationPtr nota) {
2345 xmlNotationPtr
2349 xmlNotationPtr ret;
2379 ret = (xmlNotationPtr) xmlMalloc(sizeof(xmlNotation));
2429 * Returns the new xmlNotationPtr or NULL in case of error.
2431 static xmlNotationPtr
2432 xmlCopyNotation(xmlNotationPtr nota) {
2433 xmlNotationPtr cur;
2435 cur = (xmlNotationPtr) xmlMalloc(sizeof(xmlNotation));
2479 xmlDumpNotationDecl(xmlBufferPtr buf, xmlNotationPtr not
[all...]
H A DSAX2.c821 xmlNotationPtr nota = NULL;
H A Dtestapi.c25079 static xmlNotationPtr gen_xmlNotationPtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
25082 static void des_xmlNotationPtr(int no ATTRIBUTE_UNUSED, xmlNotationPtr val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
25093 xmlNotationPtr nota; /* A notation declaration */
26592 xmlNotationPtr nota; /* a notation definition */
[all...]
/external/libxml2/
H A Dvalid.c2321 xmlFreeNotation(xmlNotationPtr nota) {
2345 xmlNotationPtr
2349 xmlNotationPtr ret;
2379 ret = (xmlNotationPtr) xmlMalloc(sizeof(xmlNotation));
2429 * Returns the new xmlNotationPtr or NULL in case of error.
2431 static xmlNotationPtr
2432 xmlCopyNotation(xmlNotationPtr nota) {
2433 xmlNotationPtr cur;
2435 cur = (xmlNotationPtr) xmlMalloc(sizeof(xmlNotation));
2479 xmlDumpNotationDecl(xmlBufferPtr buf, xmlNotationPtr not
[all...]
H A DSAX2.c821 xmlNotationPtr nota = NULL;

Completed in 251 milliseconds