Searched refs:bodyBytesTotal (Results 1 – 2 of 2) sorted by relevance
119 std::optional<off_t> bodyBytesTotal = std::nullopt; in ParseFields() local150 bodyBytesTotal = std::stol(contentLength); in ParseFields()151 if (*bodyBytesTotal == 0) { in ParseFields()175 fBodyParser = std::make_unique<HttpRawBodyParser>(*bodyBytesTotal); in ParseFields()300 HttpRawBodyParser::HttpRawBodyParser(off_t bodyBytesTotal) in HttpRawBodyParser() argument302 fBodyBytesTotal(bodyBytesTotal) in HttpRawBodyParser()
93 HttpRawBodyParser(off_t bodyBytesTotal);