Lines Matching refs:stbi__at_eof
1626 stbi_inline static int stbi__at_eof(stbi__context *s)
3378 if (stbi__at_eof(z->s)) return stbi__err("no SOF", "Corrupt JPEG");
3391 while (!stbi__at_eof(j->s)) {
3394 if (stbi__at_eof(j->s)) return STBI__MARKER_none;
6372 if (stbi__at_eof(s)) return stbi__errpuc("bad file","PIC file too short");
6411 if (stbi__at_eof(s)) return stbi__errpuc("bad file","file too short (reading packets)");
6445 if (stbi__at_eof(s)) return stbi__errpuc("bad file","file too short (pure read count)");
6463 if (stbi__at_eof(s)) return stbi__errpuc("bad file","file too short (mixed read count)");
6516 if (stbi__at_eof(s)) return stbi__errpuc("bad file","file too short (pic header)");
7121 while (!stbi__at_eof(z) && c != '\n') {
7125 while (!stbi__at_eof(z) && stbi__get8(z) != '\n')
7446 if (stbi__at_eof(s)) {
7470 if (stbi__at_eof(s)) {
7556 while (!stbi__at_eof(s) && stbi__pnm_isspace(*c))
7559 if (stbi__at_eof(s) || *c != '#')
7562 while (!stbi__at_eof(s) && *c != '\n' && *c != '\r' )
7576 while (!stbi__at_eof(s) && stbi__pnm_isdigit(*c)) {