Lines Matching refs:HttpHeaders
938 CHAR8 *HttpHeaders; in HttpResponseWorker() local
962 HttpInstance->HttpHeaders = NULL; in HttpResponseWorker()
964 HttpHeaders = NULL; in HttpResponseWorker()
981 HttpHeaders = AllocateZeroPool (HdrLen); in HttpResponseWorker()
982 if (HttpHeaders == NULL) { in HttpResponseWorker()
987 CopyMem (HttpHeaders, HttpInstance->NextMsg, HdrLen); in HttpResponseWorker()
998 EndofHeader = AsciiStrStr (HttpHeaders, HTTP_END_OF_HDR_STR); in HttpResponseWorker()
1002 HttpInstance->HttpHeaders = &HttpHeaders; in HttpResponseWorker()
1037 ASSERT (HttpHeaders != NULL); in HttpResponseWorker()
1042 BodyLen = BufferSize - (EndofHeader - HttpHeaders); in HttpResponseWorker()
1061 StatusCodeStr = HttpHeaders + AsciiStrLen (HTTP_VERSION_STR) + 1; in HttpResponseWorker()
1072 Tmp = AsciiStrStr (HttpHeaders, HTTP_CRLF_STR); in HttpResponseWorker()
1088 SizeofHeaders = SizeofHeaders - (Tmp - HttpHeaders); in HttpResponseWorker()
1126 FreePool (HttpHeaders); in HttpResponseWorker()
1127 HttpHeaders = HeaderTmp; in HttpResponseWorker()
1142 HttpHeaders, in HttpResponseWorker()
1151 FreePool (HttpHeaders); in HttpResponseWorker()
1152 HttpHeaders = NULL; in HttpResponseWorker()
1412 if (HttpHeaders != NULL) { in HttpResponseWorker()
1413 FreePool (HttpHeaders); in HttpResponseWorker()
1414 HttpHeaders = NULL; in HttpResponseWorker()