Lines Matching full:backing
67 * jpeg_get_large. If more space than this is needed, backing store will be
79 * (that'll just lead to more backing-store access than is really necessary).
94 * backing-store object. The read/write/close method pointers are called
95 * by jmemmgr.c to manipulate the backing-store object; all other fields
96 * are private to the system-dependent backing store routines.
123 /* Methods for reading/writing/closing this backing-store object */
132 /* Private fields for system-dependent backing-store management */
135 handle_union handle; /* reference to backing-store storage object */
153 * Initial opening of a backing-store object. This must fill in the
174 * all opened backing-store objects have been closed.