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

/freebsd-current/contrib/expat/tests/
H A Dbasic_tests.c5784 int worstcase_bytes = 0; // sum of (buffered bytes at each XML_Parse call) local
5797 assert_true(offset <= INT_MAX - worstcase_bytes); // avoid overflow
5798 worstcase_bytes += offset; // we might've tried to parse all pending bytes
5816 assert_true(scanned_bytes <= worstcase_bytes);
5819 assert_true(scanned_bytes == worstcase_bytes);

Completed in 133 milliseconds