Searched refs:writeToBody (Results 1 - 2 of 2) sorted by last modified time

/haiku/src/kits/network/libnetservices2/
H A DHttpParser.cpp196 \brief Parse the body from the \a buffer and use \a writeToBody function to save.
202 HttpParser::ParseBody(HttpBuffer& buffer, HttpTransferFunction writeToBody, bool readEnd) argument
207 auto parseResult = fBodyParser->ParseBody(buffer, writeToBody, readEnd);
310 The buffer is parsed into a target using the \a writeToBody function.
320 It is required that the \a writeToBody function writes all the bytes it is asked to; this
328 HttpRawBodyParser::ParseBody(HttpBuffer& buffer, HttpTransferFunction writeToBody, bool readEnd) argument
342 auto bytesRead = buffer.WriteTo(writeToBody, bytesToRead);
375 The contents of the cunks are copied into a target using the \a writeToBody function.
380 It is required that the \a writeToBody function writes all the bytes it is asked to; this
389 HttpChunkedBodyParser::ParseBody(HttpBuffer& buffer, HttpTransferFunction writeToBody, boo argument
531 ParseBody(HttpBuffer& buffer, HttpTransferFunction writeToBody, bool readEnd) argument
[all...]
H A DHttpParser.h53 size_t ParseBody(HttpBuffer& buffer, HttpTransferFunction writeToBody,
78 HttpTransferFunction writeToBody, bool readEnd) = 0;
94 virtual BodyParseResult ParseBody(HttpBuffer& buffer, HttpTransferFunction writeToBody,
107 HttpBuffer& buffer, HttpTransferFunction writeToBody, bool readEnd) override;
120 virtual BodyParseResult ParseBody(HttpBuffer& buffer, HttpTransferFunction writeToBody,

Completed in 86 milliseconds