Lines Matching refs:current
192 * Sets the end of the active region 'n' bytes after current.
196 REQUIRE(b->current + n <= b->used);
219 REQUIRE(b->current + n <= b->used);
231 REQUIRE(n <= b->current);
253 if (b->active > b->current)
254 b->active -= b->current;
257 b->current = 0;
271 REQUIRE(b->used - b->current >= 1);
274 b->current += 1;
304 REQUIRE(b->used - b->current >= 2);
307 b->current += 2;
351 REQUIRE(b->used - b->current >= 4);
354 b->current += 4;
387 REQUIRE(b->used - b->current >= 6);
390 b->current += 6;