Home | History | Annotate | Download | only in DxeHttpLib

Lines Matching refs:AllocateZeroPool

380   Parser = AllocateZeroPool (sizeof (HTTP_URL_PARSER));

1053 Parser = AllocateZeroPool (sizeof (HTTP_BODY_PARSER));
1495 HttpHeader->FieldName = AllocateZeroPool (FieldNameSize);
1503 HttpHeader->FieldValue = AllocateZeroPool (FieldValueSize);
1716 AppendList = AllocateZeroPool (sizeof (EFI_HTTP_HEADER *) * (Message->HeaderCount));
1772 *RequestMsg = AllocateZeroPool (MsgSize);