Home | History | Annotate | Download | only in tools

Lines Matching refs:read_count

883    png_uint_32    read_count;    /* Count of bytes read (in the chunk) */
1049 file->read_count = 0;
1251 ++(file->read_count);
1642 * chunk. As a side effect the read_count in the file is reset to 8, just
1646 chunk->file->read_count = 8;
2983 file->read_count = 8;
3039 file->read_count -= 8;
3141 file->read_count -= 8;
3204 if (file->read_count < 8)
3206 assert(file->read_count == 0);
3211 if (file->read_count == 4)
3214 if (file->read_count < 8)
3282 assert(file->read_count == 8);
3324 file->read_count = 0; /* Forces a header read */
3494 file->read_count = 8;