Home | History | Annotate | Download | only in tools

Lines Matching refs:write_count

878    png_uint_32    write_count;   /* Count of bytes written (in the chunk) */
1352 ++(file->write_count);
1623 file->write_count == 8)
3218 /* Else write it (this is the initialization of write_count, prior to
3221 file->write_count = 0;
3286 file->write_count = 0;
3293 switch (file->write_count)
3345 switch (file->write_count - length)
3471 file->write_count = 0; /* for the new chunk */
3472 --(file->write_count); /* fake out the increment below */