Searched defs:xmlRelaxNGParse (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Drelaxng.c4650 "xmlRelaxNGParse: %s is empty\n", ctxt->URL,
4882 "xmlRelaxNGParse: notAllowed element is not empty\n",
6920 "xmlRelaxNGParse: externalRef has no href attribute\n",
6994 "xmlRelaxNGParse: include has no href attribute\n",
7130 "xmlRelaxNGParse: no namespace for prefix %s\n",
7320 xmlRngPErr(ctxt, (xmlNodePtr) doc, XML_RNGP_EMPTY, "xmlRelaxNGParse: %s is empty\n",
7329 * xmlRelaxNGParse:
7339 xmlRelaxNGParse(xmlRelaxNGParserCtxtPtr ctxt) function
7357 "xmlRelaxNGParse: could not load %s\n", ctxt->URL,
7365 "xmlRelaxNGParse
[all...]
H A Delfgcchack.h8430 #undef xmlRelaxNGParse macro
8431 extern __typeof (xmlRelaxNGParse) xmlRelaxNGParse __attribute((alias("xmlRelaxNGParse__internal_alias")));
8433 #ifndef xmlRelaxNGParse
8434 extern __typeof (xmlRelaxNGParse) xmlRelaxNGParse__internal_alias __attribute((visibility("hidden")));
8435 #define xmlRelaxNGParse xmlRelaxNGParse__internal_alias macro

Completed in 108 milliseconds