OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:seen_magic
(Results
1 - 2
of
2
) sorted by null
/external/flac/libFLAC/include/private/
ogg_encoder_aspect.h
48
FLAC__bool
seen_magic
; /* true if we've seen the fLaC magic in the write callback yet */
member in struct:FLAC__OggEncoderAspect
/external/flac/libFLAC/
ogg_encoder_aspect.c
56
aspect->
seen_magic
= false;
123
if(aspect->
seen_magic
) {
213
aspect->
seen_magic
= true;
Completed in 36 milliseconds