Searched refs:xmlParsePEReference (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A DparserInternals.h425 xmlParsePEReference (xmlParserCtxtPtr ctxt);
/vbox/src/libs/libxml2-2.6.31/
H A Delfgcchack.h7233 #undef xmlParsePEReference macro
7234 extern __typeof (xmlParsePEReference) xmlParsePEReference __attribute((alias("xmlParsePEReference__internal_alias")));
7236 #ifndef xmlParsePEReference
7237 extern __typeof (xmlParsePEReference) xmlParsePEReference__internal_alias __attribute((visibility("hidden")));
7238 #define xmlParsePEReference xmlParsePEReference__internal_alias macro
H A Dparser.c5815 xmlParsePEReference(ctxt);
5965 xmlParsePEReference(ctxt);
6102 xmlParsePEReference(ctxt);
6919 * xmlParsePEReference:
6948 xmlParsePEReference(xmlParserCtxtPtr ctxt) function
6959 "xmlParsePEReference: no name\n");
7259 xmlParsePEReference(ctxt);
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c13478 if (!PyArg_ParseTuple(args, (char *)"O:xmlParsePEReference", &pyobj_ctxt))
13482 xmlParsePEReference(ctxt);

Completed in 270 milliseconds