Home | History | Annotate | Download | only in stbi

Lines Matching defs:at_eof

885 __forceinline static int at_eof(stbi *s)
1771 if (at_eof(&z->s)) return e("no SOF", "Corrupt JPEG");
1791 while (!at_eof(&j->s)) {
4109 if (at_eof(s)) return epuc("bad file","PIC file too short");
4148 if (at_eof(s)) return epuc("bad file","file too short (reading packets)");
4182 if (at_eof(s)) return epuc("bad file","file too short (pure read count)");
4200 if (at_eof(s)) return epuc("bad file","file too short (mixed read count)");
4246 if (at_eof(s)) return epuc("bad file","file too short (pic header)");
4784 while (!at_eof(z) && c != '\n') {
4788 while (!at_eof(z) && get8(z) != '\n')