Home
last modified time | relevance | path

Searched refs:LZ4F_frameInfo_t (Results 1 - 11 of 11) sorted by relevance

/third_party/lz4/ossfuzz/
H A Dlz4_helpers.c5 LZ4F_frameInfo_t FUZZ_randomFrameInfo(uint32_t* seed) in FUZZ_randomFrameInfo()
7 LZ4F_frameInfo_t info = LZ4F_INIT_FRAMEINFO; in FUZZ_randomFrameInfo()
H A Dfuzz_data_producer.c50 LZ4F_frameInfo_t FUZZ_dataProducer_frameInfo(FUZZ_dataProducer_t* producer) in FUZZ_dataProducer_frameInfo()
52 LZ4F_frameInfo_t info = LZ4F_INIT_FRAMEINFO; in FUZZ_dataProducer_frameInfo()
H A Dlz4_helpers.h6 LZ4F_frameInfo_t FUZZ_randomFrameInfo(uint32_t* seed);
H A Dfuzz_data_producer.h33 LZ4F_frameInfo_t FUZZ_dataProducer_frameInfo(FUZZ_dataProducer_t* producer);
/third_party/lz4/lib/
H A Dlz4frame.h170 /*! LZ4F_frameInfo_t :
183 } LZ4F_frameInfo_t; typedef
193 LZ4F_frameInfo_t frameInfo;
406 * Extracted information will fill an existing LZ4F_frameInfo_t structure.
443 * note 2 : frame parameters are *copied into* an already allocated LZ4F_frameInfo_t structure.
447 LZ4F_frameInfo_t* frameInfoPtr,
H A Dlz4file.c62 LZ4F_frameInfo_t info; in LZ4F_readOpen()
H A Dlz4frame.c1208 LZ4F_frameInfo_t frameInfo;
1426 * note 2 : frame parameters are *copied into* an already allocated LZ4F_frameInfo_t structure.
1429 LZ4F_frameInfo_t* frameInfoPtr, in LZ4F_getFrameInfo()
/third_party/lz4/examples/
H A DframeCompress.c186 static size_t get_block_size(const LZ4F_frameInfo_t* info) { in get_block_size()
288 LZ4F_frameInfo_t info; in decompress_file_allocDst()
/third_party/lz4/tests/
H A DcheckFrame.c140 LZ4F_frameInfo_t frameInfo; in frameCheck()
H A Dframetest.c279 { LZ4F_frameInfo_t frame_info; in basicTests()
347 LZ4F_frameInfo_t fi; in basicTests()
/third_party/lz4/programs/
H A Dlz4io.c1424 LZ4F_frameInfo_t lz4FrameInfo;

Completed in 14 milliseconds