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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dstream_encoder.c365 FLAC__StreamMetadata_SeekTable *seek_table; /* pointer into encoder->protected_->metadata_ where the seek table is */
534 encoder->protected_ = (FLAC__StreamEncoderProtected*)calloc(1, sizeof(FLAC__StreamEncoderProtected));
535 if(encoder->protected_ == 0) {
542 free(encoder->protected_);
550 free(encoder->protected_);
589 encoder->protected_->state = FLAC__STREAM_ENCODER_UNINITIALIZED;
599 FLAC__ASSERT(0 != encoder->protected_);
623 free(encoder->protected_);
649 if(encoder->protected_->state != FLAC__STREAM_ENCODER_UNINITIALIZED)
660 if(encoder->protected_
[all...]
H A Dogg_helper.c55 encoder->protected_->state = FLAC__STREAM_ENCODER_OGG_ERROR;
62 encoder->protected_->state = FLAC__STREAM_ENCODER_CLIENT_ERROR;
69 encoder->protected_->state = FLAC__STREAM_ENCODER_CLIENT_ERROR;
111 encoder->protected_->state = FLAC__STREAM_ENCODER_CLIENT_ERROR;
117 encoder->protected_->state = FLAC__STREAM_ENCODER_MEMORY_ALLOCATION_ERROR;
135 encoder->protected_->state = FLAC__STREAM_ENCODER_OGG_ERROR;
149 encoder->protected_->state = FLAC__STREAM_ENCODER_OGG_ERROR;
159 encoder->protected_->state = FLAC__STREAM_ENCODER_MEMORY_ALLOCATION_ERROR;
171 encoder->protected_->state = FLAC__STREAM_ENCODER_OGG_ERROR;
192 encoder->protected_
[all...]
H A Dstream_decoder.c193 FLAC__bool do_md5_checking; /* initially gets protected_->md5_checking but is turned off after a seek or if the metadata has a zero MD5 */
289 decoder->protected_ = (FLAC__StreamDecoderProtected*)calloc(1, sizeof(FLAC__StreamDecoderProtected));
290 if(decoder->protected_ == 0) {
297 free(decoder->protected_);
305 free(decoder->protected_);
314 free(decoder->protected_);
335 decoder->protected_->state = FLAC__STREAM_DECODER_UNINITIALIZED;
345 FLAC__ASSERT(0 != decoder->protected_);
360 free(decoder->protected_);
386 if(decoder->protected_
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dr4kcache.h427 __BUILD_BLAST_CACHE_RANGE(d, dcache, Hit_Writeback_Inv_D, protected_)
428 __BUILD_BLAST_CACHE_RANGE(s, scache, Hit_Writeback_Inv_SD, protected_)
429 __BUILD_BLAST_CACHE_RANGE(i, icache, Hit_Invalidate_I, protected_)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dr4kcache.h427 __BUILD_BLAST_CACHE_RANGE(d, dcache, Hit_Writeback_Inv_D, protected_)
428 __BUILD_BLAST_CACHE_RANGE(s, scache, Hit_Writeback_Inv_SD, protected_)
429 __BUILD_BLAST_CACHE_RANGE(i, icache, Hit_Invalidate_I, protected_)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/include/FLAC/
H A Dstream_decoder.h463 struct FLAC__StreamDecoderProtected *protected_; /* avoid the C++ keyword 'protected' */ member in struct:__anon802
H A Dstream_encoder.h465 struct FLAC__StreamEncoderProtected *protected_; /* avoid the C++ keyword 'protected' */ member in struct:__anon809

Completed in 90 milliseconds