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

  /src/common/dist/zlib/contrib/ada/
zlib-thin.ads 133 function deflateSetDictionary
392 pragma Import (C, deflateSetDictionary, "deflateSetDictionary");
  /src/common/dist/zlib/contrib/pascal/
zlibpas.pas 116 function deflateSetDictionary(var strm: z_stream; const dictionary: PChar;
205 function deflateSetDictionary; external;
  /src/sys/net/
zlib.h 72 # define deflateSetDictionary z_deflateSetDictionary
744 ZEXTERN int ZEXPORT deflateSetDictionary(z_streamp, const Bytef *, uInt);
771 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
774 or if the compression method is bsort). deflateSetDictionary does not
870 dictionary (see deflateSetDictionary).
  /src/common/dist/zlib/
deflate.c 552 int ZEXPORT deflateSetDictionary(z_streamp strm, const Bytef *dictionary,
zconf.h 63 # define deflateSetDictionary z_deflateSetDictionary
zconf.h.in 59 # define deflateSetDictionary z_deflateSetDictionary

Completed in 33 milliseconds