MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / stbi__err

Function stbi__err

include/stb/stb_image.h:978–982  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

976
977#ifndef STBI_NO_FAILURE_STRINGS
978static int stbi__err(const char *str)
979{
980 stbi__g_failure_reason = str;
981 return 0;
982}
983#endif
984
985static 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