Home | History | Annotate | Download | only in tools

Lines Matching defs:TRUNCATED

707 #     define TRUNCATED      0x08 /* truncated but still readable */
1281 /* 'TRUNCATED' is used for all cases of failure to read a byte, because of
1285 file->status_code |= TRUNCATED;
1383 * if the input is truncated.
1395 return 0; /* Truncated */
2666 /* Truncated stream; unrecoverable, gets converted to ZLIB_FATAL */
2667 zlib.z.msg = PNGZ_MSG_CAST("[truncated]");
2978 if (read_4(file, &file_crc) == 4) /* else completely truncated */
3014 goto truncated;
3056 goto truncated;
3071 truncated:
3111 if (crc_read_many(file, length)) /* else it was truncated */
3200 assert((file->status_code & TRUNCATED) == 0);
3209 assert((file->status_code & TRUNCATED) != 0);
3754 " 0x08: The file was truncated.",