Home
last modified time | relevance | path

Searched defs:ctxPtr (Results 1 – 2 of 2) sorted by relevance

/third_party/lz4/lib/
Dlz4hc.c1059 LZ4HC_CCtx_internal* const ctxPtr = &LZ4_streamHCPtr->internal_donotuse; in LZ4_loadDictHC() local
1083 static void LZ4HC_setExternalDict(LZ4HC_CCtx_internal* ctxPtr, const BYTE* newBlock) in LZ4HC_setExternalDict()
1107 LZ4HC_CCtx_internal* const ctxPtr = &LZ4_streamHCPtr->internal_donotuse; in LZ4_compressHC_continue_generic() local
Dlz4.c1358 … LZ4_stream_t* ctxPtr = ALLOC(sizeof(LZ4_stream_t)); /* malloc-calloc always properly aligned */ in LZ4_compress_fast() local
1362 LZ4_stream_t* const ctxPtr = &ctx; in LZ4_compress_fast() local