Home
last modified time | relevance | path

Searched refs:OP__ADD_SEEKPOINT (Results 1 – 3 of 3) sorted by relevance

/external/flac/src/metaflac/
Doptions.h67 OP__ADD_SEEKPOINT, enumerator
Doptions.c251 Operation *op2 = find_shorthand_operation(options, OP__ADD_SEEKPOINT); in parse_options()
253 op2 = append_shorthand_operation(options, OP__ADD_SEEKPOINT); in parse_options()
305 case OP__ADD_SEEKPOINT: in free_options()
623 op = find_shorthand_operation(options, OP__ADD_SEEKPOINT); in parse_option()
625 op = append_shorthand_operation(options, OP__ADD_SEEKPOINT); in parse_option()
Doperations.c298 if(options->ops.operations[i].type != OP__ADD_SEEKPOINT) in do_shorthand_operations_on_file()
317 if(options->ops.operations[i].type == OP__ADD_SEEKPOINT) in do_shorthand_operations_on_file()
379 case OP__ADD_SEEKPOINT: in do_shorthand_operation()