OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAC__StreamDecoderProtected
(Results
1 - 3
of
3
) sorted by null
/external/flac/libFLAC/include/protected/
stream_decoder.h
40
typedef struct
FLAC__StreamDecoderProtected
{
51
}
FLAC__StreamDecoderProtected
;
/external/flac/include/FLAC/
stream_decoder.h
456
struct
FLAC__StreamDecoderProtected
;
463
struct
FLAC__StreamDecoderProtected
*protected_; /* avoid the C++ keyword 'protected' */
[
all
...]
/external/flac/libFLAC/
stream_decoder.c
291
decoder->protected_ = (
FLAC__StreamDecoderProtected
*)calloc(1, sizeof(
FLAC__StreamDecoderProtected
));
[
all
...]
Completed in 24 milliseconds