Home | History | Annotate | Download | only in tools

Lines Matching refs:read_count

882    png_uint_32    read_count;    /* Count of bytes read (in the chunk) */
1048 file->read_count = 0;
1250 ++(file->read_count);
1641 * chunk. As a side effect the read_count in the file is reset to 8, just
1645 chunk->file->read_count = 8;
2982 file->read_count = 8;
3038 file->read_count -= 8;
3140 file->read_count -= 8;
3203 if (file->read_count < 8)
3205 assert(file->read_count == 0);
3210 if (file->read_count == 4)
3213 if (file->read_count < 8)
3281 assert(file->read_count == 8);
3323 file->read_count = 0; /* Forces a header read */
3494 file->read_count = 8;