Home | History | Annotate | Download | only in libjpeg

Lines Matching full:backing

83  * jpeg_get_large.  If more space than this is needed, backing store will be
95 * (that'll just lead to more backing-store access than is really necessary).
111 * backing-store object. The read/write/close method pointers are called
112 * by jmemmgr.c to manipulate the backing-store object; all other fields
113 * are private to the system-dependent backing store routines.
140 /* Methods for reading/writing/closing this backing-store object */
152 /* Private fields for system-dependent backing-store management */
155 handle_union handle; /* reference to backing-store storage object */
173 * Initial opening of a backing-store object. This must fill in the
194 * all opened backing-store objects have been closed.