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");
721 /* Out of memory allocating the buffer */
839 png_chunk_error(png_ptr, "out of place");
930 png_chunk_benign_error(png_ptr, "out of place");
1096 png_chunk_error(png_ptr, "out of place");
1123 png_chunk_benign_error(png_ptr, "out of place");
1162 png_chunk_benign_error(png_ptr, "out of place");
1243 png_chunk_benign_error(png_ptr, "out of place");
1314 png_chunk_benign_error(png_ptr, "out of place");
1366 png_chunk_benign_error(png_ptr, "out of place");
1547 errmsg = "out of memory";
1583 errmsg = "out of memory";
1665 png_chunk_benign_error(png_ptr, "out of place");
1682 png_chunk_benign_error(png_ptr, "out of memory");
1816 png_chunk_benign_error(png_ptr, "out of place");
1867 png_chunk_benign_error(png_ptr, "out of place");
1924 png_chunk_benign_error(png_ptr, "out of place");
2022 png_chunk_benign_error(png_ptr, "out of place");
2074 png_chunk_benign_error(png_ptr, "out of place");
2120 png_chunk_benign_error(png_ptr, "out of place");
2169 png_chunk_benign_error(png_ptr, "out of place");
2188 png_chunk_benign_error(png_ptr, "out of memory");
2249 png_chunk_benign_error(png_ptr, "out of memory");
2263 /* Make sure we haven't run out of data yet */
2296 png_chunk_benign_error(png_ptr, "out of place");
2322 png_chunk_benign_error(png_ptr, "out of memory");
2468 png_chunk_benign_error(png_ptr, "out of memory");
2539 png_chunk_benign_error(png_ptr, "out of memory");
2648 png_chunk_benign_error(png_ptr, "out of memory");
2876 * still error out on critical chunks unless the keep value is
2985 * out; store the chunk.
3325 /* Work out the bytes to copy. */
4051 uInt out = ZLIB_IO_MAX;
4053 if (out > avail_out)
4054 out = (uInt)avail_out;
4056 avail_out -= out;
4057 png_ptr->zstream.avail_out = out;
4142 /* Now clear everything out for safety; the following may not have been