Searched refs:IDAT_size (Results 1 – 2 of 2) sorted by relevance
713 png_uint_32 IDAT_size; /* Total size of IDAT data */ member773 png_uint_32 IDAT_size;/* Accumulated IDAT size in .new */ member877 ps->IDAT_size = 0; in store_init()904 ps->IDAT_size = 0; in store_freenew()974 ps->IDAT_size == 0) in store_storefile()984 pf->IDAT_size = ps->IDAT_size; in store_storefile()985 pf->IDAT_bits = bits_of(ps->IDAT_size); in store_storefile()994 ps->IDAT_size = 0; in store_storefile()1335 if (chunklen > ~ps->IDAT_size) in store_write()1338 ps->IDAT_size += chunklen; in store_write()[all …]
354 VLO("IDAT-size", IDAT_size, 0)