Lines Matching defs:tell_callback
133 FLAC__StreamDecoderTellCallback tell_callback;
350 FLAC__StreamDecoderTellCallback tell_callback,
374 (seek_callback && (0 == tell_callback || 0 == length_callback || 0 == eof_callback))
436 decoder->private_->tell_callback = tell_callback;
464 FLAC__StreamDecoderTellCallback tell_callback,
477 tell_callback,
492 FLAC__StreamDecoderTellCallback tell_callback,
505 tell_callback,
921 if(0 == decoder->private_->tell_callback)
923 if(decoder->private_->tell_callback(decoder, position, decoder->private_->client_data) != FLAC__STREAM_DECODER_TELL_STATUS_OK)
1167 FLAC__ASSERT(decoder->private_->tell_callback);
1242 decoder->private_->tell_callback = 0;