Home
last modified time | relevance | path

Searched refs:testDocumentRangeByte2 (Results 1 – 2 of 2) sorted by relevance

/third_party/libxml2/
Dtestchar.c66 static void testDocumentRangeByte2(xmlParserCtxtPtr ctxt, char *document, in testDocumentRangeByte2() function
207 testDocumentRangeByte2(ctxt, &document1[0], strlen(document1), in testDocumentRanges()
216 testDocumentRangeByte2(ctxt, &document1[0], strlen(document1), in testDocumentRanges()
227 testDocumentRangeByte2(ctxt, &document2[0], strlen(document2), in testDocumentRanges()
236 testDocumentRangeByte2(ctxt, &document2[0], strlen(document2), in testDocumentRanges()
/third_party/chromium/patch/
D0001-cve.patch132026 -static void testDocumentRangeByte2(xmlParserCtxtPtr ctxt, char *document,
132027 +static int testDocumentRangeByte2(xmlParserCtxtPtr ctxt, char *document,
132031 @@ -80,10 +88,12 @@ static void testDocumentRangeByte2(xmlParserCtxtPtr ctxt, char *document,
132045 @@ -91,10 +101,12 @@ static void testDocumentRangeByte2(xmlParserCtxtPtr ctxt, char *document,
132059 @@ -102,10 +114,12 @@ static void testDocumentRangeByte2(xmlParserCtxtPtr ctxt, char *document,
132073 @@ -113,10 +127,12 @@ static void testDocumentRangeByte2(xmlParserCtxtPtr ctxt, char *document,
132087 @@ -125,11 +141,13 @@ static void testDocumentRangeByte2(xmlParserCtxtPtr ctxt, char *document,
132101 @@ -141,9 +159,10 @@ static void testDocumentRangeByte2(xmlParserCtxtPtr ctxt, char *document,
132162 - testDocumentRangeByte2(ctxt, &document1[0], strlen(document1),
132163 + test_ret += testDocumentRangeByte2(ctxt, &document1[0], strlen(document1),
[all …]