Home | History | Annotate | Download | only in pascal

Lines Matching full:external

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;