Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/lz4/
H A Dlz4.c425 struct refTables { struct
547 struct refTables *srt = (struct refTables *)ctx; in LZ4_compressCtx()
742 struct refTables *srt = (struct refTables *)ctx; in LZ4_compress64kCtx()
923 void *ctx = kmem_zalloc(sizeof (struct refTables), KM_NOSLEEP); in real_LZ4_compress()
925 void *ctx = calloc(1, sizeof (struct refTables)); in real_LZ4_compress()
942 kmem_free(ctx, sizeof (struct refTables)); in real_LZ4_compress()