Searched refs:LZ4_setStreamDecode (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/lz4/
H A Dlz4internal.h283 /*! LZ4_setStreamDecode() :
288 LZ4LIB_API int LZ4_setStreamDecode (LZ4_streamDecode_t* LZ4_streamDecode, const char* dictionary, int dictSize);
305 and indicate where it is saved using LZ4_setStreamDecode()
313 * a combination of LZ4_setStreamDecode() followed by LZ4_decompress_*_continue()
392 * init this structure using LZ4_setStreamDecode (or memset()) before first use
H A Dlz4.c1297 * LZ4_setStreamDecode() :
1303 int LZ4_setStreamDecode (LZ4_streamDecode_t* LZ4_streamDecode, const char* dictionary, int dictSize) function
1318 and indicate where it stands using LZ4_setStreamDecode()

Completed in 117 milliseconds