Home
last modified time | relevance | path

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

/src/contrib/expat/tests/ !
H A Dbasic_tests.c6182 int worstcase_bytes = 0; // sum of (buffered bytes at each XML_Parse call) in START_TEST() local
6193 assert_true(offset <= INT_MAX - worstcase_bytes); // avoid overflow in START_TEST()
6194 worstcase_bytes += offset; // we might've tried to parse all pending bytes in START_TEST()
6208 assert_true(g_bytesScanned <= (unsigned)worstcase_bytes); in START_TEST()