Lines Matching defs:what
2302 * @what: combination of XML_SUBSTITUTE_REF and XML_SUBSTITUTE_PEREF
2318 int what, xmlChar end, xmlChar end2, xmlChar end3) {
2364 } else if ((c == '&') && (what & XML_SUBSTITUTE_REF)) {
2389 rep = xmlStringDecodeEntities(ctxt, ent->content, what,
2418 } else if (c == '%' && (what & XML_SUBSTITUTE_PEREF)) {
2431 rep = xmlStringDecodeEntities(ctxt, ent->content, what,
2476 * @what: combination of XML_SUBSTITUTE_REF and XML_SUBSTITUTE_PEREF
2491 xmlStringDecodeEntities(xmlParserCtxtPtr ctxt, const xmlChar *str, int what,
2494 return(xmlStringLenDecodeEntities(ctxt, str, xmlStrlen(str), what,
6434 * what to do.