Searched refs:wrap (Results 1 - 10 of 10) sorted by relevance

/ast/src/lib/libz/
H A Dinflate.h80 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ member in struct:inflate_state
H A Ddeflate.c228 int wrap = 1; local
256 wrap = 0;
261 wrap = 2; /* write gzip wrapper instead */
276 s->wrap = wrap;
326 strm->state->wrap == 2 ||
327 (strm->state->wrap == 1 && strm->state->status != INIT_STATE))
331 if (s->wrap)
375 if (s->wrap < 0) {
376 s->wrap
[all...]
H A Dinflate.c168 state->wrap = 0;
172 state->wrap = (windowBits >> 4) + 1;
590 if (state->wrap == 0) {
596 if ((state->wrap & 2) && hold == 0x8b1f) { /* gzip header */
606 if (!(state->wrap & 1) || /* check if zlib header allowed */
1078 if (state->wrap) {
1102 if (state->wrap && state->flags) {
1145 if (state->wrap && out)
1180 if (state->wrap != 0 && state->mode != DICT)
1220 if ((state->wrap
[all...]
H A Ddeflate.h101 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ member in struct:internal_state
/ast/src/lib/libtk/library/demos/
H A Dtwind.tcl24 -height 35 -wrap word -highlightthickness 0 -borderwidth 0
103 $t configure -xscrollcommand "$w.scroll2 set" -wrap none
109 $t configure -xscrollcommand {} -wrap word
H A Dbind.tcl22 -width 60 -height 24 -font $font -wrap word
H A Dstyle.tcl22 -width 70 -height 32 -wrap word
130 $w.text insert end "which is used to choose wrap points for lines.\n" margins
H A Dtext.tcl70 narrow you can see that long lines automatically wrap around onto
H A Dwidget41 text .t -yscrollcommand {.s set} -wrap word -width 60 -height 30 -font $font \
337 text .code.text -height 40 -wrap word\
/ast/src/cmd/INIT/
H A Dratz.c1311 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ member in struct:internal_state
1641 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ member in struct:inflate_state
2202 else if (write < op) { /* wrap around window */
2394 state->wrap = 0;
2398 state->wrap = (windowBits >> 4) + 1;
2809 if (state->wrap == 0) {
2815 if ((state->wrap & 2) && hold == 0x8b1f) { /* gzip header */
2825 if (!(state->wrap & 1) || /* check if zlib header allowed */
3297 if (state->wrap) {
3321 if (state->wrap
[all...]

Completed in 30 milliseconds