Lines Matching defs:store

569  * to the sequential reader.  It can also store the result of a PNG
605 struct png_store *store; /* Back pointer */
623 /* For cexcept.h exception handling - simply store one of these;
708 pool->store = ps;
779 png_error(ps->pwrite, "invalid store call");
784 png_error(ps->pwrite, "store new: OOM");
812 * below) call store_storefile to store the result with the given name and id.
1098 png_error(pp, "store state damaged");
1193 png_error(ps->pread, "store state damaged");
1220 png_error(pp, "bad store read call");
1232 png_error(pp, "store state damaged (progressive)");
1262 png_error(ps->pwrite, "store new palette: OOM");
1328 store_pool_error(pool->store, pp, "memory corrupted (pool)");
1331 store_pool_error(pool->store, pp, "memory corrupted (start)");
1339 store_pool_error(pool->store, pp, "memory corrupted (size)");
1343 store_pool_error(pool->store, pp, "memory corrupted (end)");
1449 store_log(pool->store, pp, "out of memory", 1 /* is_error */);
1467 if (pp != pool->store->pread && pp != pool->store->pwrite)
1478 store_pool_error(pool->store, pp, "bad pointer to free");
1535 png_error(ps->pwrite, "write store already in use");
1654 png_error(ps->pread, "read store already in use");
1704 /* The overall cleanup of a store simply calls the above then removes all the
1705 * saved files. This does not delete the store itself.
1922 int interlace_type :9; /* int, but must store '1' */
2659 * the store, as in the flush case above.)
2694 png_error(pp, "store state damaged (progressive)");
3015 * The store must be open for write when this is called, otherwise an internal
3553 /* And store this under the appropriate id, then clean up. */
3690 /* Make a name and get an appropriate id for the store: */
3852 /* And store this under the appropriate id, then clean up. */
5065 /* Note that this takes the store, not the display. */
5106 /* In either case clean up the store. */