MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / stbi__err

Function stbi__err

Source/Utils/stb_image.h:977–981  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

975
976#ifndef STBI_NO_FAILURE_STRINGS
977static int stbi__err(const char *str)
978{
979 stbi__g_failure_reason = str;
980 return 0;
981}
982#endif
983
984static void *stbi__malloc(size_t size)

Callers 15

stbi__build_huffmanFunction · 0.85
stbi__jpeg_decode_blockFunction · 0.85
stbi__process_markerFunction · 0.85
stbi__decode_jpeg_headerFunction · 0.85
stbi__decode_jpeg_imageFunction · 0.85
stbi__jpeg_testFunction · 0.85
stbi__jpeg_infoFunction · 0.85
stbi__zbuild_huffmanFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected