Lines Matching refs:next
473 const uint8_t *next;
488 next = start;
489 for (; next < end; start = next) {
490 next = find_next_marker(start + 4, end);
491 size = next - start - 4;
671 const uint8_t *start, *end, *next;
674 next = buf;
675 for (start = buf, end = buf + buf_size; next < end; start = next) {
676 next = find_next_marker(start + 4, end);
677 size = next - start - 4;