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

  /src/sys/net/
zlib.h 53 * Byte Bytef EXPORT FAR OF STDC
91 # define Bytef z_Bytef
267 # define Bytef Byte FAR
269 typedef Byte FAR Bytef;
363 Bytef *next_in; /* next input byte */
367 Bytef *next_out; /* next output byte should be put there */
744 ZEXTERN int ZEXPORT deflateSetDictionary(z_streamp, const Bytef *, uInt);
863 ZEXTERN int ZEXPORT inflateSetDictionary(z_streamp, const Bytef *, uInt);
916 ZEXTERN int ZEXPORT compress(Bytef *, uLongf *, const Bytef *, uLong)
    [all...]
  /src/common/dist/zlib/
zconf.h 149 # define Bytef z_Bytef
408 # define Bytef Byte FAR
410 typedef Byte FAR Bytef;
zconf.h.in 145 # define Bytef z_Bytef
400 # define Bytef Byte FAR
402 typedef Byte FAR Bytef;

Completed in 14 milliseconds