Lines Matching refs:fill
164 long (*fill)(void*, unsigned long),
189 if (fill == NULL && flush == NULL)
198 * If in_buf is not provided, we must be using fill(), so allocate
213 if (fill != NULL)
214 in_len = fill(in_buf, ZSTD_IOBUF_SIZE);
285 * If we need to reload data, either we have fill() and can
291 in_len = fill ? fill(in_buf, ZSTD_IOBUF_SIZE) : -1;
332 long (*fill)(void*, unsigned long),
338 return __unzstd(buf, len, fill, flush, out_buf, 0, pos, error);
342 long (*fill)(void*, unsigned long),
348 return __unzstd(buf, len, fill, flush, out_buf, out_len, pos, error);