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.c3935 const size_t firstChunkSizeBytes = 54; in START_TEST() local
3941 if (XML_Parse(parser, text, (int)firstChunkSizeBytes, XML_FALSE) in START_TEST()
3946 if (_XML_Parse_SINGLE_BYTES(parser, text + firstChunkSizeBytes, in START_TEST()
3947 (int)(strlen(text) - firstChunkSizeBytes), in START_TEST()