OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PasswordIsDefined
(Results
1 - 14
of
14
) sorted by null
/external/lzma/CPP/7zip/UI/Console/
OpenCallbackConsole.h
17
bool
PasswordIsDefined
;
20
COpenCallbackConsole():
PasswordIsDefined
(false), PasswordWasAsked(false) {}
OpenCallbackConsole.cpp
33
if (!
PasswordIsDefined
)
36
PasswordIsDefined
= true;
43
if (
PasswordIsDefined
)
UpdateCallbackConsole.h
26
bool
PasswordIsDefined
;
34
PasswordIsDefined
(false),
UpdateCallbackConsole.cpp
197
HRESULT CUpdateCallbackConsole::CryptoGetTextPassword2(Int32 *
passwordIsDefined
, BSTR *password)
203
*
passwordIsDefined
= false;
208
if (!
PasswordIsDefined
)
213
PasswordIsDefined
= true;
216
*
passwordIsDefined
= BoolToInt(
PasswordIsDefined
);
232
if (!
PasswordIsDefined
)
236
PasswordIsDefined
= true;
ExtractCallbackConsole.cpp
143
PasswordIsDefined
= true;
150
if (!
PasswordIsDefined
)
153
PasswordIsDefined
= true;
ExtractCallbackConsole.h
51
bool
PasswordIsDefined
;
Main.cpp
389
ecs->
PasswordIsDefined
= options.PasswordEnabled;
399
openCallback.
PasswordIsDefined
= options.PasswordEnabled;
500
bool
passwordIsDefined
=
502
openCallback.
PasswordIsDefined
=
passwordIsDefined
;
510
callback.
PasswordIsDefined
=
passwordIsDefined
;
List.cpp
457
openCallback.
PasswordIsDefined
= passwordEnabled;
/external/lzma/CPP/7zip/Archive/7z/
7zCompressionMode.h
37
bool
PasswordIsDefined
;
40
bool IsEmpty() const { return (Methods.IsEmpty() && !
PasswordIsDefined
); }
41
CCompressionMethodMode():
PasswordIsDefined
(false)
7zHandlerOut.cpp
341
Int32
passwordIsDefined
;
342
RINOK(getPassword2->CryptoGetTextPassword2(&
passwordIsDefined
, &password));
343
methodMode.
PasswordIsDefined
= IntToBool(
passwordIsDefined
);
344
if (methodMode.
PasswordIsDefined
)
348
methodMode.
PasswordIsDefined
= false;
354
if (methodMode.
PasswordIsDefined
)
365
headerMethod.
PasswordIsDefined
= methodMode.
PasswordIsDefined
;
7zUpdate.cpp
612
bool
passwordIsDefined
;
623
, GetTextPassword,
passwordIsDefined
835
groups[GetGroupIndex(method.
PasswordIsDefined
, filteredGroup)].Indices.Add(i);
847
if (options.Method->
PasswordIsDefined
)
883
if (!method.
PasswordIsDefined
)
889
method.
PasswordIsDefined
= true;
894
method.
PasswordIsDefined
= false;
7zEncode.cpp
295
if (!_options.
PasswordIsDefined
)
391
if (_options.
PasswordIsDefined
)
7zOut.cpp
767
if (options->
PasswordIsDefined
|| headerOptions.CompressMainHeader)
792
encryptOptions.
PasswordIsDefined
= options->
PasswordIsDefined
;
/external/lzma/CPP/7zip/UI/Client7z/
Client7z.cpp
118
bool
PasswordIsDefined
;
121
CArchiveOpenCallback() :
PasswordIsDefined
(false) {}
136
if (!
PasswordIsDefined
)
140
//
PasswordIsDefined
= true;
204
bool
PasswordIsDefined
;
207
CArchiveExtractCallback() :
PasswordIsDefined
(false) {}
403
if (!
PasswordIsDefined
)
407
//
PasswordIsDefined
= true;
454
STDMETHOD(CryptoGetTextPassword2)(Int32 *
passwordIsDefined
, BSTR *password);
464
bool
PasswordIsDefined
;
[
all
...]
Completed in 4731 milliseconds