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

/external/libxml2/
H A Drelaxng.c4650 "xmlRelaxNGParse: %s is empty\n", ctxt->URL,
4882 "xmlRelaxNGParse: notAllowed element is not empty\n",
6922 "xmlRelaxNGParse: externalRef has no href attribute\n",
6996 "xmlRelaxNGParse: include has no href attribute\n",
7132 "xmlRelaxNGParse: no namespace for prefix %s\n",
7322 xmlRngPErr(ctxt, (xmlNodePtr) doc, XML_RNGP_EMPTY, "xmlRelaxNGParse: %s is empty\n",
7331 * xmlRelaxNGParse:
7341 xmlRelaxNGParse(xmlRelaxNGParserCtxtPtr ctxt) function
7359 "xmlRelaxNGParse: could not load %s\n", ctxt->URL,
7367 "xmlRelaxNGParse
[all...]
H A Delfgcchack.h8510 #undef xmlRelaxNGParse macro
8511 extern __typeof (xmlRelaxNGParse) xmlRelaxNGParse __attribute((alias("xmlRelaxNGParse__internal_alias")));
8513 #ifndef xmlRelaxNGParse
8514 extern __typeof (xmlRelaxNGParse) xmlRelaxNGParse__internal_alias __attribute((visibility("hidden")));
8515 #define xmlRelaxNGParse xmlRelaxNGParse__internal_alias macro

Completed in 180 milliseconds