Lines Matching full:client_data
480 * FLAC__StreamDecoderReadStatus read_cb(const FLAC__StreamDecoder *decoder, FLAC__byte buffer[], size_t *bytes, void *client_data)
482 * FILE *file = ((MyClientData*)client_data)->file;
509 * \param client_data The callee's client data set through
516 typedef FLAC__StreamDecoderReadStatus (*FLAC__StreamDecoderReadCallback)(const FLAC__StreamDecoder *decoder, FLAC__byte buffer[], size_t *bytes, void *client_data);
528 * FLAC__StreamDecoderSeekStatus seek_cb(const FLAC__StreamDecoder *decoder, FLAC__uint64 absolute_byte_offset, void *client_data)
530 * FILE *file = ((MyClientData*)client_data)->file;
546 * \param client_data The callee's client data set through
551 typedef FLAC__StreamDecoderSeekStatus (*FLAC__StreamDecoderSeekCallback)(const FLAC__StreamDecoder *decoder, FLAC__uint64 absolute_byte_offset, void *client_data);
563 * FLAC__StreamDecoderTellStatus tell_cb(const FLAC__StreamDecoder *decoder, FLAC__uint64 *absolute_byte_offset, void *client_data)
565 * FILE *file = ((MyClientData*)client_data)->file;
584 * \param client_data The callee's client data set through
589 typedef FLAC__StreamDecoderTellStatus (*FLAC__StreamDecoderTellCallback)(const FLAC__StreamDecoder *decoder, FLAC__uint64 *absolute_byte_offset, void *client_data);
600 * FLAC__StreamDecoderLengthStatus length_cb(const FLAC__StreamDecoder *decoder, FLAC__uint64 *stream_length, void *client_data)
602 * FILE *file = ((MyClientData*)client_data)->file;
622 * \param client_data The callee's client data set through
627 typedef FLAC__StreamDecoderLengthStatus (*FLAC__StreamDecoderLengthCallback)(const FLAC__StreamDecoder *decoder, FLAC__uint64 *stream_length, void *client_data);
637 * FLAC__bool eof_cb(const FLAC__StreamDecoder *decoder, void *client_data)
640 * FILE *file = ((MyClientData*)client_data)->file;
649 * \param client_data The callee's client data set through
654 typedef FLAC__bool (*FLAC__StreamDecoderEofCallback)(const FLAC__StreamDecoder *decoder, void *client_data);
677 * \param client_data The callee's client data set through
682 typedef FLAC__StreamDecoderWriteStatus (*FLAC__StreamDecoderWriteCallback)(const FLAC__StreamDecoder *decoder, const FLAC__Frame *frame, const FLAC__int32 * const buffer[], void *client_data);
706 * \param client_data The callee's client data set through
709 typedef void (*FLAC__StreamDecoderMetadataCallback)(const FLAC__StreamDecoder *decoder, const FLAC__StreamMetadata *metadata, void *client_data);
723 * \param client_data The callee's client data set through
726 typedef void (*FLAC__StreamDecoderErrorCallback)(const FLAC__StreamDecoder *decoder, FLAC__StreamDecoderErrorStatus status, void *client_data);
1064 * \param client_data This value will be supplied to callbacks in their
1065 * \a client_data argument.
1082 void *client_data
1145 * \param client_data This value will be supplied to callbacks in their
1146 * \a client_data argument.
1163 void *client_data
1194 * \param client_data This value will be supplied to callbacks in their
1195 * \a client_data argument.
1209 void *client_data
1244 * \param client_data This value will be supplied to callbacks in their
1245 * \a client_data argument.
1259 void *client_data
1287 * \param client_data This value will be supplied to callbacks in their
1288 * \a client_data argument.
1301 void *client_data
1333 * \param client_data This value will be supplied to callbacks in their
1334 * \a client_data argument.
1347 void *client_data