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

/external/libxml2/
H A Dparser.c2463 * @end3: an end marker xmlChar, 0 if none
2476 int what, xmlChar end, xmlChar end2, xmlChar end3) {
2514 (c != end2) && (c != end3)) {
2643 * @end3: an end marker xmlChar, 0 if none
2656 xmlChar end, xmlChar end2, xmlChar end3) {
2659 end, end2, end3));
2475 xmlStringLenDecodeEntities(xmlParserCtxtPtr ctxt, const xmlChar *str, int len, int what, xmlChar end, xmlChar end2, xmlChar end3) argument
2655 xmlStringDecodeEntities(xmlParserCtxtPtr ctxt, const xmlChar *str, int what, xmlChar end, xmlChar end2, xmlChar end3) argument

Completed in 89 milliseconds