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");
722 /* Out of memory allocating the buffer */
841 png_chunk_error(png_ptr, "out of place");
932 png_chunk_benign_error(png_ptr, "out of place");
1098 png_chunk_error(png_ptr, "out of place");
1125 png_chunk_benign_error(png_ptr, "out of place");
1164 png_chunk_benign_error(png_ptr, "out of place");
1245 png_chunk_benign_error(png_ptr, "out of place");
1316 png_chunk_benign_error(png_ptr, "out of place");
1368 png_chunk_benign_error(png_ptr, "out of place");
1549 errmsg = "out of memory";
1585 errmsg = "out of memory";
1667 png_chunk_benign_error(png_ptr, "out of place");
1684 png_chunk_benign_error(png_ptr, "out of memory");
1818 png_chunk_benign_error(png_ptr, "out of place");
1869 png_chunk_benign_error(png_ptr, "out of place");
1926 png_chunk_benign_error(png_ptr, "out of place");
2024 png_chunk_benign_error(png_ptr, "out of place");
2076 png_chunk_benign_error(png_ptr, "out of place");
2122 png_chunk_benign_error(png_ptr, "out of place");
2171 png_chunk_benign_error(png_ptr, "out of place");
2190 png_chunk_benign_error(png_ptr, "out of memory");
2251 png_chunk_benign_error(png_ptr, "out of memory");
2265 /* Make sure we haven't run out of data yet */
2298 png_chunk_benign_error(png_ptr, "out of place");
2324 png_chunk_benign_error(png_ptr, "out of memory");
2470 png_chunk_benign_error(png_ptr, "out of memory");
2541 png_chunk_benign_error(png_ptr, "out of memory");
2650 png_chunk_benign_error(png_ptr, "out of memory");
2878 * still error out on critical chunks unless the keep value is
2987 * out; store the chunk.
3327 /* Work out the bytes to copy. */
4053 uInt out = ZLIB_IO_MAX;
4055 if (out > avail_out)
4056 out = (uInt)avail_out;
4058 avail_out -= out;
4059 png_ptr->zstream.avail_out = out;
4152 /* Now clear everything out for safety; the following may not have been