Searched refs:WIN_INIT (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/lib/libz/
H A Ddeflate.h291 #define WIN_INIT MAX_MATCH macro
H A Ddeflate.c1496 /* If the WIN_INIT bytes after the end of the current data have never been
1500 * time through here. WIN_INIT is set to MAX_MATCH since the longest match
1508 /* Previous high water mark below current data -- zero WIN_INIT
1512 if (init > WIN_INIT)
1513 init = WIN_INIT;
1517 else if (s->high_water < (ulg)curr + WIN_INIT) {
1519 * plus WIN_INIT -- zero out to current data plus WIN_INIT, or up
1522 init = (ulg)curr + WIN_INIT - s->high_water;

Completed in 138 milliseconds