Home
last modified time | relevance | path

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

/freebsd/contrib/expat/tests/
H A Dbasic_tests.c5873 int worstcase_bytes = 0; // sum of (buffered bytes at each XML_Parse call) in START_TEST()
5884 assert_true(offset <= INT_MAX - worstcase_bytes); // avoid overflow in START_TEST()
5885 worstcase_bytes += offset; // we might've tried to parse all pending bytes in START_TEST()
5899 assert_true(g_bytesScanned <= (unsigned)worstcase_bytes); in make_basic_test_case()
5864 int worstcase_bytes = 0; // sum of (buffered bytes at each XML_Parse call) START_TEST() local