Home | History | Annotate | Download | only in strings

Lines Matching full:prev_match

789   for (size_t prev_match = str_length, write_offset = final_length; ;
793 size_t length = prev_match - read_offset;
804 prev_match = current_match;