Lines Matching defs:window
80 size_t window;
127 * flush the current partition window
147 (*dp->pz->disc->errorf)(dp->pz, dp->pz->disc, 0, "window %I*u %I*u", sizeof(dp->pz->count.windows), dp->pz->count.windows, sizeof(w), w);
150 * write the actual window size
156 * count the number of active partitions for this window
186 * write the number of partitions for this window
267 * done with this window
349 * loop on the records and deflate a window at a time
441 * a 0 actual window size marks the end of data
517 * w is the actual window size
524 (*pz->disc->errorf)(pz, pz->disc, 0, "window %I*u", sizeof(w), w);
717 size_t window;
728 window = pz->disc->window ? pz->disc->window : PZ_WINDOW;
786 if (ip->count < window)