OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:md5_checking
(Results
1 - 2
of
2
) sorted by null
/external/flac/libFLAC/include/protected/
stream_decoder.h
49
FLAC__bool
md5_checking
; /* if true, generate MD5 signature of decoded data and compare against signature in the STREAMINFO metadata block */
member in struct:FLAC__StreamDecoderProtected
/external/flac/libFLAC/
stream_decoder.c
167
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 */
448
decoder->private_->do_md5_checking = decoder->protected_->
md5_checking
;
730
decoder->protected_->
md5_checking
= value;
[
all
...]
Completed in 98 milliseconds