Lines Matching defs:end
32 * start <= pos <= full <= end
33 * pos <= limit <= end
36 * end == size
68 size_t end;
290 dict->end = b->out_size - b->out_pos;
302 if (dict->end - dict->pos <= out_max)
303 dict->limit = dict->end;
318 * avoid writing a '\0' to the end of the destination buffer.
325 offset += dict->end;
359 back += dict->end;
363 if (back == dict->end)
383 if (copy_size > dict->end - dict->pos)
384 copy_size = dict->end - dict->pos;
404 if (dict->pos == dict->end)
432 if (dict->pos == dict->end)
487 * we have reached the end of the LZMA chunk.
773 * this function makes it easier to correctly handle end of the chunk.
1162 s->dict.end = s->dict.size;