Lines Matching refs:CommandLineOptions
38 static FLAC__bool do_major_operation(const CommandLineOptions *options);
39 static FLAC__bool do_major_operation_on_file(const char *filename, const CommandLineOptions *option…
40 …ration__list(const char *filename, FLAC__Metadata_Chain *chain, const CommandLineOptions *options);
41 static FLAC__bool do_major_operation__append(FLAC__Metadata_Chain *chain, const CommandLineOptions …
42 static FLAC__bool do_major_operation__remove(FLAC__Metadata_Chain *chain, const CommandLineOptions …
43 …ool do_major_operation__remove_all(FLAC__Metadata_Chain *chain, const CommandLineOptions *options);
44 static FLAC__bool do_shorthand_operations(const CommandLineOptions *options);
45 static FLAC__bool do_shorthand_operations_on_file(const char *filename, const CommandLineOptions *o…
50 static FLAC__bool passes_filter(const CommandLineOptions *options, const FLAC__StreamMetadata *bloc…
69 FLAC__bool do_operations(const CommandLineOptions *options) in do_operations()
102 FLAC__bool do_major_operation(const CommandLineOptions *options) in do_major_operation()
114 FLAC__bool do_major_operation_on_file(const char *filename, const CommandLineOptions *options) in do_major_operation_on_file()
174 …eration__list(const char *filename, FLAC__Metadata_Chain *chain, const CommandLineOptions *options) in do_major_operation__list()
202 FLAC__bool do_major_operation__append(FLAC__Metadata_Chain *chain, const CommandLineOptions *option… in do_major_operation__append()
209 FLAC__bool do_major_operation__remove(FLAC__Metadata_Chain *chain, const CommandLineOptions *option… in do_major_operation__remove()
235 FLAC__bool do_major_operation__remove_all(FLAC__Metadata_Chain *chain, const CommandLineOptions *op… in do_major_operation__remove_all()
256 FLAC__bool do_shorthand_operations(const CommandLineOptions *options) in do_shorthand_operations()
278 FLAC__bool do_shorthand_operations_on_file(const char *filename, const CommandLineOptions *options) in do_shorthand_operations_on_file()
521 FLAC__bool passes_filter(const CommandLineOptions *options, const FLAC__StreamMetadata *block, unsi… in passes_filter()