Lines Matching defs:src_start
1784 int src_start = (pos - s->distance_code) & s->ringbuffer_mask;1786 uint8_t* copy_src = &s->ringbuffer[src_start];1788 int src_end = src_start + i;1798 if (src_end > pos && dst_end > src_start) {