Home
last modified time | relevance | path

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

/third_party/lz4/lib/
Dlz4frame.c278 U16 lz4CtxState; /* in use as: 0 = none, 1 = lz4 ctx, 2 = lz4hc ctx */ member
497 cctxPtr->lz4CtxState = 1; in LZ4F_compressFrame()
710 cctxPtr->lz4CtxState = ctxTypeID; in LZ4F_compressBegin_usingCDict()
711 } else if (cctxPtr->lz4CtxState != ctxTypeID) { in LZ4F_compressBegin_usingCDict()
720 cctxPtr->lz4CtxState = ctxTypeID; in LZ4F_compressBegin_usingCDict()