Lines Matching refs:stat
217 if (reqST.stat == RequstParseStat::RECVING) { in ProcessAndParseReq()
221 reqST.stat = RequstParseStat::INIT; in ProcessAndParseReq()
244 if (reqST.stat != RequstParseStat::INIT) { in ProcessClient()
246 reqST.stat = RequstParseStat::INIT; in ProcessClient()
287 if (reqST.stat != RequstParseStat::INIT) { in ProcessClient()
289 reqST.stat = RequstParseStat::INIT; in ProcessClient()
308 if (request.stat == RequstParseStat::RECVING) { in ProcessRequest()
312 } else if (request.stat != RequstParseStat::OK) { in ProcessRequest()
364 httpReq.stat = RequstParseStat::BAD; in ParseRequest()
367 httpReq.stat = RequstParseStat::RECVING; in ParseRequest()
383 httpReq.stat = RequstParseStat::BAD; in ParseRequest()
393 httpReq.stat = RequstParseStat::BAD; in ParseRequest()
402 httpReq.stat = RequstParseStat::RECVING; in ParseRequest()
413 httpReq.stat = RequstParseStat::OK; in ParseRequest()