Searched refs:append_major_operation (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/metaflac/
H A Doptions.c104 static Operation *append_major_operation(CommandLineOptions *options, OperationType type);
642 (void) append_major_operation(options, OP__LIST);
645 (void) append_major_operation(options, OP__APPEND);
648 (void) append_major_operation(options, OP__REMOVE);
651 (void) append_major_operation(options, OP__REMOVE_ALL);
654 (void) append_major_operation(options, OP__MERGE_PADDING);
657 (void) append_major_operation(options, OP__SORT_PADDING);
754 Operation *append_major_operation(CommandLineOptions *options, OperationType type) function

Completed in 172 milliseconds