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

/external/flac/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 int fixup_is_last_code = 0; /* 0 => no need to change any is_last flags */ local
2913 fixup_is_last_code = 1; /* 1 => clear the is_last flag at the following offset */
2922 fixup_is_last_code = -1; /* -1 => set the is_last the flag at the following offset */
2944 if(!simple_iterator_copy_file_postfix_(iterator, &tempfile, &tempfilename, fixup_is_last_code, fixup_is_last_flag_offset, block==0))
3053 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
3068 if(fixup_is_last_code != 0) {
3087 if(fixup_is_last_code > 0) {

Completed in 64 milliseconds