Lines Matching refs:temp_handle
114 …_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__IOHandle temp_handle, FLAC__IOCallba…
116 …__IOCallback_Read read_cb, FLAC__IOCallback_Eof eof_cb, FLAC__IOHandle temp_handle, FLAC__IOCallba…
1465 …__IOCallback_Seek seek_cb, FLAC__IOCallback_Eof eof_cb, FLAC__IOHandle temp_handle, FLAC__IOCallba… in chain_rewrite_file_cb_() argument
1475 …if(!copy_n_bytes_from_file_cb_(handle, read_cb, temp_handle, temp_write_cb, chain->first_offset, &… in chain_rewrite_file_cb_()
1482 if(!write_metadata_block_header_cb_(temp_handle, temp_write_cb, node->data)) { in chain_rewrite_file_cb_()
1486 if(!write_metadata_block_data_cb_(temp_handle, temp_write_cb, node->data)) { in chain_rewrite_file_cb_()
1498 …if(!copy_remaining_bytes_from_file_cb_(handle, read_cb, eof_cb, temp_handle, temp_write_cb, &statu… in chain_rewrite_file_cb_()
1793 …ng, FLAC__IOHandle handle, FLAC__IOCallbacks callbacks, FLAC__IOHandle temp_handle, FLAC__IOCallba… in FLAC__metadata_chain_write_with_callbacks_and_tempfile() argument
1837 …file_cb_(chain, handle, callbacks.read, callbacks.seek, callbacks.eof, temp_handle, temp_callbacks… in FLAC__metadata_chain_write_with_callbacks_and_tempfile()
3244 …_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__IOHandle temp_handle, FLAC__IOCallba… in copy_n_bytes_from_file_cb_() argument
3256 if(temp_write_cb(buffer, 1, n, temp_handle) != n) { in copy_n_bytes_from_file_cb_()
3286 …__IOCallback_Read read_cb, FLAC__IOCallback_Eof eof_cb, FLAC__IOHandle temp_handle, FLAC__IOCallba… in copy_remaining_bytes_from_file_cb_() argument
3297 if(n > 0 && temp_write_cb(buffer, 1, n, temp_handle) != n) { in copy_remaining_bytes_from_file_cb_()