Lines Matching defs:fill
68 long (*fill)(void*, unsigned long);
93 rc->buffer_size = rc->fill((char *)rc->buffer, LZMA_IOBUF_SIZE);
102 long (*fill)(void*, unsigned long),
105 if (fill)
106 rc->fill = fill;
108 rc->fill = nofill;
538 long (*fill)(void*, unsigned long),
578 rc_init(&rc, fill, inbuf, in_len);
671 long (*fill)(void*, unsigned long),
677 return unlzma(buf, in_len - 4, fill, flush, output, posp, error);