Home
last modified time | relevance | path

Searched refs:zip (Results 76 – 100 of 26137) sorted by relevance

12345678910>>...1046

/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/lzw/
H A Dftlzw.c116 zip->limit = zip->buffer + FT_LZW_BUFFER_SIZE; in ft_lzw_file_init()
117 zip->cursor = zip->limit; in ft_lzw_file_init()
156 zip->limit = zip->buffer + FT_LZW_BUFFER_SIZE; in ft_lzw_file_reset()
157 zip->cursor = zip->limit; in ft_lzw_file_reset()
173 zip->cursor = zip->buffer; in ft_lzw_file_fill_output()
177 zip->limit = zip->cursor + count; in ft_lzw_file_fill_output()
196 FT_ULong delta = (FT_ULong)( zip->limit - zip->cursor ); in ft_lzw_file_skip_output()
249 if ( ( zip->pos - pos ) <= (FT_ULong)( zip->cursor - zip->buffer ) ) in ft_lzw_file_io()
251 zip->cursor -= zip->pos - pos; in ft_lzw_file_io()
279 delta = (FT_ULong)( zip->limit - zip->cursor ); in ft_lzw_file_io()
[all …]
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/lzw/
H A Dftlzw.c116 zip->limit = zip->buffer + FT_LZW_BUFFER_SIZE; in ft_lzw_file_init()
117 zip->cursor = zip->limit; in ft_lzw_file_init()
156 zip->limit = zip->buffer + FT_LZW_BUFFER_SIZE; in ft_lzw_file_reset()
157 zip->cursor = zip->limit; in ft_lzw_file_reset()
173 zip->cursor = zip->buffer; in ft_lzw_file_fill_output()
177 zip->limit = zip->cursor + count; in ft_lzw_file_fill_output()
196 FT_ULong delta = (FT_ULong)( zip->limit - zip->cursor ); in ft_lzw_file_skip_output()
249 if ( ( zip->pos - pos ) <= (FT_ULong)( zip->cursor - zip->buffer ) ) in ft_lzw_file_io()
251 zip->cursor -= zip->pos - pos; in ft_lzw_file_io()
279 delta = (FT_ULong)( zip->limit - zip->cursor ); in ft_lzw_file_io()
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/freetype/src/lzw/
H A Dftlzw.c120 zip->limit = zip->buffer + FT_LZW_BUFFER_SIZE; in ft_lzw_file_init()
121 zip->cursor = zip->limit; in ft_lzw_file_init()
160 zip->limit = zip->buffer + FT_LZW_BUFFER_SIZE; in ft_lzw_file_reset()
161 zip->cursor = zip->limit; in ft_lzw_file_reset()
177 zip->cursor = zip->buffer; in ft_lzw_file_fill_output()
181 zip->limit = zip->cursor + count; in ft_lzw_file_fill_output()
200 FT_ULong delta = (FT_ULong)( zip->limit - zip->cursor ); in ft_lzw_file_skip_output()
253 if ( ( zip->pos - pos ) <= (FT_ULong)( zip->cursor - zip->buffer ) ) in ft_lzw_file_io()
255 zip->cursor -= zip->pos - pos; in ft_lzw_file_io()
283 delta = (FT_ULong)( zip->limit - zip->cursor ); in ft_lzw_file_io()
[all …]
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/freetype/src/lzw/
H A Dftlzw.c120 zip->limit = zip->buffer + FT_LZW_BUFFER_SIZE; in ft_lzw_file_init()
121 zip->cursor = zip->limit; in ft_lzw_file_init()
160 zip->limit = zip->buffer + FT_LZW_BUFFER_SIZE; in ft_lzw_file_reset()
161 zip->cursor = zip->limit; in ft_lzw_file_reset()
177 zip->cursor = zip->buffer; in ft_lzw_file_fill_output()
181 zip->limit = zip->cursor + count; in ft_lzw_file_fill_output()
200 FT_ULong delta = (FT_ULong)( zip->limit - zip->cursor ); in ft_lzw_file_skip_output()
253 if ( ( zip->pos - pos ) <= (FT_ULong)( zip->cursor - zip->buffer ) ) in ft_lzw_file_io()
255 zip->cursor -= zip->pos - pos; in ft_lzw_file_io()
283 delta = (FT_ULong)( zip->limit - zip->cursor ); in ft_lzw_file_io()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/modules/freetype2/src/lzw/
H A Dftlzw.c120 zip->limit = zip->buffer + FT_LZW_BUFFER_SIZE; in ft_lzw_file_init()
121 zip->cursor = zip->limit; in ft_lzw_file_init()
160 zip->limit = zip->buffer + FT_LZW_BUFFER_SIZE; in ft_lzw_file_reset()
161 zip->cursor = zip->limit; in ft_lzw_file_reset()
177 zip->cursor = zip->buffer; in ft_lzw_file_fill_output()
181 zip->limit = zip->cursor + count; in ft_lzw_file_fill_output()
200 FT_ULong delta = (FT_ULong)( zip->limit - zip->cursor ); in ft_lzw_file_skip_output()
253 if ( ( zip->pos - pos ) <= (FT_ULong)( zip->cursor - zip->buffer ) ) in ft_lzw_file_io()
255 zip->cursor -= zip->pos - pos; in ft_lzw_file_io()
283 delta = (FT_ULong)( zip->limit - zip->cursor ); in ft_lzw_file_io()
[all …]
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/freetype/src/lzw/
H A Dftlzw.c116 zip->limit = zip->buffer + FT_LZW_BUFFER_SIZE; in ft_lzw_file_init()
117 zip->cursor = zip->limit; in ft_lzw_file_init()
156 zip->limit = zip->buffer + FT_LZW_BUFFER_SIZE; in ft_lzw_file_reset()
157 zip->cursor = zip->limit; in ft_lzw_file_reset()
173 zip->cursor = zip->buffer; in ft_lzw_file_fill_output()
177 zip->limit = zip->cursor + count; in ft_lzw_file_fill_output()
196 FT_ULong delta = (FT_ULong)( zip->limit - zip->cursor ); in ft_lzw_file_skip_output()
249 if ( ( zip->pos - pos ) <= (FT_ULong)( zip->cursor - zip->buffer ) ) in ft_lzw_file_io()
251 zip->cursor -= zip->pos - pos; in ft_lzw_file_io()
279 delta = (FT_ULong)( zip->limit - zip->cursor ); in ft_lzw_file_io()
[all …]
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/freetype-sys-0.13.1/freetype2/src/lzw/
H A Dftlzw.c120 zip->limit = zip->buffer + FT_LZW_BUFFER_SIZE; in ft_lzw_file_init()
121 zip->cursor = zip->limit; in ft_lzw_file_init()
160 zip->limit = zip->buffer + FT_LZW_BUFFER_SIZE; in ft_lzw_file_reset()
161 zip->cursor = zip->limit; in ft_lzw_file_reset()
177 zip->cursor = zip->buffer; in ft_lzw_file_fill_output()
181 zip->limit = zip->cursor + count; in ft_lzw_file_fill_output()
200 FT_ULong delta = (FT_ULong)( zip->limit - zip->cursor ); in ft_lzw_file_skip_output()
253 if ( ( zip->pos - pos ) <= (FT_ULong)( zip->cursor - zip->buffer ) ) in ft_lzw_file_io()
255 zip->cursor -= zip->pos - pos; in ft_lzw_file_io()
283 delta = (FT_ULong)( zip->limit - zip->cursor ); in ft_lzw_file_io()
[all …]
/dports/audio/musescore/MuseScore-3.6.1/thirdparty/freetype/src/lzw/
H A Dftlzw.c120 zip->limit = zip->buffer + FT_LZW_BUFFER_SIZE; in ft_lzw_file_init()
121 zip->cursor = zip->limit; in ft_lzw_file_init()
160 zip->limit = zip->buffer + FT_LZW_BUFFER_SIZE; in ft_lzw_file_reset()
161 zip->cursor = zip->limit; in ft_lzw_file_reset()
177 zip->cursor = zip->buffer; in ft_lzw_file_fill_output()
181 zip->limit = zip->cursor + count; in ft_lzw_file_fill_output()
200 FT_ULong delta = (FT_ULong)( zip->limit - zip->cursor ); in ft_lzw_file_skip_output()
253 if ( ( zip->pos - pos ) <= (FT_ULong)( zip->cursor - zip->buffer ) ) in ft_lzw_file_io()
255 zip->cursor -= zip->pos - pos; in ft_lzw_file_io()
283 delta = (FT_ULong)( zip->limit - zip->cursor ); in ft_lzw_file_io()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/modules/freetype2/src/lzw/
H A Dftlzw.c115 zip->limit = zip->buffer + FT_LZW_BUFFER_SIZE; in ft_lzw_file_init()
116 zip->cursor = zip->limit; in ft_lzw_file_init()
155 zip->limit = zip->buffer + FT_LZW_BUFFER_SIZE; in ft_lzw_file_reset()
156 zip->cursor = zip->limit; in ft_lzw_file_reset()
172 zip->cursor = zip->buffer; in ft_lzw_file_fill_output()
176 zip->limit = zip->cursor + count; in ft_lzw_file_fill_output()
195 FT_ULong delta = (FT_ULong)( zip->limit - zip->cursor ); in ft_lzw_file_skip_output()
248 if ( ( zip->pos - pos ) <= (FT_ULong)( zip->cursor - zip->buffer ) ) in ft_lzw_file_io()
250 zip->cursor -= zip->pos - pos; in ft_lzw_file_io()
278 delta = (FT_ULong)( zip->limit - zip->cursor ); in ft_lzw_file_io()
[all …]
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/servo-freetype-sys-4.0.5/freetype2/src/lzw/
H A Dftlzw.c120 zip->limit = zip->buffer + FT_LZW_BUFFER_SIZE; in ft_lzw_file_init()
121 zip->cursor = zip->limit; in ft_lzw_file_init()
160 zip->limit = zip->buffer + FT_LZW_BUFFER_SIZE; in ft_lzw_file_reset()
161 zip->cursor = zip->limit; in ft_lzw_file_reset()
177 zip->cursor = zip->buffer; in ft_lzw_file_fill_output()
181 zip->limit = zip->cursor + count; in ft_lzw_file_fill_output()
200 FT_ULong delta = (FT_ULong)( zip->limit - zip->cursor ); in ft_lzw_file_skip_output()
253 if ( ( zip->pos - pos ) <= (FT_ULong)( zip->cursor - zip->buffer ) ) in ft_lzw_file_io()
255 zip->cursor -= zip->pos - pos; in ft_lzw_file_io()
283 delta = (FT_ULong)( zip->limit - zip->cursor ); in ft_lzw_file_io()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/modules/freetype2/src/lzw/
H A Dftlzw.c116 zip->limit = zip->buffer + FT_LZW_BUFFER_SIZE; in ft_lzw_file_init()
117 zip->cursor = zip->limit; in ft_lzw_file_init()
156 zip->limit = zip->buffer + FT_LZW_BUFFER_SIZE; in ft_lzw_file_reset()
157 zip->cursor = zip->limit; in ft_lzw_file_reset()
173 zip->cursor = zip->buffer; in ft_lzw_file_fill_output()
177 zip->limit = zip->cursor + count; in ft_lzw_file_fill_output()
196 FT_ULong delta = (FT_ULong)( zip->limit - zip->cursor ); in ft_lzw_file_skip_output()
249 if ( ( zip->pos - pos ) <= (FT_ULong)( zip->cursor - zip->buffer ) ) in ft_lzw_file_io()
251 zip->cursor -= zip->pos - pos; in ft_lzw_file_io()
279 delta = (FT_ULong)( zip->limit - zip->cursor ); in ft_lzw_file_io()
[all …]
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/lzw/
H A Dftlzw.c116 zip->limit = zip->buffer + FT_LZW_BUFFER_SIZE; in ft_lzw_file_init()
117 zip->cursor = zip->limit; in ft_lzw_file_init()
156 zip->limit = zip->buffer + FT_LZW_BUFFER_SIZE; in ft_lzw_file_reset()
157 zip->cursor = zip->limit; in ft_lzw_file_reset()
173 zip->cursor = zip->buffer; in ft_lzw_file_fill_output()
177 zip->limit = zip->cursor + count; in ft_lzw_file_fill_output()
196 FT_ULong delta = (FT_ULong)( zip->limit - zip->cursor ); in ft_lzw_file_skip_output()
249 if ( ( zip->pos - pos ) <= (FT_ULong)( zip->cursor - zip->buffer ) ) in ft_lzw_file_io()
251 zip->cursor -= zip->pos - pos; in ft_lzw_file_io()
279 delta = (FT_ULong)( zip->limit - zip->cursor ); in ft_lzw_file_io()
[all …]
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/lzw/
H A Dftlzw.c116 zip->limit = zip->buffer + FT_LZW_BUFFER_SIZE; in ft_lzw_file_init()
117 zip->cursor = zip->limit; in ft_lzw_file_init()
156 zip->limit = zip->buffer + FT_LZW_BUFFER_SIZE; in ft_lzw_file_reset()
157 zip->cursor = zip->limit; in ft_lzw_file_reset()
173 zip->cursor = zip->buffer; in ft_lzw_file_fill_output()
177 zip->limit = zip->cursor + count; in ft_lzw_file_fill_output()
196 FT_ULong delta = (FT_ULong)( zip->limit - zip->cursor ); in ft_lzw_file_skip_output()
249 if ( ( zip->pos - pos ) <= (FT_ULong)( zip->cursor - zip->buffer ) ) in ft_lzw_file_io()
251 zip->cursor -= zip->pos - pos; in ft_lzw_file_io()
279 delta = (FT_ULong)( zip->limit - zip->cursor ); in ft_lzw_file_io()
[all …]
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/lzw/
H A Dftlzw.c116 zip->limit = zip->buffer + FT_LZW_BUFFER_SIZE; in ft_lzw_file_init()
117 zip->cursor = zip->limit; in ft_lzw_file_init()
156 zip->limit = zip->buffer + FT_LZW_BUFFER_SIZE; in ft_lzw_file_reset()
157 zip->cursor = zip->limit; in ft_lzw_file_reset()
173 zip->cursor = zip->buffer; in ft_lzw_file_fill_output()
177 zip->limit = zip->cursor + count; in ft_lzw_file_fill_output()
196 FT_ULong delta = (FT_ULong)( zip->limit - zip->cursor ); in ft_lzw_file_skip_output()
249 if ( ( zip->pos - pos ) <= (FT_ULong)( zip->cursor - zip->buffer ) ) in ft_lzw_file_io()
251 zip->cursor -= zip->pos - pos; in ft_lzw_file_io()
279 delta = (FT_ULong)( zip->limit - zip->cursor ); in ft_lzw_file_io()
[all …]
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/lzw/
H A Dftlzw.c116 zip->limit = zip->buffer + FT_LZW_BUFFER_SIZE; in ft_lzw_file_init()
117 zip->cursor = zip->limit; in ft_lzw_file_init()
156 zip->limit = zip->buffer + FT_LZW_BUFFER_SIZE; in ft_lzw_file_reset()
157 zip->cursor = zip->limit; in ft_lzw_file_reset()
173 zip->cursor = zip->buffer; in ft_lzw_file_fill_output()
177 zip->limit = zip->cursor + count; in ft_lzw_file_fill_output()
196 FT_ULong delta = (FT_ULong)( zip->limit - zip->cursor ); in ft_lzw_file_skip_output()
249 if ( ( zip->pos - pos ) <= (FT_ULong)( zip->cursor - zip->buffer ) ) in ft_lzw_file_io()
251 zip->cursor -= zip->pos - pos; in ft_lzw_file_io()
279 delta = (FT_ULong)( zip->limit - zip->cursor ); in ft_lzw_file_io()
[all …]
/dports/graphics/sdl2_ttf/SDL2_ttf-2.0.15/external/freetype-2.9.1/src/lzw/
H A Dftlzw.c120 zip->limit = zip->buffer + FT_LZW_BUFFER_SIZE; in ft_lzw_file_init()
121 zip->cursor = zip->limit; in ft_lzw_file_init()
160 zip->limit = zip->buffer + FT_LZW_BUFFER_SIZE; in ft_lzw_file_reset()
161 zip->cursor = zip->limit; in ft_lzw_file_reset()
177 zip->cursor = zip->buffer; in ft_lzw_file_fill_output()
181 zip->limit = zip->cursor + count; in ft_lzw_file_fill_output()
200 FT_ULong delta = (FT_ULong)( zip->limit - zip->cursor ); in ft_lzw_file_skip_output()
253 if ( ( zip->pos - pos ) <= (FT_ULong)( zip->cursor - zip->buffer ) ) in ft_lzw_file_io()
255 zip->cursor -= zip->pos - pos; in ft_lzw_file_io()
283 delta = (FT_ULong)( zip->limit - zip->cursor ); in ft_lzw_file_io()
[all …]
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/lzw/
H A Dftlzw.c116 zip->limit = zip->buffer + FT_LZW_BUFFER_SIZE; in ft_lzw_file_init()
117 zip->cursor = zip->limit; in ft_lzw_file_init()
156 zip->limit = zip->buffer + FT_LZW_BUFFER_SIZE; in ft_lzw_file_reset()
157 zip->cursor = zip->limit; in ft_lzw_file_reset()
173 zip->cursor = zip->buffer; in ft_lzw_file_fill_output()
177 zip->limit = zip->cursor + count; in ft_lzw_file_fill_output()
196 FT_ULong delta = (FT_ULong)( zip->limit - zip->cursor ); in ft_lzw_file_skip_output()
249 if ( ( zip->pos - pos ) <= (FT_ULong)( zip->cursor - zip->buffer ) ) in ft_lzw_file_io()
251 zip->cursor -= zip->pos - pos; in ft_lzw_file_io()
279 delta = (FT_ULong)( zip->limit - zip->cursor ); in ft_lzw_file_io()
[all …]
/dports/print/tex-xdvik/xdvik-22.87/libs/freetype2/freetype-2.5.3/src/lzw/
H A Dftlzw.c121 zip->limit = zip->buffer + FT_LZW_BUFFER_SIZE; in ft_lzw_file_init()
122 zip->cursor = zip->limit; in ft_lzw_file_init()
161 zip->limit = zip->buffer + FT_LZW_BUFFER_SIZE; in ft_lzw_file_reset()
162 zip->cursor = zip->limit; in ft_lzw_file_reset()
178 zip->cursor = zip->buffer; in ft_lzw_file_fill_output()
182 zip->limit = zip->cursor + count; in ft_lzw_file_fill_output()
201 FT_ULong delta = (FT_ULong)( zip->limit - zip->cursor ); in ft_lzw_file_skip_output()
254 if ( ( zip->pos - pos ) <= (FT_ULong)( zip->cursor - zip->buffer ) ) in ft_lzw_file_io()
256 zip->cursor -= zip->pos - pos; in ft_lzw_file_io()
284 delta = (FT_ULong)( zip->limit - zip->cursor ); in ft_lzw_file_io()
[all …]
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/freetype-sys-0.13.1/freetype2/src/lzw/
H A Dftlzw.c120 zip->limit = zip->buffer + FT_LZW_BUFFER_SIZE; in ft_lzw_file_init()
121 zip->cursor = zip->limit; in ft_lzw_file_init()
160 zip->limit = zip->buffer + FT_LZW_BUFFER_SIZE; in ft_lzw_file_reset()
161 zip->cursor = zip->limit; in ft_lzw_file_reset()
177 zip->cursor = zip->buffer; in ft_lzw_file_fill_output()
181 zip->limit = zip->cursor + count; in ft_lzw_file_fill_output()
200 FT_ULong delta = (FT_ULong)( zip->limit - zip->cursor ); in ft_lzw_file_skip_output()
253 if ( ( zip->pos - pos ) <= (FT_ULong)( zip->cursor - zip->buffer ) ) in ft_lzw_file_io()
255 zip->cursor -= zip->pos - pos; in ft_lzw_file_io()
283 delta = (FT_ULong)( zip->limit - zip->cursor ); in ft_lzw_file_io()
[all …]
/dports/archivers/unarr/unarr-1.0.1/zip/
H A Dzip.c9 free(zip->entry.name); in zip_close()
46 free(zip->entry.name); in zip_parse_local_entry()
47 zip->entry.name = NULL; in zip_parse_local_entry()
50 zip->progress.crc = 0; in zip_parse_local_entry()
55 …if (entry.datasize == 0 && ar_entry_get_name(ar) && *zip->entry.name && zip->entry.name[strlen(zip in zip_parse_local_entry()
94 free(zip->entry.name); in zip_parse_entry()
147 else if (zip->deflatedonly && zip->entry.method != METHOD_DEFLATE) { in zip_uncompress()
156 zip->progress.crc = ar_crc32(zip->progress.crc, buffer, count); in zip_uncompress()
159 …if (zip->uncomp.initialized ? !zip->uncomp.input.at_eof || zip->uncomp.input.bytes_left : zip->pro… in zip_uncompress()
161 if (zip->progress.crc != zip->entry.crc) { in zip_uncompress()
[all …]
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/chartdldr_pi/src/unarr/zip/
H A Dzip.c9 free(zip->entry.name); in zip_close()
46 free(zip->entry.name); in zip_parse_local_entry()
47 zip->entry.name = NULL; in zip_parse_local_entry()
50 zip->progress.crc = 0; in zip_parse_local_entry()
55 …if (entry.datasize == 0 && ar_entry_get_name(ar) && *zip->entry.name && zip->entry.name[strlen(zip in zip_parse_local_entry()
94 free(zip->entry.name); in zip_parse_entry()
147 else if (zip->deflatedonly && zip->entry.method != METHOD_DEFLATE) { in zip_uncompress()
156 zip->progress.crc = ar_crc32(zip->progress.crc, buffer, count); in zip_uncompress()
159 …if (zip->uncomp.initialized ? !zip->uncomp.input.at_eof || zip->uncomp.input.bytes_left : zip->pro… in zip_uncompress()
161 if (zip->progress.crc != zip->entry.crc) { in zip_uncompress()
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/bzip2/
H A Dftbzip2.c154 zip->limit = zip->buffer + FT_BZIP2_BUFFER_SIZE; in ft_bzip2_file_init()
155 zip->cursor = zip->limit; in ft_bzip2_file_init()
229 zip->limit = zip->buffer + FT_BZIP2_BUFFER_SIZE; in ft_bzip2_file_reset()
230 zip->cursor = zip->limit; in ft_bzip2_file_reset()
254 zip->limit = zip->cursor; in ft_bzip2_file_fill_input()
266 zip->limit = zip->cursor; in ft_bzip2_file_fill_input()
288 zip->cursor = zip->buffer; in ft_bzip2_file_fill_output()
309 if ( zip->limit == zip->cursor ) in ft_bzip2_file_fill_output()
315 zip->limit = zip->cursor; in ft_bzip2_file_fill_output()
336 delta = (FT_ULong)( zip->limit - zip->cursor ); in ft_bzip2_file_skip_output()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/freetype/src/bzip2/
H A Dftbzip2.c158 zip->limit = zip->buffer + FT_BZIP2_BUFFER_SIZE; in ft_bzip2_file_init()
159 zip->cursor = zip->limit; in ft_bzip2_file_init()
233 zip->limit = zip->buffer + FT_BZIP2_BUFFER_SIZE; in ft_bzip2_file_reset()
234 zip->cursor = zip->limit; in ft_bzip2_file_reset()
258 zip->limit = zip->cursor; in ft_bzip2_file_fill_input()
270 zip->limit = zip->cursor; in ft_bzip2_file_fill_input()
292 zip->cursor = zip->buffer; in ft_bzip2_file_fill_output()
313 if ( zip->limit == zip->cursor ) in ft_bzip2_file_fill_output()
319 zip->limit = zip->cursor; in ft_bzip2_file_fill_output()
340 delta = (FT_ULong)( zip->limit - zip->cursor ); in ft_bzip2_file_skip_output()
[all …]
/dports/games/iortcw/iortcw-1.51c/SP/code/freetype-2.9/src/bzip2/
H A Dftbzip2.c158 zip->limit = zip->buffer + FT_BZIP2_BUFFER_SIZE; in ft_bzip2_file_init()
159 zip->cursor = zip->limit; in ft_bzip2_file_init()
233 zip->limit = zip->buffer + FT_BZIP2_BUFFER_SIZE; in ft_bzip2_file_reset()
234 zip->cursor = zip->limit; in ft_bzip2_file_reset()
258 zip->limit = zip->cursor; in ft_bzip2_file_fill_input()
270 zip->limit = zip->cursor; in ft_bzip2_file_fill_input()
292 zip->cursor = zip->buffer; in ft_bzip2_file_fill_output()
313 if ( zip->limit == zip->cursor ) in ft_bzip2_file_fill_output()
319 zip->limit = zip->cursor; in ft_bzip2_file_fill_output()
340 delta = (FT_ULong)( zip->limit - zip->cursor ); in ft_bzip2_file_skip_output()
[all …]
/dports/games/iortcw/iortcw-1.51c/MP/code/freetype-2.9/src/bzip2/
H A Dftbzip2.c158 zip->limit = zip->buffer + FT_BZIP2_BUFFER_SIZE; in ft_bzip2_file_init()
159 zip->cursor = zip->limit; in ft_bzip2_file_init()
233 zip->limit = zip->buffer + FT_BZIP2_BUFFER_SIZE; in ft_bzip2_file_reset()
234 zip->cursor = zip->limit; in ft_bzip2_file_reset()
258 zip->limit = zip->cursor; in ft_bzip2_file_fill_input()
270 zip->limit = zip->cursor; in ft_bzip2_file_fill_input()
292 zip->cursor = zip->buffer; in ft_bzip2_file_fill_output()
313 if ( zip->limit == zip->cursor ) in ft_bzip2_file_fill_output()
319 zip->limit = zip->cursor; in ft_bzip2_file_fill_output()
340 delta = (FT_ULong)( zip->limit - zip->cursor ); in ft_bzip2_file_skip_output()
[all …]

12345678910>>...1046