Searched refs:FLAC__StreamEncoderProtected (Results 1 – 3 of 3) sorted by relevance
78 typedef struct FLAC__StreamEncoderProtected { struct108 } FLAC__StreamEncoderProtected; argument
458 struct FLAC__StreamEncoderProtected;465 struct FLAC__StreamEncoderProtected *protected_; /* avoid the C++ keyword 'protected' */
534 …encoder->protected_ = (FLAC__StreamEncoderProtected*)calloc(1, sizeof(FLAC__StreamEncoderProtected… in FLAC__stream_encoder_new()