Lines Matching refs:function

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