Home | History | Annotate | Download | only in libpng

Lines Matching defs:out

27       png_error(png_ptr, "PNG unsigned integer out of range");
50 png_warning(png_ptr, "PNG fixed point integer out of range");
712 /* Out of memory allocating the buffer */
829 png_chunk_error(png_ptr, "out of place");
921 png_chunk_benign_error(png_ptr, "out of place");
1073 png_chunk_error(png_ptr, "out of place");
1100 png_chunk_benign_error(png_ptr, "out of place");
1139 png_chunk_benign_error(png_ptr, "out of place");
1218 png_chunk_benign_error(png_ptr, "out of place");
1289 png_chunk_benign_error(png_ptr, "out of place");
1341 png_chunk_benign_error(png_ptr, "out of place");
1522 errmsg = "out of memory";
1556 errmsg = "out of memory";
1638 png_chunk_benign_error(png_ptr, "out of place");
1655 png_chunk_benign_error(png_ptr, "out of memory");
1789 png_chunk_benign_error(png_ptr, "out of place");
1840 png_chunk_benign_error(png_ptr, "out of place");
1896 png_chunk_benign_error(png_ptr, "out of place");
1993 png_chunk_benign_error(png_ptr, "out of place");
2044 png_chunk_benign_error(png_ptr, "out of place");
2090 png_chunk_benign_error(png_ptr, "out of place");
2139 png_chunk_benign_error(png_ptr, "out of place");
2158 png_chunk_benign_error(png_ptr, "out of memory");
2219 png_chunk_benign_error(png_ptr, "out of memory");
2233 /* Make sure we haven't run out of data yet */
2266 png_chunk_benign_error(png_ptr, "out of place");
2292 png_chunk_benign_error(png_ptr, "out of memory");
2438 png_chunk_benign_error(png_ptr, "out of memory");
2509 png_chunk_benign_error(png_ptr, "out of memory");
2618 png_chunk_benign_error(png_ptr, "out of memory");
2846 * still error out on critical chunks unless the keep value is
2955 * out; store the chunk.
3293 /* Work out the bytes to copy. */
4025 uInt out = ZLIB_IO_MAX;
4027 if (out > avail_out)
4028 out = (uInt)avail_out;
4030 avail_out -= out;
4031 png_ptr->zstream.avail_out = out;
4119 /* Now clear everything out for safety; the following may not have been