Searched refs:fixup_is_last_code (Results 1 – 1 of 1) sorted by relevance
/external/flac/libFLAC/ |
D | metadata_iterators.c | 111 …impleIterator *iterator, FILE **tempfile, char **tempfilename, int fixup_is_last_code, FLAC__off_t… 2996 int fixup_is_last_code = 0; /* 0 => no need to change any is_last flags */ in rewrite_whole_file_() local 3003 fixup_is_last_code = 1; /* 1 => clear the is_last flag at the following offset */ in rewrite_whole_file_() 3012 fixup_is_last_code = -1; /* -1 => set the is_last the flag at the following offset */ in rewrite_whole_file_() 3034 …if(!simple_iterator_copy_file_postfix_(iterator, &tempfile, &tempfilename, fixup_is_last_code, fix… in rewrite_whole_file_() 3143 …impleIterator *iterator, FILE **tempfile, char **tempfilename, int fixup_is_last_code, FLAC__off_t… in simple_iterator_copy_file_postfix_() argument 3158 if(fixup_is_last_code != 0) { in simple_iterator_copy_file_postfix_() 3177 if(fixup_is_last_code > 0) { in simple_iterator_copy_file_postfix_()
|