HomeSort by: relevance | last modified time | path
    Searched defs:zs_state (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/gzip/
zuncompress.c 89 } zs_state; /* State of computation */ member in struct:s_zstate
179 zs->zs_state = S_START;
224 switch (zs->zs_state) {
226 zs->zs_state = S_MIDDLE;
320 zs->zs_state = S_EOF;
  /src/usr.bin/compress/
zopen.c 103 } zs_state; /* State of computation */ member in struct:s_zstate
145 #define state zs->zs_state

Completed in 11 milliseconds