OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AddProp32
(Results
1 - 2
of
2
) sorted by null
/external/lzma/CPP/7zip/Common/
MethodProps.cpp
138
void CProps::
AddProp32
(PROPID propid, UInt32 level)
/external/lzma/CPP/7zip/Archive/7z/
7zHandler.cpp
143
static char *
AddProp32
(char *s, const char *name, UInt32 v)
427
if (lc != 3) dest =
AddProp32
(dest, "lc", lc);
428
if (lp != 0) dest =
AddProp32
(dest, "lp", lp);
429
if (pb != 2) dest =
AddProp32
(dest, "pb", pb);
Completed in 76 milliseconds