OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ptrComment
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
ParseUpdateProfile.c
200
CommentItem->
ptrComment
= AllocatePool (BufferSize + 1);
201
if (CommentItem->
ptrComment
== NULL) {
205
CopyMem (CommentItem->
ptrComment
, Buffer, BufferSize);
206
*(CommentItem->
ptrComment
+ BufferSize) = '\0';
443
COMMENT_LINE *
PtrComment
;
461
PtrComment
= Comment;
463
if (
PtrComment
->
ptrComment
!= NULL) {
464
FreePool (
PtrComment
->
ptrComment
);
[
all
...]
UpdateDriver.h
72
CHAR8 *
ptrComment
;
Completed in 219 milliseconds