Searched refs:testCharRangeByte3 (Results 1 – 2 of 2) sorted by relevance
/third_party/libxml2/ |
D | testchar.c | 346 static void testCharRangeByte3(xmlParserCtxtPtr ctxt, char *data) { in testCharRangeByte3() function 576 testCharRangeByte3(ctxt, data); in testCharRanges()
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 132307 -static void testCharRangeByte3(xmlParserCtxtPtr ctxt, char *data) { 132308 +static int testCharRangeByte3(xmlParserCtxtPtr ctxt, char *data) { 132312 @@ -368,20 +405,24 @@ static void testCharRangeByte3(xmlParserCtxtPtr ctxt, char *data) { 132339 @@ -390,10 +431,12 @@ static void testCharRangeByte3(xmlParserCtxtPtr ctxt, char *data) { 132353 @@ -401,10 +444,12 @@ static void testCharRangeByte3(xmlParserCtxtPtr ctxt, char *data) { 132367 @@ -414,6 +459,7 @@ static void testCharRangeByte3(xmlParserCtxtPtr ctxt, char *data) { 132375 @@ -423,13 +469,15 @@ static void testCharRangeByte3(xmlParserCtxtPtr ctxt, char *data) { 132517 - testCharRangeByte3(ctxt, data); 132518 + test_ret += testCharRangeByte3(ctxt, data);
|