Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
977
static int stbi__err(const char *str)
978
{
979
stbi__g_failure_reason = str;
980
return 0;
981
}
982
#endif
983
984
static void *stbi__malloc(size_t size)
Callers
15
stbi__build_huffman
Function · 0.85
stbi__jpeg_decode_block
Function · 0.85
stbi__jpeg_decode_block_prog_dc
Function · 0.85
stbi__jpeg_decode_block_prog_ac
Function · 0.85
stbi__process_marker
Function · 0.85
stbi__process_scan_header
Function · 0.85
stbi__process_frame_header
Function · 0.85
stbi__decode_jpeg_header
Function · 0.85
stbi__decode_jpeg_image
Function · 0.85
stbi__jpeg_test
Function · 0.85
stbi__jpeg_info
Function · 0.85
stbi__zbuild_huffman
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected