Home | History | Annotate | Download | only in DxeHttpLib

Lines Matching refs:ResultBuffer

83   sure ResultBuffer points to a buffer with size equal or greater than ((AsciiStrSize (Buffer))

88 @param[out] ResultBuffer Point to the buffer to store the decode result.
89 @param[out] ResultLength Length of decoded string in ResultBuffer in bytes.
100 OUT CHAR8 *ResultBuffer,
108 if (Buffer == NULL || BufferLength == 0 || ResultBuffer == NULL) {
122 ResultBuffer[Offset] = (CHAR8) AsciiStrHexToUintn (HexStr);
125 ResultBuffer[Offset] = Buffer[Index];