Searched defs:WAVAIL (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dinfutil.h79 #define WAVAIL (uInt)(q<s->read?s->read-q-1:s->end-q) macro
80 #define LOADOUT {q=s->write;m=(uInt)WAVAIL;}
81 #define WRAP {if(q==s->end&&s->read!=s->window){q=s->window;m=(uInt)WAVAIL;}}

Completed in 32 milliseconds