Home
last modified time | relevance | path

Searched refs:STBI_REALLOC_SIZED (Results 1 – 25 of 67) sorted by relevance

123

/dports/editors/libreoffice/libreoffice-7.2.6.2/external/zxing/
H A D0003-Update-stb_image-from-2.25-to-2.27.patch193 …efined(STBI_MALLOC) && defined(STBI_FREE) && (defined(STBI_REALLOC) || defined(STBI_REALLOC_SIZED))
625 q = (char *) STBI_REALLOC_SIZED(z->zout_start, old_limit, limit);
1010 + void *tmp = (stbi_uc*) STBI_REALLOC_SIZED( out, out_size, layers * stride );
1022 + int *new_delays = (int*) STBI_REALLOC_SIZED( *delays, delays_size, sizeof(int) *…
/dports/graphics/aloadimage/arcan-0.6.1/src/engine/external/
H A Dstb_image.h670 …efined(STBI_MALLOC) && defined(STBI_FREE) && (defined(STBI_REALLOC) || defined(STBI_REALLOC_SIZED))
672 …fined(STBI_MALLOC) && !defined(STBI_FREE) && !defined(STBI_REALLOC) && !defined(STBI_REALLOC_SIZED)
684 #ifndef STBI_REALLOC_SIZED
685 #define STBI_REALLOC_SIZED(p,oldsz,newsz) STBI_REALLOC(p,newsz) macro
4217 q = (char *) STBI_REALLOC_SIZED(z->zout_start, old_limit, limit); in stbi__zexpand()
5127 …p = (stbi_uc *) STBI_REALLOC_SIZED(z->idata, idata_limit_old, idata_limit); if (p == NULL) return … in stbi__parse_png_file()
6916 void *tmp = (stbi_uc*) STBI_REALLOC_SIZED( out, out_size, layers * stride ); in stbi__load_gif_main()
6925 … int *new_delays = (int*) STBI_REALLOC_SIZED( *delays, delays_size, sizeof(int) * layers ); in stbi__load_gif_main()
/dports/graphics/aloadimage/arcan-0.6.1/src/tools/aloadimage/
H A Dstb_image.h670 …efined(STBI_MALLOC) && defined(STBI_FREE) && (defined(STBI_REALLOC) || defined(STBI_REALLOC_SIZED))
672 …fined(STBI_MALLOC) && !defined(STBI_FREE) && !defined(STBI_REALLOC) && !defined(STBI_REALLOC_SIZED)
684 #ifndef STBI_REALLOC_SIZED
685 #define STBI_REALLOC_SIZED(p,oldsz,newsz) STBI_REALLOC(p,newsz) macro
4217 q = (char *) STBI_REALLOC_SIZED(z->zout_start, old_limit, limit); in stbi__zexpand()
5127 …p = (stbi_uc *) STBI_REALLOC_SIZED(z->idata, idata_limit_old, idata_limit); if (p == NULL) return … in stbi__parse_png_file()
6916 void *tmp = (stbi_uc*) STBI_REALLOC_SIZED( out, out_size, layers * stride ); in stbi__load_gif_main()
6925 … int *new_delays = (int*) STBI_REALLOC_SIZED( *delays, delays_size, sizeof(int) * layers ); in stbi__load_gif_main()
/dports/misc/usd/USD-21.11/pxr/imaging/hio/stb/
H A Dstb_image.h670 …efined(STBI_MALLOC) && defined(STBI_FREE) && (defined(STBI_REALLOC) || defined(STBI_REALLOC_SIZED))
672 …fined(STBI_MALLOC) && !defined(STBI_FREE) && !defined(STBI_REALLOC) && !defined(STBI_REALLOC_SIZED)
684 #ifndef STBI_REALLOC_SIZED
685 #define STBI_REALLOC_SIZED(p,oldsz,newsz) STBI_REALLOC(p,newsz) macro
4217 q = (char *) STBI_REALLOC_SIZED(z->zout_start, old_limit, limit); in stbi__zexpand()
5135 …p = (stbi_uc *) STBI_REALLOC_SIZED(z->idata, idata_limit_old, idata_limit); if (p == NULL) return … in stbi__parse_png_file()
6925 void *tmp = (stbi_uc*) STBI_REALLOC_SIZED( out, out_size, layers * stride ); in stbi__load_gif_main()
6934 … int *new_delays = (int*) STBI_REALLOC_SIZED( *delays, delays_size, sizeof(int) * layers ); in stbi__load_gif_main()
/dports/sysutils/acfgfs/arcan-0.6.1/src/engine/external/
H A Dstb_image.h670 …efined(STBI_MALLOC) && defined(STBI_FREE) && (defined(STBI_REALLOC) || defined(STBI_REALLOC_SIZED))
672 …fined(STBI_MALLOC) && !defined(STBI_FREE) && !defined(STBI_REALLOC) && !defined(STBI_REALLOC_SIZED)
684 #ifndef STBI_REALLOC_SIZED
685 #define STBI_REALLOC_SIZED(p,oldsz,newsz) STBI_REALLOC(p,newsz) macro
4217 q = (char *) STBI_REALLOC_SIZED(z->zout_start, old_limit, limit); in stbi__zexpand()
5127 …p = (stbi_uc *) STBI_REALLOC_SIZED(z->idata, idata_limit_old, idata_limit); if (p == NULL) return … in stbi__parse_png_file()
6916 void *tmp = (stbi_uc*) STBI_REALLOC_SIZED( out, out_size, layers * stride ); in stbi__load_gif_main()
6925 … int *new_delays = (int*) STBI_REALLOC_SIZED( *delays, delays_size, sizeof(int) * layers ); in stbi__load_gif_main()
/dports/sysutils/acfgfs/arcan-0.6.1/src/tools/aloadimage/
H A Dstb_image.h670 …efined(STBI_MALLOC) && defined(STBI_FREE) && (defined(STBI_REALLOC) || defined(STBI_REALLOC_SIZED))
672 …fined(STBI_MALLOC) && !defined(STBI_FREE) && !defined(STBI_REALLOC) && !defined(STBI_REALLOC_SIZED)
684 #ifndef STBI_REALLOC_SIZED
685 #define STBI_REALLOC_SIZED(p,oldsz,newsz) STBI_REALLOC(p,newsz) macro
4217 q = (char *) STBI_REALLOC_SIZED(z->zout_start, old_limit, limit); in stbi__zexpand()
5127 …p = (stbi_uc *) STBI_REALLOC_SIZED(z->idata, idata_limit_old, idata_limit); if (p == NULL) return … in stbi__parse_png_file()
6916 void *tmp = (stbi_uc*) STBI_REALLOC_SIZED( out, out_size, layers * stride ); in stbi__load_gif_main()
6925 … int *new_delays = (int*) STBI_REALLOC_SIZED( *delays, delays_size, sizeof(int) * layers ); in stbi__load_gif_main()
/dports/graphics/vapoursynth-waifu2x-ncnn-vulkan/vapoursynth-waifu2x-ncnn-vulkan-r4/deps/ncnn/src/
H A Dstb_image.h640 …efined(STBI_MALLOC) && defined(STBI_FREE) && (defined(STBI_REALLOC) || defined(STBI_REALLOC_SIZED))
642 …fined(STBI_MALLOC) && !defined(STBI_FREE) && !defined(STBI_REALLOC) && !defined(STBI_REALLOC_SIZED)
654 #ifndef STBI_REALLOC_SIZED
655 #define STBI_REALLOC_SIZED(p,oldsz,newsz) STBI_REALLOC(p,newsz) macro
4162 q = (char *) STBI_REALLOC_SIZED(z->zout_start, old_limit, limit); in stbi__zexpand()
5044 …p = (stbi_uc *) STBI_REALLOC_SIZED(z->idata, idata_limit_old, idata_limit); if (p == NULL) return … in stbi__parse_png_file()
6796 void *tmp = (stbi_uc*) STBI_REALLOC_SIZED( out, out_size, layers * stride ); in stbi__load_gif_main()
6809 *delays = (int*) STBI_REALLOC_SIZED( *delays, delays_size, sizeof(int) * layers ); in stbi__load_gif_main()
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/
H A Dstb_image.h640 …efined(STBI_MALLOC) && defined(STBI_FREE) && (defined(STBI_REALLOC) || defined(STBI_REALLOC_SIZED))
642 …fined(STBI_MALLOC) && !defined(STBI_FREE) && !defined(STBI_REALLOC) && !defined(STBI_REALLOC_SIZED)
654 #ifndef STBI_REALLOC_SIZED
655 #define STBI_REALLOC_SIZED(p,oldsz,newsz) STBI_REALLOC(p,newsz) macro
4162 q = (char *) STBI_REALLOC_SIZED(z->zout_start, old_limit, limit); in stbi__zexpand()
5044 …p = (stbi_uc *) STBI_REALLOC_SIZED(z->idata, idata_limit_old, idata_limit); if (p == NULL) return … in stbi__parse_png_file()
6796 void *tmp = (stbi_uc*) STBI_REALLOC_SIZED( out, out_size, layers * stride ); in stbi__load_gif_main()
6809 *delays = (int*) STBI_REALLOC_SIZED( *delays, delays_size, sizeof(int) * layers ); in stbi__load_gif_main()
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/src/
H A Dstb_image.h640 …efined(STBI_MALLOC) && defined(STBI_FREE) && (defined(STBI_REALLOC) || defined(STBI_REALLOC_SIZED))
642 …fined(STBI_MALLOC) && !defined(STBI_FREE) && !defined(STBI_REALLOC) && !defined(STBI_REALLOC_SIZED)
654 #ifndef STBI_REALLOC_SIZED
655 #define STBI_REALLOC_SIZED(p,oldsz,newsz) STBI_REALLOC(p,newsz) macro
4162 q = (char *) STBI_REALLOC_SIZED(z->zout_start, old_limit, limit); in stbi__zexpand()
5044 …p = (stbi_uc *) STBI_REALLOC_SIZED(z->idata, idata_limit_old, idata_limit); if (p == NULL) return … in stbi__parse_png_file()
6796 void *tmp = (stbi_uc*) STBI_REALLOC_SIZED( out, out_size, layers * stride ); in stbi__load_gif_main()
6809 *delays = (int*) STBI_REALLOC_SIZED( *delays, delays_size, sizeof(int) * layers ); in stbi__load_gif_main()
/dports/devel/raylib/raylib-3.7.0/src/external/
H A Dstb_image.h640 …efined(STBI_MALLOC) && defined(STBI_FREE) && (defined(STBI_REALLOC) || defined(STBI_REALLOC_SIZED))
642 …fined(STBI_MALLOC) && !defined(STBI_FREE) && !defined(STBI_REALLOC) && !defined(STBI_REALLOC_SIZED)
654 #ifndef STBI_REALLOC_SIZED
655 #define STBI_REALLOC_SIZED(p,oldsz,newsz) STBI_REALLOC(p,newsz) macro
4162 q = (char *) STBI_REALLOC_SIZED(z->zout_start, old_limit, limit); in stbi__zexpand()
5044 …p = (stbi_uc *) STBI_REALLOC_SIZED(z->idata, idata_limit_old, idata_limit); if (p == NULL) return … in stbi__parse_png_file()
6796 void *tmp = (stbi_uc*) STBI_REALLOC_SIZED( out, out_size, layers * stride ); in stbi__load_gif_main()
6809 *delays = (int*) STBI_REALLOC_SIZED( *delays, delays_size, sizeof(int) * layers ); in stbi__load_gif_main()
/dports/www/lagrange/lagrange-1.7.3/src/
H A Dstb_image.h640 …efined(STBI_MALLOC) && defined(STBI_FREE) && (defined(STBI_REALLOC) || defined(STBI_REALLOC_SIZED))
642 …fined(STBI_MALLOC) && !defined(STBI_FREE) && !defined(STBI_REALLOC) && !defined(STBI_REALLOC_SIZED)
654 #ifndef STBI_REALLOC_SIZED
655 #define STBI_REALLOC_SIZED(p,oldsz,newsz) STBI_REALLOC(p,newsz) macro
4162 q = (char *) STBI_REALLOC_SIZED(z->zout_start, old_limit, limit); in stbi__zexpand()
5044 …p = (stbi_uc *) STBI_REALLOC_SIZED(z->idata, idata_limit_old, idata_limit); if (p == NULL) return … in stbi__parse_png_file()
6796 void *tmp = (stbi_uc*) STBI_REALLOC_SIZED( out, out_size, layers * stride ); in stbi__load_gif_main()
6809 *delays = (int*) STBI_REALLOC_SIZED( *delays, delays_size, sizeof(int) * layers ); in stbi__load_gif_main()
/dports/x11/arcan-trayicon/arcan-0.6.1/src/tools/aloadimage/
H A Dstb_image.h670 …efined(STBI_MALLOC) && defined(STBI_FREE) && (defined(STBI_REALLOC) || defined(STBI_REALLOC_SIZED))
672 …fined(STBI_MALLOC) && !defined(STBI_FREE) && !defined(STBI_REALLOC) && !defined(STBI_REALLOC_SIZED)
684 #ifndef STBI_REALLOC_SIZED
685 #define STBI_REALLOC_SIZED(p,oldsz,newsz) STBI_REALLOC(p,newsz) macro
4217 q = (char *) STBI_REALLOC_SIZED(z->zout_start, old_limit, limit); in stbi__zexpand()
5127 …p = (stbi_uc *) STBI_REALLOC_SIZED(z->idata, idata_limit_old, idata_limit); if (p == NULL) return … in stbi__parse_png_file()
6916 void *tmp = (stbi_uc*) STBI_REALLOC_SIZED( out, out_size, layers * stride ); in stbi__load_gif_main()
6925 … int *new_delays = (int*) STBI_REALLOC_SIZED( *delays, delays_size, sizeof(int) * layers ); in stbi__load_gif_main()
/dports/graphics/ospray-studio/ospray_studio-0.9.1/external/stb_image/
H A Dstb_image.h670 …efined(STBI_MALLOC) && defined(STBI_FREE) && (defined(STBI_REALLOC) || defined(STBI_REALLOC_SIZED))
672 …fined(STBI_MALLOC) && !defined(STBI_FREE) && !defined(STBI_REALLOC) && !defined(STBI_REALLOC_SIZED)
684 #ifndef STBI_REALLOC_SIZED
685 #define STBI_REALLOC_SIZED(p,oldsz,newsz) STBI_REALLOC(p,newsz) macro
4210 q = (char *) STBI_REALLOC_SIZED(z->zout_start, old_limit, limit); in stbi__zexpand()
5120 …p = (stbi_uc *) STBI_REALLOC_SIZED(z->idata, idata_limit_old, idata_limit); if (p == NULL) return … in stbi__parse_png_file()
6909 void *tmp = (stbi_uc*) STBI_REALLOC_SIZED( out, out_size, layers * stride ); in stbi__load_gif_main()
6918 … int *new_delays = (int*) STBI_REALLOC_SIZED( *delays, delays_size, sizeof(int) * layers ); in stbi__load_gif_main()
/dports/x11/aclip/arcan-0.6.1/src/tools/aloadimage/
H A Dstb_image.h670 …efined(STBI_MALLOC) && defined(STBI_FREE) && (defined(STBI_REALLOC) || defined(STBI_REALLOC_SIZED))
672 …fined(STBI_MALLOC) && !defined(STBI_FREE) && !defined(STBI_REALLOC) && !defined(STBI_REALLOC_SIZED)
684 #ifndef STBI_REALLOC_SIZED
685 #define STBI_REALLOC_SIZED(p,oldsz,newsz) STBI_REALLOC(p,newsz) macro
4217 q = (char *) STBI_REALLOC_SIZED(z->zout_start, old_limit, limit); in stbi__zexpand()
5127 …p = (stbi_uc *) STBI_REALLOC_SIZED(z->idata, idata_limit_old, idata_limit); if (p == NULL) return … in stbi__parse_png_file()
6916 void *tmp = (stbi_uc*) STBI_REALLOC_SIZED( out, out_size, layers * stride ); in stbi__load_gif_main()
6925 … int *new_delays = (int*) STBI_REALLOC_SIZED( *delays, delays_size, sizeof(int) * layers ); in stbi__load_gif_main()
/dports/graphics/ospray/ospray-2.8.0/apps/common/external/stb_image/
H A Dstb_image.h640 …efined(STBI_MALLOC) && defined(STBI_FREE) && (defined(STBI_REALLOC) || defined(STBI_REALLOC_SIZED))
642 …fined(STBI_MALLOC) && !defined(STBI_FREE) && !defined(STBI_REALLOC) && !defined(STBI_REALLOC_SIZED)
654 #ifndef STBI_REALLOC_SIZED
655 #define STBI_REALLOC_SIZED(p,oldsz,newsz) STBI_REALLOC(p,newsz) macro
4162 q = (char *) STBI_REALLOC_SIZED(z->zout_start, old_limit, limit); in stbi__zexpand()
5044 …p = (stbi_uc *) STBI_REALLOC_SIZED(z->idata, idata_limit_old, idata_limit); if (p == NULL) return … in stbi__parse_png_file()
6796 void *tmp = (stbi_uc*) STBI_REALLOC_SIZED( out, out_size, layers * stride ); in stbi__load_gif_main()
6809 *delays = (int*) STBI_REALLOC_SIZED( *delays, delays_size, sizeof(int) * layers ); in stbi__load_gif_main()
/dports/x11/aclip/arcan-0.6.1/src/engine/external/
H A Dstb_image.h670 …efined(STBI_MALLOC) && defined(STBI_FREE) && (defined(STBI_REALLOC) || defined(STBI_REALLOC_SIZED))
672 …fined(STBI_MALLOC) && !defined(STBI_FREE) && !defined(STBI_REALLOC) && !defined(STBI_REALLOC_SIZED)
684 #ifndef STBI_REALLOC_SIZED
685 #define STBI_REALLOC_SIZED(p,oldsz,newsz) STBI_REALLOC(p,newsz) macro
4217 q = (char *) STBI_REALLOC_SIZED(z->zout_start, old_limit, limit); in stbi__zexpand()
5127 …p = (stbi_uc *) STBI_REALLOC_SIZED(z->idata, idata_limit_old, idata_limit); if (p == NULL) return … in stbi__parse_png_file()
6916 void *tmp = (stbi_uc*) STBI_REALLOC_SIZED( out, out_size, layers * stride ); in stbi__load_gif_main()
6925 … int *new_delays = (int*) STBI_REALLOC_SIZED( *delays, delays_size, sizeof(int) * layers ); in stbi__load_gif_main()
/dports/x11/arcan-trayicon/arcan-0.6.1/src/engine/external/
H A Dstb_image.h670 …efined(STBI_MALLOC) && defined(STBI_FREE) && (defined(STBI_REALLOC) || defined(STBI_REALLOC_SIZED))
672 …fined(STBI_MALLOC) && !defined(STBI_FREE) && !defined(STBI_REALLOC) && !defined(STBI_REALLOC_SIZED)
684 #ifndef STBI_REALLOC_SIZED
685 #define STBI_REALLOC_SIZED(p,oldsz,newsz) STBI_REALLOC(p,newsz) macro
4217 q = (char *) STBI_REALLOC_SIZED(z->zout_start, old_limit, limit); in stbi__zexpand()
5127 …p = (stbi_uc *) STBI_REALLOC_SIZED(z->idata, idata_limit_old, idata_limit); if (p == NULL) return … in stbi__parse_png_file()
6916 void *tmp = (stbi_uc*) STBI_REALLOC_SIZED( out, out_size, layers * stride ); in stbi__load_gif_main()
6925 … int *new_delays = (int*) STBI_REALLOC_SIZED( *delays, delays_size, sizeof(int) * layers ); in stbi__load_gif_main()
/dports/misc/ncnn/ncnn-20211208/src/
H A Dstb_image.h640 …efined(STBI_MALLOC) && defined(STBI_FREE) && (defined(STBI_REALLOC) || defined(STBI_REALLOC_SIZED))
642 …fined(STBI_MALLOC) && !defined(STBI_FREE) && !defined(STBI_REALLOC) && !defined(STBI_REALLOC_SIZED)
654 #ifndef STBI_REALLOC_SIZED
655 #define STBI_REALLOC_SIZED(p,oldsz,newsz) STBI_REALLOC(p,newsz) macro
4162 q = (char *) STBI_REALLOC_SIZED(z->zout_start, old_limit, limit); in stbi__zexpand()
5044 …p = (stbi_uc *) STBI_REALLOC_SIZED(z->idata, idata_limit_old, idata_limit); if (p == NULL) return … in stbi__parse_png_file()
6796 void *tmp = (stbi_uc*) STBI_REALLOC_SIZED( out, out_size, layers * stride ); in stbi__load_gif_main()
6809 *delays = (int*) STBI_REALLOC_SIZED( *delays, delays_size, sizeof(int) * layers ); in stbi__load_gif_main()
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/
H A Dstb_image.h640 …efined(STBI_MALLOC) && defined(STBI_FREE) && (defined(STBI_REALLOC) || defined(STBI_REALLOC_SIZED))
642 …fined(STBI_MALLOC) && !defined(STBI_FREE) && !defined(STBI_REALLOC) && !defined(STBI_REALLOC_SIZED)
654 #ifndef STBI_REALLOC_SIZED
655 #define STBI_REALLOC_SIZED(p,oldsz,newsz) STBI_REALLOC(p,newsz) macro
4162 q = (char *) STBI_REALLOC_SIZED(z->zout_start, old_limit, limit); in stbi__zexpand()
5044 …p = (stbi_uc *) STBI_REALLOC_SIZED(z->idata, idata_limit_old, idata_limit); if (p == NULL) return … in stbi__parse_png_file()
6796 void *tmp = (stbi_uc*) STBI_REALLOC_SIZED( out, out_size, layers * stride ); in stbi__load_gif_main()
6809 *delays = (int*) STBI_REALLOC_SIZED( *delays, delays_size, sizeof(int) * layers ); in stbi__load_gif_main()
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/parallel-psx/stb/
H A Dstb_image.h626 …efined(STBI_MALLOC) && defined(STBI_FREE) && (defined(STBI_REALLOC) || defined(STBI_REALLOC_SIZED))
628 …fined(STBI_MALLOC) && !defined(STBI_FREE) && !defined(STBI_REALLOC) && !defined(STBI_REALLOC_SIZED)
640 #ifndef STBI_REALLOC_SIZED
641 #define STBI_REALLOC_SIZED(p,oldsz,newsz) STBI_REALLOC(p,newsz) macro
3624 q = (char *) STBI_REALLOC_SIZED(z->zout_start, old_limit, limit); in stbi__zexpand()
4416 …p = (stbi_uc *) STBI_REALLOC_SIZED(z->idata, idata_limit_old, idata_limit); if (p == NULL) return … in stbi__parse_png_file()
/dports/multimedia/tinyobjloader/tinyobjloader-2.0.0rc8-3-g7ba4b65/examples/viewer/
H A Dstb_image.h627 …efined(STBI_MALLOC) && defined(STBI_FREE) && (defined(STBI_REALLOC) || defined(STBI_REALLOC_SIZED))
629 …fined(STBI_MALLOC) && !defined(STBI_FREE) && !defined(STBI_REALLOC) && !defined(STBI_REALLOC_SIZED)
641 #ifndef STBI_REALLOC_SIZED
642 #define STBI_REALLOC_SIZED(p,oldsz,newsz) STBI_REALLOC(p,newsz) macro
3648 q = (char *) STBI_REALLOC_SIZED(z->zout_start, old_limit, limit); in stbi__zexpand()
4523 …p = (stbi_uc *) STBI_REALLOC_SIZED(z->idata, idata_limit_old, idata_limit); if (p == NULL) return … in stbi__parse_png_file()
/dports/devel/love10/love-0.10.2/src/libraries/stb/
H A Dstb_image.h627 …efined(STBI_MALLOC) && defined(STBI_FREE) && (defined(STBI_REALLOC) || defined(STBI_REALLOC_SIZED))
629 …fined(STBI_MALLOC) && !defined(STBI_FREE) && !defined(STBI_REALLOC) && !defined(STBI_REALLOC_SIZED)
641 #ifndef STBI_REALLOC_SIZED
642 #define STBI_REALLOC_SIZED(p,oldsz,newsz) STBI_REALLOC(p,newsz) macro
3658 q = (char *) STBI_REALLOC_SIZED(z->zout_start, old_limit, limit); in stbi__zexpand()
4533 …p = (stbi_uc *) STBI_REALLOC_SIZED(z->idata, idata_limit_old, idata_limit); if (p == NULL) return … in stbi__parse_png_file()
/dports/graphics/instant-meshes/instant-meshes-0.0-42-g4a083f4/ext/nanogui/ext/nanovg/src/
H A Dstb_image.h626 …efined(STBI_MALLOC) && defined(STBI_FREE) && (defined(STBI_REALLOC) || defined(STBI_REALLOC_SIZED))
628 …fined(STBI_MALLOC) && !defined(STBI_FREE) && !defined(STBI_REALLOC) && !defined(STBI_REALLOC_SIZED)
640 #ifndef STBI_REALLOC_SIZED
641 #define STBI_REALLOC_SIZED(p,oldsz,newsz) STBI_REALLOC(p,newsz) macro
3624 q = (char *) STBI_REALLOC_SIZED(z->zout_start, old_limit, limit); in stbi__zexpand()
4416 …p = (stbi_uc *) STBI_REALLOC_SIZED(z->idata, idata_limit_old, idata_limit); if (p == NULL) return … in stbi__parse_png_file()
/dports/audio/moony-lv2/moony-0.36.0/subprojects/d2tk/nanovg/src/
H A Dstb_image.h626 …efined(STBI_MALLOC) && defined(STBI_FREE) && (defined(STBI_REALLOC) || defined(STBI_REALLOC_SIZED))
628 …fined(STBI_MALLOC) && !defined(STBI_FREE) && !defined(STBI_REALLOC) && !defined(STBI_REALLOC_SIZED)
640 #ifndef STBI_REALLOC_SIZED
641 #define STBI_REALLOC_SIZED(p,oldsz,newsz) STBI_REALLOC(p,newsz) macro
3624 q = (char *) STBI_REALLOC_SIZED(z->zout_start, old_limit, limit); in stbi__zexpand()
4416 …p = (stbi_uc *) STBI_REALLOC_SIZED(z->idata, idata_limit_old, idata_limit); if (p == NULL) return … in stbi__parse_png_file()
/dports/games/freeorion/freeorion-0.4.10.2/GG/src/nanovg/
H A Dstb_image.h626 …efined(STBI_MALLOC) && defined(STBI_FREE) && (defined(STBI_REALLOC) || defined(STBI_REALLOC_SIZED))
628 …fined(STBI_MALLOC) && !defined(STBI_FREE) && !defined(STBI_REALLOC) && !defined(STBI_REALLOC_SIZED)
640 #ifndef STBI_REALLOC_SIZED
641 #define STBI_REALLOC_SIZED(p,oldsz,newsz) STBI_REALLOC(p,newsz) macro
3629 q = (char *) STBI_REALLOC_SIZED(z->zout_start, old_limit, limit); in stbi__zexpand()
4426 …p = (stbi_uc *) STBI_REALLOC_SIZED(z->idata, idata_limit_old, idata_limit); if (p == NULL) return … in stbi__parse_png_file()

123