Home
last modified time | relevance | path

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

/third_party/lz4/lib/
H A Dlz4frame.c277 U16 lz4CtxAlloc; /* sized for: 0 = none, 1 = lz4 ctx, 2 = lz4hc ctx */ member
496 cctxPtr->lz4CtxAlloc = 1; in LZ4F_compressFrame()
693 int allocatedSize = ctxTypeID_to_size(cctxPtr->lz4CtxAlloc); in LZ4F_compressBegin_usingCDict()
709 cctxPtr->lz4CtxAlloc = ctxTypeID; in LZ4F_compressBegin_usingCDict()

Completed in 5 milliseconds