Lines Matching full:skip_input_data
1477 skip_input_data (j_decompress_ptr cinfo, long num_bytes)
1503 For both fill_input_buffer() and skip_input_data(), there is no such thing
1627 The skip_input_data() source manager routine requires special care in a
1631 buffer, then skip_input_data() must set bytes_in_buffer to zero and record the
1663 memory, or skipped over by calling skip_input_data(). In the former case,
1665 buffer overrun is placed on skip_input_data's shoulders, as explained above.
1689 The library will never attempt to backtrack over a skip_input_data() call,