Lines Matching refs:ResponseData
489 if (Cache->ResponseData != NULL) { in HttpBootFreeCache()
490 if (Cache->ResponseData->Headers != NULL) { in HttpBootFreeCache()
491 for (Index = 0; Index < Cache->ResponseData->HeaderCount; Index++) { in HttpBootFreeCache()
492 FreePool (Cache->ResponseData->Headers[Index].FieldName); in HttpBootFreeCache()
493 FreePool (Cache->ResponseData->Headers[Index].FieldValue); in HttpBootFreeCache()
495 FreePool (Cache->ResponseData->Headers); in HttpBootFreeCache()
722 HTTP_IO_RESOPNSE_DATA *ResponseData; in HttpBootGetBootFile() local
887 ResponseData = AllocateZeroPool (sizeof(HTTP_IO_RESOPNSE_DATA)); in HttpBootGetBootFile()
888 if (ResponseData == NULL) { in HttpBootGetBootFile()
895 ResponseData in HttpBootGetBootFile()
905 Cache->ResponseData = ResponseData; in HttpBootGetBootFile()
920 ResponseData->Response.StatusCode, in HttpBootGetBootFile()
921 ResponseData->HeaderCount, in HttpBootGetBootFile()
922 ResponseData->Headers, in HttpBootGetBootFile()
1059 if (ResponseData != NULL) { in HttpBootGetBootFile()
1060 FreePool (ResponseData); in HttpBootGetBootFile()