Searched refs:xflags (Results 1 - 3 of 3) sorted by relevance
/ast/src/lib/libz/ |
H A D | zlib.h | 112 int xflags; /* extra flags (not used when writing a gzip file) */ member in struct:gz_header_s 828 The text, time, xflags, and os fields are filled in with the gzip header
|
H A D | inflate.c | 662 state->head->xflags = (int)(hold & 0xff);
|
/ast/src/cmd/INIT/ |
H A D | ratz.c | 2881 state->head->xflags = (int)(hold & 0xff); 3787 Z_DEFLATED, 0 /*flags*/, 0,0,0,0 /*time*/, 0 /*xflags*/, OS_CODE); 3912 /* Discard time, xflags and OS code: */
|
Completed in 324 milliseconds