Lines Matching full:info
2 /* pngset.c - storage of image information into info struct
11 * into the info struct, and during writes to store application data
12 * into the info struct for writing into the file. This abstracts the
13 * info struct and allows us to change the structure in the future.
236 /* Changed from info->num_palette to PNG_MAX_PALETTE_LENGTH in version
397 png_debug1(3, "allocating purpose for info (%lu bytes)\n", length);
406 png_debug(3, "storing X0, X1, type, and nparams in info\n");
413 png_debug1(3, "allocating units for info (%lu bytes)\n", length);
435 png_debug2(3, "allocating parameter %d for info (%lu bytes)\n", i, length);
483 png_debug1(3, "allocating unit for info (%d bytes)\n", length);
493 png_debug1(3, "allocating unit for info (%d bytes)\n", length);
708 /* Compression is always zero but is here so the API and info structure