Lines Matching defs:end
1200 * start <= pos <= full <= end
1201 * pos <= limit <= end
1202 * end == size
1230 size_t end;
1450 if (dict->end - dict->pos <= out_max)
1451 dict->limit = dict->end;
1466 * avoid writing a '\0' to the end of the destination buffer.
1473 offset += dict->end;
1506 back += dict->end;
1510 if (back == dict->end)
1530 if (copy_size > dict->end - dict->pos)
1531 copy_size = dict->end - dict->pos;
1543 if (dict->pos == dict->end)
1565 if (dict->pos == dict->end)
1612 * we have reached the end of the LZMA chunk.
1898 * this function makes it easier to correctly handle end of the chunk.
2269 s->dict.end = s->dict.size;