Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Interop.Brotli Member List

This is the complete list of members for Interop.Brotli, including all inherited members.

BrotliDecoderCreateInstance(IntPtr allocFunc, IntPtr freeFunc, IntPtr opaque)Interop.Brotlipackage
BrotliDecoderDecompress(nuint availableInput, byte *inBytes, nuint *availableOutput, byte *outBytes)Interop.Brotlipackage
BrotliDecoderDecompressStream(SafeBrotliDecoderHandle state, ref nuint availableIn, byte **nextIn, ref nuint availableOut, byte **nextOut, out nuint totalOut)Interop.Brotlipackage
BrotliDecoderDestroyInstance(IntPtr state)Interop.Brotlipackage
BrotliDecoderIsFinished(SafeBrotliDecoderHandle state)Interop.Brotlipackage
BrotliEncoderCompress(int quality, int window, int v, nuint availableInput, byte *inBytes, nuint *availableOutput, byte *outBytes)Interop.Brotlipackage
BrotliEncoderCompressStream(SafeBrotliEncoderHandle state, BrotliEncoderOperation op, ref nuint availableIn, byte **nextIn, ref nuint availableOut, byte **nextOut, out nuint totalOut)Interop.Brotlipackage
BrotliEncoderCreateInstance(IntPtr allocFunc, IntPtr freeFunc, IntPtr opaque)Interop.Brotlipackage
BrotliEncoderDestroyInstance(IntPtr state)Interop.Brotlipackage
BrotliEncoderHasMoreOutput(SafeBrotliEncoderHandle state)Interop.Brotlipackage
BrotliEncoderSetParameter(SafeBrotliEncoderHandle state, BrotliEncoderParameter parameter, uint value)Interop.Brotlipackage