Searched refs:ctxCreation (Results 1 – 1 of 1) sorted by relevance
129 size_t const ctxCreation = LZ4F_createCompressionContext(&ctx, LZ4F_VERSION); in compress_file() local135 if (!LZ4F_isError(ctxCreation) && src && outbuff) { in compress_file()