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

  /src/external/cddl/osnet/dist/uts/common/zmod/
zconf.h 76 #define deflateSetDictionary z_deflateSetDictionary
deflate.c 321 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength)
  /src/external/gpl3/binutils/dist/zlib/contrib/pascal/
zlibpas.pas 116 function deflateSetDictionary(var strm: z_stream; const dictionary: PChar;
205 function deflateSetDictionary; external;
  /src/external/gpl3/binutils.old/dist/zlib/contrib/pascal/
zlibpas.pas 116 function deflateSetDictionary(var strm: z_stream; const dictionary: PChar;
205 function deflateSetDictionary; external;
  /src/external/gpl3/gdb.old/dist/zlib/contrib/pascal/
zlibpas.pas 116 function deflateSetDictionary(var strm: z_stream; const dictionary: PChar;
205 function deflateSetDictionary; external;
  /src/external/gpl3/gdb/dist/zlib/contrib/pascal/
zlibpas.pas 116 function deflateSetDictionary(var strm: z_stream; const dictionary: PChar;
205 function deflateSetDictionary; external;
  /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/external/gpl3/binutils/dist/zlib/
deflate.c 550 int ZEXPORT deflateSetDictionary(z_streamp strm, const Bytef *dictionary,
zconf.h 59 # define deflateSetDictionary z_deflateSetDictionary
  /src/external/gpl3/binutils.old/dist/zlib/
deflate.c 416 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength)
zconf.h 56 # define deflateSetDictionary z_deflateSetDictionary
  /src/external/gpl3/gdb.old/dist/zlib/
deflate.c 416 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength)
zconf.h 56 # define deflateSetDictionary z_deflateSetDictionary
  /src/external/gpl3/gdb/dist/zlib/
deflate.c 550 int ZEXPORT deflateSetDictionary(z_streamp strm, const Bytef *dictionary,
zconf.h 59 # define deflateSetDictionary z_deflateSetDictionary
  /src/common/dist/zlib/
deflate.c 561 int ZEXPORT deflateSetDictionary(z_streamp strm, const Bytef *dictionary,
zconf.h 67 # define deflateSetDictionary z_deflateSetDictionary
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
zlib.h 67 # define deflateSetDictionary netpgpv_z_deflateSetDictionary
883 ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm,
915 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
918 or if the compression method is bsort). deflateSetDictionary does not
1090 deflateSetDictionary). For raw inflate, this function can be called

Completed in 58 milliseconds