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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/metaflac/
H A Doptions.c111 static FLAC__bool parse_uint64(const char *src, FLAC__uint64 *dest);
473 if(!parse_uint64(option_argument, &(op->argument.streaminfo_uint64.value)) || op->argument.streaminfo_uint64.value >= (((FLAC__uint64)1)<<FLAC__STREAM_METADATA_STREAMINFO_TOTAL_SAMPLES_LEN)) {
861 FLAC__bool parse_uint64(const char *src, FLAC__uint64 *dest) function

Completed in 38 milliseconds