Searched refs:fixup_is_last_flag_offset (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dmetadata_iterators.c128 static FLAC__bool simple_iterator_copy_file_postfix_(FLAC__Metadata_SimpleIterator *iterator, FILE **tempfile, char **tempfilename, int fixup_is_last_code, off_t fixup_is_last_flag_offset, FLAC__bool backup);
2906 off_t fixup_is_last_flag_offset = -1; local
2913 fixup_is_last_flag_offset = iterator->offset[iterator->depth];
2922 fixup_is_last_flag_offset = iterator->offset[iterator->depth];
2943 if(!simple_iterator_copy_file_postfix_(iterator, &tempfile, &tempfilename, fixup_is_last_code, fixup_is_last_flag_offset, block==0))
3052 FLAC__bool simple_iterator_copy_file_postfix_(FLAC__Metadata_SimpleIterator *iterator, FILE **tempfile, char **tempfilename, int fixup_is_last_code, off_t fixup_is_last_flag_offset, FLAC__bool backup) argument
3076 if(0 != fseeko(*tempfile, fixup_is_last_flag_offset, SEEK_SET)) {
3094 if(0 != fseeko(*tempfile, fixup_is_last_flag_offset, SEEK_SET)) {

Completed in 303 milliseconds