Searched refs:WS (Results 1 – 3 of 3) sorted by relevance
139 WS(strm)->inflate_state.wsize = 0; in __gunzip()140 WS(strm)->inflate_state.window = NULL; in __gunzip()
37 #define WS(strm) ((struct inflate_workspace *)(strm->workspace)) macro
66 state = &WS(strm)->inflate_state; in zlib_inflateInit2()85 state->window = PTR_ALIGN(&WS(strm)->working_window[0], PAGE_SIZE); in zlib_inflateInit2()87 state->window = &WS(strm)->working_window[0]; in zlib_inflateInit2()