bstreamhandle
file_stream_read(bstreamhandle h, uchar_t *buf, off_t size)
file_stream_write(bstreamhandle h, uchar_t *buf, off_t size)
file_stream_read_wrbo(bstreamhandle h, uchar_t *buf, off_t size)
file_stream_write_wrbo(bstreamhandle h, uchar_t *buf, off_t size)
file_stream_close(bstreamhandle h)
stdin_stream_close(bstreamhandle h)
wav_write_stream_close(bstreamhandle h)
au_write_stream_close(bstreamhandle h)
stdin_stream_rewind(bstreamhandle h)
file_stream_rewind(bstreamhandle h)
au_stream_rewind(bstreamhandle h)
wav_stream_rewind(bstreamhandle h)
bstreamhandle
bstreamhandle h;
h = (bstreamhandle)my_zalloc(sizeof (*h));
bstreamhandle
bstreamhandle h;
bstreamhandle
bstreamhandle h;
h = (bstreamhandle)my_zalloc(sizeof (*h));
bstreamhandle
bstreamhandle h;
h = (bstreamhandle)my_zalloc(sizeof (*h));
bstreamhandle
bstreamhandle h;
h = (bstreamhandle)my_zalloc(sizeof (*h));
bstreamhandle
bstreamhandle h;
bstreamhandle
bstreamhandle h;
h = (bstreamhandle)my_zalloc(sizeof (*h));
bstreamhandle
bstreamhandle h;
h = (bstreamhandle)my_zalloc(sizeof (*h));
bstreamhandle
bstreamhandle h;
h = (bstreamhandle)my_zalloc(sizeof (*h));
bstreamhandle
bstreamhandle h;
h = (bstreamhandle)my_zalloc(sizeof (*h));
bstreamhandle
bstreamhandle h;
h = (bstreamhandle)my_zalloc(sizeof (*h));
file_stream_size(bstreamhandle h, off_t *size)
audio_stream_size(bstreamhandle h, off_t *size)
bstreamhandle open_stdin_read_stream();
bstreamhandle open_file_read_stream(char *file);
bstreamhandle open_iso_read_stream(char *fname);
bstreamhandle open_au_read_stream(char *fname);
bstreamhandle open_wav_read_stream(char *fname);
bstreamhandle open_aur_read_stream(char *fname);
bstreamhandle open_au_write_stream(char *fname);
bstreamhandle open_wav_write_stream(char *fname);
bstreamhandle open_aur_write_stream(char *fname);
bstreamhandle open_file_write_stream(char *fname);
bstreamhandle open_temp_file_stream(void);
bstreamhandle h;
int read_audio_track(cd_device *dev, struct track_info *ti, bstreamhandle h);
read_data_track(cd_device *dev, struct track_info *ti, bstreamhandle h)
read_audio_track(cd_device *dev, struct track_info *ti, bstreamhandle h)
bstreamhandle h;
static bstreamhandle
write_next_track(int mode, bstreamhandle h)
void write_next_track(int mode, bstreamhandle h);
write_track(cd_device *dev, struct track_info *ti, bstreamhandle h,
int write_track(cd_device *dev, struct track_info *ti, bstreamhandle h,
static bstreamhandle
bstreamhandle *h_ptr;
h_ptr = (bstreamhandle *)my_zalloc(nfiles * sizeof (bstreamhandle));
bstreamhandle h;