Home
last modified time | relevance | path

Searched refs:xmlSwitchInputEncodingInt (Results 1 – 3 of 3) sorted by relevance

/third_party/libxml2/
DparserInternals.c915 xmlSwitchInputEncodingInt(xmlParserCtxtPtr ctxt, xmlParserInputPtr input,
1124 xmlSwitchInputEncodingInt(xmlParserCtxtPtr ctxt, xmlParserInputPtr input, in xmlSwitchInputEncodingInt() function
1272 return(xmlSwitchInputEncodingInt(ctxt, input, handler, -1)); in xmlSwitchInputEncoding()
1295 ret = xmlSwitchInputEncodingInt(ctxt, ctxt->input, handler, len); in xmlSwitchToEncodingInt()
DNEWS517 Fix memory leak in xmlSwitchInputEncodingInt error path (Nick Wellnhofer),
/third_party/chromium/patch/
D0001-cve.patch123937 xmlSwitchInputEncodingInt(xmlParserCtxtPtr ctxt, xmlParserInputPtr input,
124041 + ret = xmlSwitchInputEncodingInt(ctxt, ctxt->input, handler, len);
124050 + * xmlSwitchInputEncodingInt:
124054 @@ -1131,6 +1021,8 @@ xmlSwitchInputEncodingInt(xmlParserCtxtPtr ctxt, xmlParserInputPtr input,
124063 @@ -1234,12 +1126,9 @@ xmlSwitchInputEncodingInt(xmlParserCtxtPtr ctxt, xmlParserInputPtr input,
124079 @@ -1248,11 +1137,6 @@ xmlSwitchInputEncodingInt(xmlParserCtxtPtr ctxt, xmlParserInputPtr input,
124091 @@ -1261,6 +1145,8 @@ xmlSwitchInputEncodingInt(xmlParserCtxtPtr ctxt, xmlParserInputPtr input,
124101 return(xmlSwitchInputEncodingInt(ctxt, input, handler, -1));
124124 - ret = xmlSwitchInputEncodingInt(ctxt, ctxt->input, handler, len);
124149 + return(xmlSwitchInputEncodingInt(ctxt, ctxt->input, handler, -1));