Searched refs:xmlParserEntityCheck (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | parser.c | 126 xmlParserEntityCheck(xmlParserCtxtPtr ctxt, size_t size, in xmlParserEntityCheck() function 2646 xmlParserEntityCheck(ctxt, 0, ent, 0); in xmlStringLenDecodeEntities() 2673 if (xmlParserEntityCheck(ctxt, nbchars, ent, 0)) in xmlStringLenDecodeEntities() 2697 xmlParserEntityCheck(ctxt, 0, ent, 0); in xmlStringLenDecodeEntities() 2728 if (xmlParserEntityCheck(ctxt, nbchars, ent, 0)) in xmlStringLenDecodeEntities() 7138 if (xmlParserEntityCheck(ctxt, 0, ent, 0)) { in xmlParseReference() 7194 xmlParserEntityCheck(ctxt, 0, ent, 0); in xmlParseReference() 7305 if (xmlParserEntityCheck(ctxt, 0, ent, ctxt->sizeentcopy)) in xmlParseReference() 7353 if (xmlParserEntityCheck(ctxt, 0, ent, ctxt->sizeentcopy)) in xmlParseReference() 7538 xmlParserEntityCheck(ctxt, 0, ent, 0); in xmlParseEntityRef() [all …]
|