Searched refs:inflateSetDictionary (Results 1 - 9 of 9) sorted by relevance

/haiku-fatelf/src/libs/pdflib/libs/flate/
H A Dzconf.h60 # define inflateSetDictionary psp_z_inflateSetDictionary macro
116 # define inflateSetDictionary pdf_z_inflateSetDictionary macro
371 # pragma map(inflateSetDictionary,"INSEDI")
H A Dzlib.h363 If a preset dictionary is needed at this point (see inflateSetDictionary
455 dictionary (see inflateSetDictionary).
556 ZEXTERN int ZEXPORT inflateSetDictionary OF((z_streamp strm,
567 inflateSetDictionary returns Z_OK if success, Z_STREAM_ERROR if a
570 expected one (incorrect Adler32 value). inflateSetDictionary does not
H A Dinflate.c20 DICT0, /* waiting for inflateSetDictionary */
280 int ZEXPORT inflateSetDictionary( function
/haiku-fatelf/headers/libs/zlib/
H A Dzconf.h94 # define inflateSetDictionary z_inflateSetDictionary macro
421 #pragma map(inflateSetDictionary,"INSEDI")
H A Dzlib.h467 If a preset dictionary is needed after this call (see inflateSetDictionary
586 dictionary (see inflateSetDictionary).
784 ZEXTERN int ZEXPORT inflateSetDictionary OF((z_streamp strm,
798 inflateSetDictionary returns Z_OK if success, Z_STREAM_ERROR if a
801 expected one (incorrect adler32 value). inflateSetDictionary does not
/haiku-fatelf/src/libs/zlib/
H A Dzconf.h94 # define inflateSetDictionary z_inflateSetDictionary macro
421 #pragma map(inflateSetDictionary,"INSEDI")
H A Dzlib.h467 If a preset dictionary is needed after this call (see inflateSetDictionary
586 dictionary (see inflateSetDictionary).
784 ZEXTERN int ZEXPORT inflateSetDictionary OF((z_streamp strm,
798 inflateSetDictionary returns Z_OK if success, Z_STREAM_ERROR if a
801 expected one (incorrect adler32 value). inflateSetDictionary does not
H A Dexample.c493 err = inflateSetDictionary(&d_stream, (const Bytef*)dictionary,
H A Dinflate.c1252 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength)

Completed in 93 milliseconds