Searched refs:WS (Results 1 – 3 of 3) sorted by relevance
23 #define WS(z) ((struct inflate_workspace *)(z->workspace)) macro
70 state = &WS(strm)->inflate_state; in zlib_inflateInit2()84 state->window = &WS(strm)->working_window[0]; in zlib_inflateInit2()
124 WS(strm)->inflate_state.wsize = 0; in gunzip()125 WS(strm)->inflate_state.window = NULL; in gunzip()