Home
last modified time | relevance | path

Searched refs:zout_end (Results 1 – 25 of 109) sorted by relevance

12345

/dports/emulators/gngeo/gngeo-gngeo_0.8/src/
H A Dstb_zlib.h41 char *zout_end; member
H A Dstb_image.c1706 char *zout_end; member
1770 limit = (int) (z->zout_end - z->zout_start); in expand()
1777 z->zout_end = q + limit; in expand()
1801 if (a->zout >= a->zout_end) if (!expand(a, 1)) return 0; in parse_huffman_block()
1815 if (a->zout + len > a->zout_end) if (!expand(a, len)) return 0; in parse_huffman_block()
1890 if (a->zout + len > a->zout_end) in parse_uncompressed_block()
1960 a->zout_end = obuf + olen; in do_zlib()
/dports/math/pspp/pspp-1.4.1/src/data/
H A Dsys-file-reader.c221 unsigned int zout_end; /* Number of bytes of data in zout_buf. */ member
3680 r->zout_pos = r->zout_end = 0; in open_zstream()
3719 if (r->zout_pos < r->zout_end) in read_bytes_zlib()
3721 unsigned int n = MIN (byte_cnt, r->zout_end - r->zout_pos); in read_bytes_zlib()
3753 r->zout_end = r->zstream.next_out - r->zout_buf; in read_bytes_zlib()
3754 if (r->zout_end == 0) in read_bytes_zlib()
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/libprojectm/Renderer/SOIL/
H A Dstb_image_aug.c1698 char *zout_end; member
1762 limit = (int) (z->zout_end - z->zout_start); in expand()
1769 z->zout_end = q + limit; in expand()
1793 if (a->zout >= a->zout_end) if (!expand(a, 1)) return 0; in parse_huffman_block()
1807 if (a->zout + len > a->zout_end) if (!expand(a, len)) return 0; in parse_huffman_block()
1882 if (a->zout + len > a->zout_end) in parse_uncompressed_block()
1949 a->zout_end = obuf + olen; in do_zlib()
/dports/graphics/cogl/cogl-1.22.8/cogl/
H A Dstb_image.c1970 char *zout_end; member
2034 limit = (int) (z->zout_end - z->zout_start); in expand()
2041 z->zout_end = q + limit; in expand()
2065 if (a->zout >= a->zout_end) if (!expand(a, 1)) return 0; in parse_huffman_block()
2079 if (a->zout + len > a->zout_end) if (!expand(a, len)) return 0; in parse_huffman_block()
2154 if (a->zout + len > a->zout_end) in parse_uncompressed_block()
2224 a->zout_end = obuf + olen; in do_zlib()
/dports/devel/stb/stb-f54acd4/deprecated/
H A Dstb_image.c2066 char *zout_end; member
2130 limit = (int) (z->zout_end - z->zout_start); in expand()
2137 z->zout_end = q + limit; in expand()
2161 if (a->zout >= a->zout_end) if (!expand(a, 1)) return 0; in parse_huffman_block()
2175 if (a->zout + len > a->zout_end) if (!expand(a, len)) return 0; in parse_huffman_block()
2250 if (a->zout + len > a->zout_end) in parse_uncompressed_block()
2320 a->zout_end = obuf + olen; in do_zlib()
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/stb_image/
H A Dstb_image.cpp1907 char *zout_end; member
1973 limit = (int)(z->zout_end - z->zout_start); in expand()
1980 z->zout_end = q + limit; in expand()
2006 if (a->zout >= a->zout_end) in parse_huffman_block()
2023 if (a->zout + len > a->zout_end) in parse_huffman_block()
2107 if (a->zout + len > a->zout_end) in parse_uncompressed_block()
2186 a->zout_end = obuf + olen; in do_zlib()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/ImageCodecModules/STB/
H A Dstb_image.cpp2043 char *zout_end; member
2107 limit = (int) (z->zout_end - z->zout_start); in expand()
2114 z->zout_end = q + limit; in expand()
2138 if (a->zout >= a->zout_end) if (!expand(a, 1)) return 0; in parse_huffman_block()
2152 if (a->zout + len > a->zout_end) if (!expand(a, len)) return 0; in parse_huffman_block()
2227 if (a->zout + len > a->zout_end) in parse_uncompressed_block()
2297 a->zout_end = obuf + olen; in do_zlib()
/dports/audio/carla/Carla-2.4.1/source/modules/dgl/src/nanovg/
H A Dstb_image.h2063 char *zout_end; member
2127 limit = (int) (z->zout_end - z->zout_start); in stbi__zexpand()
2134 z->zout_end = q + limit; in stbi__zexpand()
2158 if (a->zout >= a->zout_end) if (!stbi__zexpand(a, 1)) return 0; in stbi__parse_huffman_block()
2172 if (a->zout + len > a->zout_end) if (!stbi__zexpand(a, len)) return 0; in stbi__parse_huffman_block()
2247 if (a->zout + len > a->zout_end) in stbi__parse_uncomperssed_block()
2314 a->zout_end = obuf + olen; in stbi__do_zlib()
/dports/cad/repsnapper/repsnapper-2.5a4/libraries/amf/amftools-code/src/stb_image/
H A Dstb_image.cpp1712 char *zout_end; member
1776 limit = (int) (z->zout_end - z->zout_start); in expand()
1783 z->zout_end = q + limit; in expand()
1807 if (a->zout >= a->zout_end) if (!expand(a, 1)) return 0; in parse_huffman_block()
1821 if (a->zout + len > a->zout_end) if (!expand(a, len)) return 0; in parse_huffman_block()
1896 if (a->zout + len > a->zout_end) in parse_uncompressed_block()
1966 a->zout_end = obuf + olen; in do_zlib()
/dports/audio/dpf-plugins-lv2/DPF-Plugins-1.4/dpf/dgl/src/nanovg/
H A Dstb_image.h2063 char *zout_end; member
2127 limit = (int) (z->zout_end - z->zout_start); in stbi__zexpand()
2134 z->zout_end = q + limit; in stbi__zexpand()
2158 if (a->zout >= a->zout_end) if (!stbi__zexpand(a, 1)) return 0; in stbi__parse_huffman_block()
2172 if (a->zout + len > a->zout_end) if (!stbi__zexpand(a, len)) return 0; in stbi__parse_huffman_block()
2247 if (a->zout + len > a->zout_end) in stbi__parse_uncomperssed_block()
2314 a->zout_end = obuf + olen; in stbi__do_zlib()
/dports/audio/dragonfly-reverb-lv2/dragonfly-reverb-3.2.5/dpf/dgl/src/nanovg/
H A Dstb_image.h2063 char *zout_end; member
2127 limit = (int) (z->zout_end - z->zout_start); in stbi__zexpand()
2134 z->zout_end = q + limit; in stbi__zexpand()
2158 if (a->zout >= a->zout_end) if (!stbi__zexpand(a, 1)) return 0; in stbi__parse_huffman_block()
2172 if (a->zout + len > a->zout_end) if (!stbi__zexpand(a, len)) return 0; in stbi__parse_huffman_block()
2247 if (a->zout + len > a->zout_end) in stbi__parse_uncomperssed_block()
2314 a->zout_end = obuf + olen; in stbi__do_zlib()
/dports/net-im/uTox/uTox/third-party/stb/deprecated/
H A Dstb_image.c2066 char *zout_end; member
2130 limit = (int) (z->zout_end - z->zout_start); in expand()
2137 z->zout_end = q + limit; in expand()
2161 if (a->zout >= a->zout_end) if (!expand(a, 1)) return 0; in parse_huffman_block()
2175 if (a->zout + len > a->zout_end) if (!expand(a, len)) return 0; in parse_huffman_block()
2250 if (a->zout + len > a->zout_end) in parse_uncompressed_block()
2320 a->zout_end = obuf + olen; in do_zlib()
/dports/cad/cura-engine/CuraEngine-fadb5d6b/include/stb/deprecated/
H A Dstb_image.c2066 char *zout_end; member
2130 limit = (int) (z->zout_end - z->zout_start); in expand()
2137 z->zout_end = q + limit; in expand()
2161 if (a->zout >= a->zout_end) if (!expand(a, 1)) return 0; in parse_huffman_block()
2175 if (a->zout + len > a->zout_end) if (!expand(a, len)) return 0; in parse_huffman_block()
2250 if (a->zout + len > a->zout_end) in parse_uncompressed_block()
2320 a->zout_end = obuf + olen; in do_zlib()
/dports/security/ridl/ridl-11b3240/stb/deprecated/
H A Dstb_image.c2066 char *zout_end; member
2130 limit = (int) (z->zout_end - z->zout_start); in expand()
2137 z->zout_end = q + limit; in expand()
2161 if (a->zout >= a->zout_end) if (!expand(a, 1)) return 0; in parse_huffman_block()
2175 if (a->zout + len > a->zout_end) if (!expand(a, len)) return 0; in parse_huffman_block()
2250 if (a->zout + len > a->zout_end) in parse_uncompressed_block()
2320 a->zout_end = obuf + olen; in do_zlib()
/dports/audio/midiomatic-lv2/midiomatic-0.2.0/dpf/dgl/src/nanovg/
H A Dstb_image.h2063 char *zout_end; member
2127 limit = (int) (z->zout_end - z->zout_start); in stbi__zexpand()
2134 z->zout_end = q + limit; in stbi__zexpand()
2158 if (a->zout >= a->zout_end) if (!stbi__zexpand(a, 1)) return 0; in stbi__parse_huffman_block()
2172 if (a->zout + len > a->zout_end) if (!stbi__zexpand(a, len)) return 0; in stbi__parse_huffman_block()
2247 if (a->zout + len > a->zout_end) in stbi__parse_uncomperssed_block()
2314 a->zout_end = obuf + olen; in stbi__do_zlib()
/dports/audio/fogpad-lv2/fogpad-port-1.0.0-3-gc52326b/dpf/dgl/src/nanovg/
H A Dstb_image.h2063 char *zout_end; member
2127 limit = (int) (z->zout_end - z->zout_start); in stbi__zexpand()
2134 z->zout_end = q + limit; in stbi__zexpand()
2158 if (a->zout >= a->zout_end) if (!stbi__zexpand(a, 1)) return 0; in stbi__parse_huffman_block()
2172 if (a->zout + len > a->zout_end) if (!stbi__zexpand(a, len)) return 0; in stbi__parse_huffman_block()
2247 if (a->zout + len > a->zout_end) in stbi__parse_uncomperssed_block()
2314 a->zout_end = obuf + olen; in stbi__do_zlib()
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/graphics/image/
H A Dstb_image.cpp1766 char *zout_end; member
1830 limit = (int) (z->zout_end - z->zout_start); in expand()
1837 z->zout_end = q + limit; in expand()
1866 if (a->zout >= a->zout_end) if (!expand(a, 1)) return 0; in parse_huffman_block()
1880 if (a->zout + len > a->zout_end) if (!expand(a, len)) return 0; in parse_huffman_block()
1955 if (a->zout + len > a->zout_end) in parse_uncompressed_block()
2025 a->zout_end = obuf + olen; in do_zlib()
/dports/audio/nekobi-lv2/Nekobi-840a692/dpf/dgl/src/nanovg/
H A Dstb_image.h2063 char *zout_end;
2127 limit = (int) (z->zout_end - z->zout_start);
2134 z->zout_end = q + limit;
2158 if (a->zout >= a->zout_end) if (!stbi__zexpand(a, 1)) return 0;
2172 if (a->zout + len > a->zout_end) if (!stbi__zexpand(a, len)) return 0;
2247 if (a->zout + len > a->zout_end)
2314 a->zout_end = obuf + olen;
/dports/audio/zam-plugins-lv2/zam-plugins-3.14/dpf/dgl/src/nanovg/
H A Dstb_image.h2063 char *zout_end; member
2127 limit = (int) (z->zout_end - z->zout_start); in stbi__zexpand()
2134 z->zout_end = q + limit; in stbi__zexpand()
2158 if (a->zout >= a->zout_end) if (!stbi__zexpand(a, 1)) return 0; in stbi__parse_huffman_block()
2172 if (a->zout + len > a->zout_end) if (!stbi__zexpand(a, len)) return 0; in stbi__parse_huffman_block()
2247 if (a->zout + len > a->zout_end) in stbi__parse_uncomperssed_block()
2314 a->zout_end = obuf + olen; in stbi__do_zlib()
/dports/audio/stone-phaser-lv2/stone-phaser-0.1.2-17-gda92961/dpf/dgl/src/nanovg/
H A Dstb_image.h2063 char *zout_end; member
2127 limit = (int) (z->zout_end - z->zout_start); in stbi__zexpand()
2134 z->zout_end = q + limit; in stbi__zexpand()
2158 if (a->zout >= a->zout_end) if (!stbi__zexpand(a, 1)) return 0; in stbi__parse_huffman_block()
2172 if (a->zout + len > a->zout_end) if (!stbi__zexpand(a, len)) return 0; in stbi__parse_huffman_block()
2247 if (a->zout + len > a->zout_end) in stbi__parse_uncomperssed_block()
2314 a->zout_end = obuf + olen; in stbi__do_zlib()
/dports/audio/ssr-lv2/ssr-e1999da/dpf/dgl/src/nanovg/
H A Dstb_image.h2063 char *zout_end; member
2127 limit = (int) (z->zout_end - z->zout_start); in stbi__zexpand()
2134 z->zout_end = q + limit; in stbi__zexpand()
2158 if (a->zout >= a->zout_end) if (!stbi__zexpand(a, 1)) return 0; in stbi__parse_huffman_block()
2172 if (a->zout + len > a->zout_end) if (!stbi__zexpand(a, len)) return 0; in stbi__parse_huffman_block()
2247 if (a->zout + len > a->zout_end) in stbi__parse_uncomperssed_block()
2314 a->zout_end = obuf + olen; in stbi__do_zlib()
/dports/audio/string-machine-lv2/string-machine-0.1.0/dpf/dgl/src/nanovg/
H A Dstb_image.h2063 char *zout_end;
2127 limit = (int) (z->zout_end - z->zout_start);
2134 z->zout_end = q + limit;
2158 if (a->zout >= a->zout_end) if (!stbi__zexpand(a, 1)) return 0;
2172 if (a->zout + len > a->zout_end) if (!stbi__zexpand(a, len)) return 0;
2247 if (a->zout + len > a->zout_end)
2314 a->zout_end = obuf + olen;
/dports/graphics/sdump/sdump-c5fb55b/
H A Dstb_image.h2073 char *zout_end; member
2137 limit = (int) (z->zout_end - z->zout_start); in stbi__zexpand()
2144 z->zout_end = q + limit; in stbi__zexpand()
2168 if (a->zout >= a->zout_end) if (!stbi__zexpand(a, 1)) return 0; in stbi__parse_huffman_block()
2182 if (a->zout + len > a->zout_end) if (!stbi__zexpand(a, len)) return 0; in stbi__parse_huffman_block()
2257 if (a->zout + len > a->zout_end) in stbi__parse_uncomperssed_block()
2324 a->zout_end = obuf + olen; in stbi__do_zlib()
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/stb_image/
H A Dstb_image.cpp1907 char *zout_end; member
1973 limit = (int)(z->zout_end - z->zout_start); in expand()
1980 z->zout_end = q + limit; in expand()
2006 if (a->zout >= a->zout_end) in parse_huffman_block()
2023 if (a->zout + len > a->zout_end) in parse_huffman_block()
2107 if (a->zout + len > a->zout_end) in parse_uncompressed_block()
2186 a->zout_end = obuf + olen; in do_zlib()

12345