Searched refs:testCharRangeByte4 (Results 1 – 2 of 2) sorted by relevance
/third_party/libxml2/ |
D | testchar.c | 432 static void testCharRangeByte4(xmlParserCtxtPtr ctxt, char *data) { in testCharRangeByte4() function 579 testCharRangeByte4(ctxt, data); in testCharRanges()
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 132387 -static void testCharRangeByte4(xmlParserCtxtPtr ctxt, char *data) { 132388 +static int testCharRangeByte4(xmlParserCtxtPtr ctxt, char *data) { 132392 @@ -458,10 +506,12 @@ static void testCharRangeByte4(xmlParserCtxtPtr ctxt, char *data) { 132406 @@ -469,10 +519,12 @@ static void testCharRangeByte4(xmlParserCtxtPtr ctxt, char *data) { 132420 @@ -481,10 +533,12 @@ static void testCharRangeByte4(xmlParserCtxtPtr ctxt, char *data) { 132434 @@ -493,10 +547,12 @@ static void testCharRangeByte4(xmlParserCtxtPtr ctxt, char *data) { 132448 @@ -506,6 +562,7 @@ static void testCharRangeByte4(xmlParserCtxtPtr ctxt, char *data) { 132456 @@ -515,11 +572,13 @@ static void testCharRangeByte4(xmlParserCtxtPtr ctxt, char *data) { 132470 @@ -530,11 +589,12 @@ static void testCharRangeByte4(xmlParserCtxtPtr ctxt, char *data) { 132521 - testCharRangeByte4(ctxt, data); [all …]
|