Home
last modified time | relevance | path

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

/freebsd/contrib/expat/tests/
H A Dbasic_tests.c3704 const size_t firstChunkSizeBytes = 54; in START_TEST() local
3710 if (XML_Parse(parser, text, (int)firstChunkSizeBytes, XML_FALSE) in START_TEST()
3715 if (_XML_Parse_SINGLE_BYTES(parser, text + firstChunkSizeBytes, in START_TEST()
3716 (int)(strlen(text) - firstChunkSizeBytes), in START_TEST()