Home
last modified time | relevance | path

Searched refs:TransferredBodySize (Results 1 – 2 of 2) sorted by relevance

/haiku/src/kits/network/libnetservices2/
H A DHttpParser.h82 off_t TransferredBodySize() const noexcept;
H A DHttpParser.cpp248 return fBodyParser->TransferredBodySize(); in BodyBytesTransferred()
282 HttpBodyParser::TransferredBodySize() const noexcept in TransferredBodySize() function in HttpBodyParser