Searched refs:worstcase_bytes (Results 1 – 1 of 1) sorted by relevance
6182 int worstcase_bytes = 0; // sum of (buffered bytes at each XML_Parse call) in START_TEST() local6193 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()