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

/vbox/src/libs/zlib-1.2.6/
H A Ddeflate.h291 #define WIN_INIT MAX_MATCH macro
H A Ddeflate.c1494 /* If the WIN_INIT bytes after the end of the current data have never been
1498 * time through here. WIN_INIT is set to MAX_MATCH since the longest match
1506 /* Previous high water mark below current data -- zero WIN_INIT
1510 if (init > WIN_INIT)
1511 init = WIN_INIT;
1515 else if (s->high_water < (ulg)curr + WIN_INIT) {
1517 * plus WIN_INIT -- zero out to current data plus WIN_INIT, or up
1520 init = (ulg)curr + WIN_INIT - s->high_water;

Completed in 181 milliseconds