Home
last modified time | relevance | path

Searched refs:WAVAIL (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c3117 #define WAVAIL (q<s->read?s->read-q-1:s->end-q) macro
3118 #define LOADOUT {q=s->write;m=WAVAIL;}
3119 #define WRAP {if(q==s->end&&s->read!=s->window){q=s->window;m=WAVAIL;}}
3588 m = WAVAIL;
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c4211 #define WAVAIL (uInt)(q < s->read ? s->read-q-1 : s->end-q) macro
4212 #define LOADOUT {q = s->write; m = (uInt)WAVAIL; }
4214 m = (uInt)WAVAIL; }}
4710 m = WAVAIL;