Home | History | Annotate | Download | only in lpng_v163

Lines Matching defs:out

26       png_error(png_ptr, "PNG unsigned integer out of range");

49 png_warning(png_ptr, "PNG fixed point integer out of range");
687 /* Out of memory allocating the buffer */
804 png_chunk_error(png_ptr, "out of place");
896 png_chunk_benign_error(png_ptr, "out of place");
1055 png_chunk_error(png_ptr, "out of place");
1082 png_chunk_benign_error(png_ptr, "out of place");
1122 png_chunk_benign_error(png_ptr, "out of place");
1187 png_chunk_benign_error(png_ptr, "out of place");
1258 png_chunk_benign_error(png_ptr, "out of place");
1310 png_chunk_benign_error(png_ptr, "out of place");
1491 errmsg = "out of memory";
1525 errmsg = "out of memory";
1607 png_chunk_benign_error(png_ptr, "out of place");
1624 png_chunk_benign_error(png_ptr, "out of memory");
1758 png_chunk_benign_error(png_ptr, "out of place");
1809 png_chunk_benign_error(png_ptr, "out of place");
1865 png_chunk_benign_error(png_ptr, "out of place");
1962 png_chunk_benign_error(png_ptr, "out of place");
2013 png_chunk_benign_error(png_ptr, "out of place");
2059 png_chunk_benign_error(png_ptr, "out of place");
2108 png_chunk_benign_error(png_ptr, "out of place");
2127 png_chunk_benign_error(png_ptr, "out of memory");
2188 png_chunk_benign_error(png_ptr, "out of memory");
2202 /* Make sure we haven't run out of data yet */
2235 png_chunk_benign_error(png_ptr, "out of place");
2261 png_chunk_benign_error(png_ptr, "out of memory");
2407 png_chunk_benign_error(png_ptr, "out of memory");
2478 png_chunk_benign_error(png_ptr, "out of memory");
2587 png_chunk_benign_error(png_ptr, "out of memory");
2815 * still error out on critical chunks unless the keep value is
2924 * out; store the chunk.
3263 /* Work out the bytes to copy. */
3986 uInt out = ZLIB_IO_MAX;
3988 if (out > avail_out)
3989 out = (uInt)avail_out;
3991 avail_out -= out;
3992 png_ptr->zstream.avail_out = out;
4077 /* Now clear everything out for safety; the following may not have been