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

  /src/sys/net/
zlib.c 3404 int nowrap; /* flag for no wrapper */ member in struct:internal_state
3418 z->state->mode = z->state->nowrap ? BLOCKS : METHOD;
3461 /* handle undocumented nowrap option (no zlib header or check) */
3462 z->state->nowrap = 0;
3466 z->state->nowrap = 1;
3479 inflate_blocks_new(z, z->state->nowrap ? Z_NULL : adler32, (uInt)1 << w))
3593 if (z->state->nowrap)
zlib.c 3404 int nowrap; /* flag for no wrapper */ member in struct:internal_state
3418 z->state->mode = z->state->nowrap ? BLOCKS : METHOD;
3461 /* handle undocumented nowrap option (no zlib header or check) */
3462 z->state->nowrap = 0;
3466 z->state->nowrap = 1;
3479 inflate_blocks_new(z, z->state->nowrap ? Z_NULL : adler32, (uInt)1 << w))
3593 if (z->state->nowrap)

Completed in 29 milliseconds