Lines Matching defs:full
32 * start <= pos <= full <= end
55 * How full dictionary is. This is used to detect corrupt input that
58 size_t full;
72 * together with "full" to detect corrupt input that would make us
300 dict->full = 0;
331 return dict->full > 0 ? dict->buf[offset] : 0;
341 if (dict->full < dict->pos)
342 dict->full = dict->pos;
355 if (dist >= dict->full || dist >= dict->size)
371 if (dict->full < dict->pos)
372 dict->full = dict->pos;
404 if (dict->full < dict->pos)
405 dict->full = dict->pos;
1099 * In case the dictionary got full but we didn't fill