OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Corrupted
(Results
1 - 3
of
3
) sorted by null
/external/libvncserver/common/
sha1.h
88
int
Corrupted
; /* Is the message digest
corrupted
? */
sha1.c
105
context->
Corrupted
= 0;
138
if (context->
Corrupted
)
140
return context->
Corrupted
;
201
context->
Corrupted
= shaStateError;
205
if (context->
Corrupted
)
207
return context->
Corrupted
;
209
while(length-- && !context->
Corrupted
)
221
context->
Corrupted
= 1;
/external/lzma/CPP/7zip/Bundles/LzmaSpec/
LzmaSpec.cpp
142
bool
Corrupted
;
153
Corrupted
= false;
156
Corrupted
= true;
164
Corrupted
= true;
189
Corrupted
= true;
685
if (lzmaDecoder.RangeDec.
Corrupted
)
687
Print("\nWarning: LZMA stream is
corrupted
\n");
Completed in 174 milliseconds