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

Function stbi__zeof

Source/Utils/stb_image.h:4191–4194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4189} stbi__zbuf;
4190
4191stbi_inline static int stbi__zeof(stbi__zbuf *z)
4192{
4193 return (z->zbuffer >= z->zbuffer_end);
4194}
4195
4196stbi_inline static stbi_uc stbi__zget8(stbi__zbuf *z)
4197{

Callers 3

stbi__zget8Function · 0.85
stbi__zhuffman_decodeFunction · 0.85
stbi__parse_zlib_headerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected