OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ELzmaStatus
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/lzma_sdk/
LzmaDec.h
107
}
ELzmaStatus
;
109
/*
ELzmaStatus
is used only as output value for function call */
182
const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode,
ELzmaStatus
*status);
199
const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode,
ELzmaStatus
*status);
225
ELzmaStatus
*status, ISzAlloc *alloc);
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaDec.h
108
}
ELzmaStatus
;
110
/*
ELzmaStatus
is used only as output value for function call */
183
const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode,
ELzmaStatus
*status);
200
const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode,
ELzmaStatus
*status);
226
ELzmaStatus
*status, ISzAlloc *alloc);
/external/lzma/C/
LzmaDec.h
107
}
ELzmaStatus
;
109
/*
ELzmaStatus
is used only as output value for function call */
182
const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode,
ELzmaStatus
*status);
199
const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode,
ELzmaStatus
*status);
225
ELzmaStatus
*status, ISzAlloc *alloc);
Completed in 46 milliseconds