• Home
  • Raw
  • Download

Lines Matching full:function

17   alloc_func = function(opaque: Pointer; items, size: Integer): Pointer;  in paque()
22 in_func = function(opaque: Pointer; var buf: PByte): Integer; in paque()
24 out_func = function(opaque: Pointer; buf: PByte; size: Integer): Integer; in paque()
105 function zlibVersion: PChar; in zlibVersion()
106 function deflateInit(var strm: z_stream; level: Integer): Integer; in deflateInit()
107 function deflate(var strm: z_stream; flush: Integer): Integer; in deflate()
108 function deflateEnd(var strm: z_stream): Integer; in deflateEnd()
109 function inflateInit(var strm: z_stream): Integer; in inflateInit()
110 function inflate(var strm: z_stream; flush: Integer): Integer; in inflate()
111 function inflateEnd(var strm: z_stream): Integer; in inflateEnd()
114 function deflateInit2(var strm: z_stream; level, method, windowBits, in deflateInit2()
116 function deflateSetDictionary(var strm: z_stream; const dictionary: PChar; in deflateSetDictionary()
118 function deflateCopy(var dest, source: z_stream): Integer; in deflateCopy()
119 function deflateReset(var strm: z_stream): Integer; in deflateReset()
120 function deflateParams(var strm: z_stream; level, strategy: Integer): Integer; in deflateParams()
121 function deflateTune(var strm: z_stream; good_length, max_lazy, nice_length, max_chain: Integer): I… in deflateTune()
122 function deflateBound(var strm: z_stream; sourceLen: LongInt): LongInt; in deflateBound()
123 function deflatePending(var strm: z_stream; var pending: Integer; var bits: Integer): Integer; in deflatePending()
124 function deflatePrime(var strm: z_stream; bits, value: Integer): Integer; in deflatePrime()
125 function deflateSetHeader(var strm: z_stream; head: gz_header): Integer; in deflateSetHeader()
126 function inflateInit2(var strm: z_stream; windowBits: Integer): Integer; in inflateInit2()
127 function inflateSetDictionary(var strm: z_stream; const dictionary: PChar; in inflateSetDictionary()
129 function inflateSync(var strm: z_stream): Integer; in inflateSync()
130 function inflateCopy(var dest, source: z_stream): Integer; in inflateCopy()
131 function inflateReset(var strm: z_stream): Integer; in inflateReset()
132 function inflateReset2(var strm: z_stream; windowBits: Integer): Integer; in inflateReset2()
133 function inflatePrime(var strm: z_stream; bits, value: Integer): Integer; in inflatePrime()
134 function inflateMark(var strm: z_stream): LongInt; in inflateMark()
135 function inflateGetHeader(var strm: z_stream; var head: gz_header): Integer; in inflateGetHeader()
136 function inflateBackInit(var strm: z_stream; in inflateBackInit()
138 function inflateBack(var strm: z_stream; in_fn: in_func; in_desc: Pointer; in inflateBack()
140 function inflateBackEnd(var strm: z_stream): Integer; in inflateBackEnd()
141 function zlibCompileFlags: LongInt; in zlibCompileFlags()
144 function compress(dest: PChar; var destLen: LongInt; in compress()
146 function compress2(dest: PChar; var destLen: LongInt; in compress2()
149 function compressBound(sourceLen: LongInt): LongInt; in compressBound()
150 function uncompress(dest: PChar; var destLen: LongInt; in uncompress()
154 function adler32(adler: LongInt; const buf: PChar; len: Integer): LongInt; in adler32()
155 function adler32_combine(adler1, adler2, len2: LongInt): LongInt; in adler32_combine()
156 function crc32(crc: LongInt; const buf: PChar; len: Integer): LongInt; in crc32()
157 function crc32_combine(crc1, crc2, len2: LongInt): LongInt; in crc32_combine()
160 function deflateInit_(var strm: z_stream; level: Integer; in deflateInit_()
162 function inflateInit_(var strm: z_stream; const version: PChar; in inflateInit_()
164 function deflateInit2_(var strm: z_stream; in deflateInit2_()
167 function inflateInit2_(var strm: z_stream; windowBits: Integer; in inflateInit2_()
169 function inflateBackInit_(var strm: z_stream; in inflateBackInit_()
188 function adler32; external; in adler32()
189 function adler32_combine; external; in adler32_combine()
190 function compress; external; in compress()
191 function compress2; external; in compress2()
192 function compressBound; external; in compressBound()
193 function crc32; external; in crc32()
194 function crc32_combine; external; in crc32_combine()
195 function deflate; external; in deflate()
196 function deflateBound; external; in deflateBound()
197 function deflateCopy; external; in deflateCopy()
198 function deflateEnd; external; in deflateEnd()
199 function deflateInit_; external; in deflateInit_()
200 function deflateInit2_; external; in deflateInit2_()
201 function deflateParams; external; in deflateParams()
202 function deflatePending; external; in deflatePending()
203 function deflatePrime; external; in deflatePrime()
204 function deflateReset; external; in deflateReset()
205 function deflateSetDictionary; external; in deflateSetDictionary()
206 function deflateSetHeader; external; in deflateSetHeader()
207 function deflateTune; external; in deflateTune()
208 function inflate; external; in inflate()
209 function inflateBack; external; in inflateBack()
210 function inflateBackEnd; external; in inflateBackEnd()
211 function inflateBackInit_; external; in inflateBackInit_()
212 function inflateCopy; external; in inflateCopy()
213 function inflateEnd; external; in inflateEnd()
214 function inflateGetHeader; external; in inflateGetHeader()
215 function inflateInit_; external; in inflateInit_()
216 function inflateInit2_; external; in inflateInit2_()
217 function inflateMark; external; in inflateMark()
218 function inflatePrime; external; in inflatePrime()
219 function inflateReset; external; in inflateReset()
220 function inflateReset2; external; in inflateReset2()
221 function inflateSetDictionary; external; in inflateSetDictionary()
222 function inflateSync; external; in inflateSync()
223 function uncompress; external; in uncompress()
224 function zlibCompileFlags; external; in zlibCompileFlags()
225 function zlibVersion; external; in zlibVersion()
227 function deflateInit(var strm: z_stream; level: Integer): Integer; in deflateInit()
232 function deflateInit2(var strm: z_stream; level, method, windowBits, memLevel, in deflateInit2()
239 function inflateInit(var strm: z_stream): Integer; in inflateInit()
244 function inflateInit2(var strm: z_stream; windowBits: Integer): Integer; in inflateInit2()
249 function inflateBackInit(var strm: z_stream; in inflateBackInit()
256 function _malloc(Size: Integer): Pointer; cdecl; in _malloc()