Lines Matching refs:FLAC__StreamDecoderTellStatus
359 } FLAC__StreamDecoderTellStatus;
361 /** Maps a FLAC__StreamDecoderTellStatus to a C string.
363 * Using a FLAC__StreamDecoderTellStatus as the index to this array
564 * FLAC__StreamDecoderTellStatus tell_cb(const FLAC__StreamDecoder *decoder, FLAC__uint64 *absolute_byte_offset, void *client_data)
587 * \retval FLAC__StreamDecoderTellStatus
590 typedef FLAC__StreamDecoderTellStatus (*FLAC__StreamDecoderTellCallback)(const FLAC__StreamDecoder *decoder, FLAC__uint64 *absolute_byte_offset, void *client_data);