Home
last modified time | relevance | path

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

/src/contrib/expat/tests/
H A Dbasic_tests.c408 unsigned int first_chunk_bytes = 17; in START_TEST() local
413 if (first_chunk_bytes >= sizeof(text) - 1) in START_TEST()
415 if (_XML_Parse_SINGLE_BYTES(g_parser, text, (int)first_chunk_bytes, XML_FALSE) in START_TEST()
420 rc = _XML_Parse_SINGLE_BYTES(g_parser, text + first_chunk_bytes, in START_TEST()
421 (int)(sizeof(text) - first_chunk_bytes - 1), in START_TEST()