Lines Matching refs:tell_callback
156 FLAC__StreamDecoderTellCallback tell_callback;
376 FLAC__StreamDecoderTellCallback tell_callback,
400 (seek_callback && (0 == tell_callback || 0 == length_callback || 0 == eof_callback))
460 decoder->private_->tell_callback = tell_callback;
488 FLAC__StreamDecoderTellCallback tell_callback,
501 tell_callback,
516 FLAC__StreamDecoderTellCallback tell_callback,
529 tell_callback,
947 if(0 == decoder->private_->tell_callback)
949 if(decoder->private_->tell_callback(decoder, position, decoder->private_->client_data) != FLAC__STREAM_DECODER_TELL_STATUS_OK)
1192 FLAC__ASSERT(decoder->private_->tell_callback);
1267 decoder->private_->tell_callback = 0;