Searched refs:getNextCompleteLine (Results 1 – 2 of 2) sorted by relevance
548 bool HTTPParserInput::getNextCompleteLine(HTTPMemoryFragment &aHttpFrag, bool aHeaderParsed) in getNextCompleteLine() function in HTTPParserInput1015 while (aParserInput.getNextCompleteLine(aInputLineData)) in parse()1344 …while (aParserInput.getNextCompleteLine(aInputLineData, true)) // true means header is already pa… in parse()1424 while (aParserInput.getNextCompleteLine(aInputLineData)) in parseChunkHeader()1454 if (aParserInput.getNextCompleteLine(aInputLineData)) in parseChunkBoundaryLine()1465 if (aParserInput.getNextCompleteLine(aInputLineData)) in parseChunkBoundaryLine()
164 bool getNextCompleteLine(HTTPMemoryFragment &aHttpFrag, bool aHeaderParsed = false);