Home | History | Annotate | Download | only in libFLAC

Lines Matching refs:first_offset

353 	off_t first_offset; /* this is the offset to the STREAMINFO block */
389 iterator->first_offset = iterator->offset[0] = -1;
462 iterator->first_offset = iterator->offset[iterator->depth] = ftello(iterator->file);
554 if(iterator->offset[iterator->depth] == iterator->first_offset)
557 if(0 != fseeko(iterator->file, iterator->first_offset, SEEK_SET)) {
561 this_offset = iterator->first_offset;
907 off_t first_offset, last_offset;
1204 chain->first_offset = (off_t)pos;
1330 chain->first_offset = 0; /*@@@ wrong; will need to be set correctly to implement metadata writing for Ogg FLAC */
1355 if(0 != seek_cb(handle, chain->first_offset, SEEK_SET)) {
1418 if(!copy_n_bytes_from_file_(f, tempfile, chain->first_offset, &status)) {
1468 if(!copy_n_bytes_from_file_cb_(handle, read_cb, temp_handle, temp_write_cb, chain->first_offset, &status)) {
1687 chain->last_offset = chain->first_offset;
1787 chain->last_offset = chain->first_offset;