Home
last modified time | relevance | path

Searched refs:LZ4_getPositionOnHash (Results 1 – 1 of 1) sorted by relevance

/linux/lib/lz4/
H A Dlz4_compress.c133 static const BYTE *LZ4_getPositionOnHash(
167 return LZ4_getPositionOnHash(h, tableBase, tableType, srcBase); in LZ4_getPosition()
264 match = LZ4_getPositionOnHash(h, in LZ4_compress_generic()
587 match = LZ4_getPositionOnHash(h, ctx->hashTable, in LZ4_compress_destSize_generic()
134 static const BYTE *LZ4_getPositionOnHash( LZ4_getPositionOnHash() function