Searched refs:zbuffer_end (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/stbi/
H A Dstb_image.c2270 uint8 const *zbuffer, *zbuffer_end; member in struct:__anon32
2284 if (z->zbuffer >= z->zbuffer_end) return 0;
2459 if (a->zbuffer + len > a->zbuffer_end) return e("read past buffer","Corrupt PNG");
2547 a->zbuffer_end = (uint8 const *) buffer + len;
2575 a->zbuffer_end = (uint8 const *) buffer + len;
2595 a->zbuffer_end = (uint8 const *) ibuffer + ilen;
2615 a->zbuffer_end = (uint8 const *) buffer+len;
2634 a->zbuffer_end = (uint8 const *) ibuffer + ilen;

Completed in 205 milliseconds