MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / stbi__err

Function stbi__err

lite/example/cpp_example/mge/cv/stb_image.h:1005–1008  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1003
1004#ifndef STBI_NO_FAILURE_STRINGS
1005static int stbi__err(const char* str) {
1006 stbi__g_failure_reason = str;
1007 return 0;
1008}
1009#endif
1010
1011static 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