Lines Matching full:or

8    Redistribution and use in source and binary forms, with or without
16 in the documentation and/or other materials provided with the
20 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
23 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
24 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
25 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
26 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
27 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
145 #define LZ4_VERSION_RELEASE 5 /* for tweaks, bug-fixes, or development */
198 * or 0 if compression fails
234 or 0, if input size is incorrect (too large or negative)
263 * or fill 'dst' buffer completely with as much data as possible from 'src'.
269 * or 0 if compression fails.
276 * it's highly recommended to update liblz4 to v1.9.2 or better.
277 * If this can't be done or ensured,
390 * or 0 if there is an error (typically, cannot fit into 'dst').
405 …* Note 5 : After an error, the stream status is undefined (invalid), it can only be reset or free…
414 * @return : saved dictionary size in bytes (necessarily <= maxDictSize), or 0 if error.
439 * A dictionary can optionally be set. Use NULL or size 0 for a reset order.
454 * or 0 if there is an error (invalid maxBlockSize).
539 * signatures or semantics may change, or they may be removed altogether in the
584 * each compression, or copying a pre-loaded dictionary's LZ4_stream_t into a
632 * This can happen when data is not compressible (already compressed, or encrypted).
684 …* Accessing members will expose user code to API and/or ABI break in future versions of the librar…
706 * If you need static allocation, declare or allocate an LZ4_stream_t object.
747 * If you need static allocation, declare or allocate an LZ4_streamDecode_t object.
774 * or _CRT_SECURE_NO_WARNINGS in Visual.
782 # if defined (__cplusplus) && (__cplusplus >= 201402) /* C++14 or greater */
832 …* On top of that `LZ4_decompress_fast()` is not protected vs malformed or malicious inputs, makin…
850 * But they may happen if input data is invalid (error or intentional tampering).
862 * This is done with LZ4_initStream(), or LZ4_resetStream().