Lines Matching full:into
56 * Default value is 14, for 16KB, which nicely fits into Intel x86 L1 cache
186 * into already allocated 'dest' buffer of size 'maxOutputSize'.
190 * If the function cannot compress 'source' into a more limited 'dest' budget,
194 * Return: Number of bytes written into buffer 'dest'
218 * Return: Number of bytes written into buffer 'dest'
236 * from 'source' buffer into already allocated buffer 'dest'
238 * This function either compresses the entire 'source' content into 'dest'
242 * Return: Number of bytes written into 'dest' (necessarily <= targetDestSize)
253 * LZ4_decompress_fast() - Decompresses data from 'source' into 'dest'
259 * Decompresses data from 'source' into 'dest'.
281 * Decompresses data from 'source' into 'dest'.
288 * Return: number of bytes decompressed into destination buffer
297 * at position 'source' into buffer 'dest'
307 * at position 'source' into destination buffer 'dest'
328 * LZ4_compress_HC() - Compress data from `src` into `dst`, using HC algorithm
340 * Compress data from 'src' into 'dst', using the more powerful
344 * Return : the number of bytes written into 'dst' or 0 if compression fails.
364 * LZ4_loadDictHC() - Load a static dictionary into LZ4_streamHC
369 * Use this function to load a static dictionary into LZ4HC_stream.
411 * effectively saved into 'safeBuffer'.
413 * Return: Number of bytes written into buffer 'dst' or 0 if compression fails
426 * save it into a safer place (char *safeBuffer).
453 * LZ4_loadDict() - Load a static dictionary into LZ4_stream
458 * Use this function to load a static dictionary into LZ4_stream.
476 * save it into a safer place (char *safeBuffer).
505 * Return: Number of bytes written into buffer 'dst' or 0 if compression fails
544 * It's the maximum size you intend to compress into a single block.
553 * data into a safe buffer, and indicate where it is saved
556 * Return: number of bytes decompressed into destination buffer
583 * It's the maximum size you intend to compress into a single block.
592 * data into a safe buffer, and indicate where it is saved
595 * Return: number of bytes decompressed into destination buffer
618 * Return: number of bytes decompressed into destination buffer
641 * Return: number of bytes decompressed into destination buffer