Searched refs:MsgParser (Results 1 – 5 of 5) sorted by relevance
275 OUT VOID **MsgParser295 IN OUT VOID *MsgParser,312 IN VOID *MsgParser331 IN VOID *MsgParser,344 IN VOID *MsgParser
1039 OUT VOID **MsgParser in HttpInitMsgParser() argument1049 if (MsgParser == NULL) { in HttpInitMsgParser()1091 *MsgParser = Parser; in HttpInitMsgParser()1112 IN OUT VOID *MsgParser, in HttpParseMessageBody() argument1127 if (MsgParser == NULL) { in HttpParseMessageBody()1131 Parser = (HTTP_BODY_PARSER*) MsgParser; in HttpParseMessageBody()1367 IN VOID *MsgParser in HttpIsMessageComplete() argument1372 Parser = (HTTP_BODY_PARSER*) MsgParser; in HttpIsMessageComplete()1396 IN VOID *MsgParser, in HttpGetEntityLength() argument1402 if (MsgParser == NULL || ContentLength == NULL) { in HttpGetEntityLength()[all …]
1165 &HttpInstance->MsgParser in HttpResponseWorker()1175 …Status = HttpParseMessageBody (HttpInstance->MsgParser, HttpInstance->CacheLen, HttpInstance->Cach… in HttpResponseWorker()1180 if (HttpIsMessageComplete (HttpInstance->MsgParser)) { in HttpResponseWorker()1184 HttpFreeMsgParser (HttpInstance->MsgParser); in HttpResponseWorker()1185 HttpInstance->MsgParser = NULL; in HttpResponseWorker()1249 if (BodyLen == 0 && HttpInstance->MsgParser == NULL) { in HttpResponseWorker()1259 ASSERT (HttpInstance->MsgParser != NULL); in HttpResponseWorker()1308 HttpInstance->MsgParser, in HttpResponseWorker()1316 if (HttpIsMessageComplete (HttpInstance->MsgParser)) { in HttpResponseWorker()1320 HttpFreeMsgParser (HttpInstance->MsgParser); in HttpResponseWorker()[all …]
193 ASSERT (HttpInstance->MsgParser != NULL); in HttpTcpReceiveNotifyDpc()201 HttpInstance->MsgParser, in HttpTcpReceiveNotifyDpc()209 if (HttpIsMessageComplete (HttpInstance->MsgParser)) { in HttpTcpReceiveNotifyDpc()213 HttpFreeMsgParser (HttpInstance->MsgParser); in HttpTcpReceiveNotifyDpc()214 HttpInstance->MsgParser = NULL; in HttpTcpReceiveNotifyDpc()854 if (HttpInstance->MsgParser != NULL) { in HttpCleanProtocol()855 HttpFreeMsgParser (HttpInstance->MsgParser); in HttpCleanProtocol()856 HttpInstance->MsgParser = NULL; in HttpCleanProtocol()
150 VOID *MsgParser; member