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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/metaflac/
H A Doptions.c101 static FLAC__bool parse_option(int option_index, const char *option_argument, CommandLineOptions *options);
346 FLAC__bool parse_option(int option_index, const char *option_argument, CommandLineOptions *options) argument
400 FLAC__ASSERT(0 != option_argument);
401 if(!parse_md5(option_argument, op->argument.streaminfo_md5.value)) {
410 if(!parse_uint32(option_argument, &(op->argument.streaminfo_uint32.value)) || op->argument.streaminfo_uint32.value < FLAC__MIN_BLOCK_SIZE || op->argument.streaminfo_uint32.value > FLAC__MAX_BLOCK_SIZE) {
419 if(!parse_uint32(option_argument, &(op->argument.streaminfo_uint32.value)) || op->argument.streaminfo_uint32.value < FLAC__MIN_BLOCK_SIZE || op->argument.streaminfo_uint32.value > FLAC__MAX_BLOCK_SIZE) {
428 if(!parse_uint32(option_argument, &(op->argument.streaminfo_uint32.value)) || op->argument.streaminfo_uint32.value >= (1u<<FLAC__STREAM_METADATA_STREAMINFO_MIN_FRAME_SIZE_LEN)) {
437 if(!parse_uint32(option_argument, &(op->argument.streaminfo_uint32.value)) || op->argument.streaminfo_uint32.value >= (1u<<FLAC__STREAM_METADATA_STREAMINFO_MAX_FRAME_SIZE_LEN)) {
446 if(!parse_uint32(option_argument, &(op->argument.streaminfo_uint32.value)) || !FLAC__format_sample_rate_is_valid(op->argument.streaminfo_uint32.value)) {
455 if(!parse_uint32(option_argument,
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Dmain.c66 static int parse_option(int short_option, const char *long_option, const char *option_argument);
651 int parse_option(int short_option, const char *long_option, const char *option_argument) argument
669 FLAC__ASSERT(0 != option_argument);
670 option_values.output_prefix = option_argument;
673 FLAC__ASSERT(0 != option_argument);
674 option_values.skip_specification = option_argument;
677 FLAC__ASSERT(0 != option_argument);
678 option_values.until_specification = option_argument;
681 FLAC__ASSERT(0 != option_argument);
686 i = local__strtoll(option_argument,
[all...]

Completed in 48 milliseconds