Searched refs:InputBuffer (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DParseInf.c32 IN OUT CHAR8 *InputBuffer,
49 InputBuffer Buffer to read into, must be _MAX_PATH size.
55 InputBuffer otherwise
66 assert (InputBuffer);
111 memcpy (InputBuffer, InputFile->CurrentFilePointer, CharsToCopy);
116 if (InputBuffer[CharsToCopy - 1] == '\r') {
118 InputBuffer[CharsToCopy - 1] = '\0';
122 InputBuffer[CharsToCopy] = '\0';
134 CharPtr = strstr (InputBuffer, "//");
141 return InputBuffer;
30 ReadLine( IN MEMORY_FILE *InputFile, IN OUT CHAR8 *InputBuffer, IN UINTN MaxLength ) argument
168 CHAR8 InputBuffer[_MAX_PATH]; local
237 CHAR8 InputBuffer[_MAX_PATH]; local
655 CHAR8 InputBuffer[_MAX_PATH]; local
[all...]
H A DParseInf.h43 IN OUT CHAR8 *InputBuffer,
62 InputBuffer Buffer to read into, must be _MAX_PATH size.
68 InputBuffer otherwise
186 IN OUT CHAR8 *InputBuffer
199 InputBuffer Buffer to read into, must be _MAX_PATH size.
204 InputBuffer otherwise
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/
H A DVBoxMPDriver.cpp197 _type *_name = (_type*) RequestPacket->InputBuffer; \

Completed in 118 milliseconds