Home | History | Annotate | Download | only in LzmaCustomDecompressLib

Lines Matching full:specified

23   Examines a GUIDed section specified by InputSection.  

41 if the buffer specified by InputSection were decoded.
43 if the buffer specified by InputSection were decoded.
48 @retval RETURN_UNSUPPORTED The section specified by InputSection does not match the GUID this handler supports.
49 @retval RETURN_INVALID_PARAMETER The information can not be retrieved from the section specified by InputSection.
102 Decodes the GUIDed section specified by InputSection.
106 is decoded into the buffer specified by OutputBuffer and the authentication status of this
109 the decoded data will be placed in caller allocated buffer specified by OutputBuffer.
127 @retval RETURN_SUCCESS The buffer specified by InputSection was decoded.
128 @retval RETURN_UNSUPPORTED The section specified by InputSection does not match the GUID this handler supports.
129 @retval RETURN_INVALID_PARAMETER The section specified by InputSection can not be decoded.