Searched refs:lz4CtxState (Results 1 – 1 of 1) sorted by relevance
238 U16 lz4CtxState; /* in use as: 0 = none, 1 = lz4 ctx, 2 = lz4hc ctx */ member453 cctxPtr->lz4CtxState = 1; in LZ4F_compressFrame()625 cctxPtr->lz4CtxState = ctxTypeID; in LZ4F_compressBegin_usingCDict()626 } else if (cctxPtr->lz4CtxState != ctxTypeID) { in LZ4F_compressBegin_usingCDict()635 cctxPtr->lz4CtxState = ctxTypeID; in LZ4F_compressBegin_usingCDict()