Searched refs:xmlParseNotationDecl (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A DparserInternals.h384 xmlParseNotationDecl (xmlParserCtxtPtr ctxt);
/vbox/src/libs/libxml2-2.6.31/
H A Delfgcchack.h7213 #undef xmlParseNotationDecl macro
7214 extern __typeof (xmlParseNotationDecl) xmlParseNotationDecl __attribute((alias("xmlParseNotationDecl__internal_alias")));
7216 #ifndef xmlParseNotationDecl
7217 extern __typeof (xmlParseNotationDecl) xmlParseNotationDecl__internal_alias __attribute((visibility("hidden")));
7218 #define xmlParseNotationDecl xmlParseNotationDecl__internal_alias macro
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c12731 if (!PyArg_ParseTuple(args, (char *)"O:xmlParseNotationDecl", &pyobj_ctxt))
12735 xmlParseNotationDecl(ctxt);

Completed in 130 milliseconds