Searched refs:xmlParserEntityCheck (Results 1 – 3 of 3) sorted by relevance
/third_party/libxml2/ |
D | parser.c | 141 xmlParserEntityCheck(xmlParserCtxtPtr ctxt, size_t size, in xmlParserEntityCheck() function 2706 xmlParserEntityCheck(ctxt, 0, ent, 0); in xmlStringLenDecodeEntities() 2735 if (xmlParserEntityCheck(ctxt, nbchars, ent, 0)) in xmlStringLenDecodeEntities() 2759 xmlParserEntityCheck(ctxt, 0, ent, 0); in xmlStringLenDecodeEntities() 2793 if (xmlParserEntityCheck(ctxt, nbchars, ent, 0)) in xmlStringLenDecodeEntities() 7230 if (xmlParserEntityCheck(ctxt, 0, ent, 0)) { in xmlParseReference() 7282 xmlParserEntityCheck(ctxt, 0, ent, 0); in xmlParseReference() 7393 if (xmlParserEntityCheck(ctxt, 0, ent, ctxt->sizeentcopy)) in xmlParseReference() 7441 if (xmlParserEntityCheck(ctxt, 0, ent, ctxt->sizeentcopy)) in xmlParseReference() 7626 xmlParserEntityCheck(ctxt, 0, ent, 0); in xmlParseEntityRef() [all …]
|
D | NEWS | 567 Fix xmlParserEntityCheck (Nick Wellnhofer),
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | parser.c | 155 xmlParserEntityCheck(xmlParserCtxtPtr ctxt, size_t size, in xmlParserEntityCheck() function 2675 xmlParserEntityCheck(ctxt, 0, ent, 0); in xmlStringLenDecodeEntities() 2702 if (xmlParserEntityCheck(ctxt, nbchars, ent, 0)) in xmlStringLenDecodeEntities() 2726 xmlParserEntityCheck(ctxt, 0, ent, 0); in xmlStringLenDecodeEntities() 2757 if (xmlParserEntityCheck(ctxt, nbchars, ent, 0)) in xmlStringLenDecodeEntities() 7167 if (xmlParserEntityCheck(ctxt, 0, ent, 0)) { in xmlParseReference() 7223 xmlParserEntityCheck(ctxt, 0, ent, 0); in xmlParseReference() 7334 if (xmlParserEntityCheck(ctxt, 0, ent, ctxt->sizeentcopy)) in xmlParseReference() 7382 if (xmlParserEntityCheck(ctxt, 0, ent, ctxt->sizeentcopy)) in xmlParseReference() 7567 xmlParserEntityCheck(ctxt, 0, ent, 0); in xmlParseEntityRef() [all …]
|