Home
last modified time | relevance | path

Searched refs:stage_data (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/osfmk/kdp/output_stages/
H A Dout_aea.c99 if (stage_data->encryption_open) { in aea_stage_reset()
100 aea_ret = apple_encrypted_archive->aea_close(stage_data->state, stage_data->state_size); in aea_stage_reset()
105 stage_data->encryption_open = false; in aea_stage_reset()
128 if (stage_data->encryption_open) { in aea_stage_outproc()
129 aea_ret = apple_encrypted_archive->aea_close(stage_data->state, stage_data->state_size); in aea_stage_outproc()
134 stage_data->encryption_open = false; in aea_stage_outproc()
142 stage_data->current_corefile_offset = stage_data->starting_corefile_offset; in aea_stage_outproc()
149 if (stage_data->encryption_open) { in aea_stage_outproc()
150 aea_ret = apple_encrypted_archive->aea_close(stage_data->state, stage_data->state_size); in aea_stage_outproc()
155 stage_data->encryption_open = false; in aea_stage_outproc()
[all …]
H A Dout_disk.c57 if ((offset < stage_data->furthest_written_offset) || (offset != stage_data->current_offset)) { in disk_stage_write()
115 stage_data->last_operation_was_write = true; in disk_stage_write()
140 stage_data->current_offset += chunk; in disk_stage_write()
142 stage_data->furthest_written_offset = offset; in disk_stage_write()
160 if (stage_data->last_operation_was_write) { in disk_stage_read()
166 stage_data->last_operation_was_write = false; in disk_stage_read()
199 stage_data->current_offset = offset; in disk_stage_read()
207 stage_data->current_offset += length; in disk_stage_read()
254 stage_data->current_offset = noffset; in disk_stage_outproc()
265 stage_data->last_operation_was_write = true; in disk_stage_outproc()
[all …]
H A Dout_zlib.c130 struct zlib_stage_data *stage_data; in zlib_stream_output_chunk() local
135 stage_data = (struct zlib_stage_data *) stage->kos_data; in zlib_stream_output_chunk()
136 zs = &(stage_data->zs); in zlib_stream_output_chunk()