Searched refs:lz4CtxState (Results 1 – 1 of 1) sorted by relevance
278 U16 lz4CtxState; /* in use as: 0 = none, 1 = lz4 ctx, 2 = lz4hc ctx */ member497 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()