Searched refs:fixup_is_last_flag_offset (Results 1 – 1 of 1) sorted by relevance
/external/flac/src/libFLAC/ |
D | metadata_iterators.c | 111 …pfile, char **tempfilename, int fixup_is_last_code, FLAC__off_t fixup_is_last_flag_offset, FLAC__b… 2997 FLAC__off_t fixup_is_last_flag_offset = -1; in rewrite_whole_file_() local 3004 fixup_is_last_flag_offset = iterator->offset[iterator->depth]; in rewrite_whole_file_() 3013 fixup_is_last_flag_offset = iterator->offset[iterator->depth]; in rewrite_whole_file_() 3034 …ostfix_(iterator, &tempfile, &tempfilename, fixup_is_last_code, fixup_is_last_flag_offset, block==… in rewrite_whole_file_() 3143 …pfile, char **tempfilename, int fixup_is_last_code, FLAC__off_t fixup_is_last_flag_offset, FLAC__b… in simple_iterator_copy_file_postfix_() argument 3167 if(0 != fseeko(*tempfile, fixup_is_last_flag_offset, SEEK_SET)) { in simple_iterator_copy_file_postfix_() 3185 if(0 != fseeko(*tempfile, fixup_is_last_flag_offset, SEEK_SET)) { in simple_iterator_copy_file_postfix_()
|