Searched refs:inputTempSize (Results 1 - 1 of 1) sorted by relevance

/haiku/src/kits/network/libnetservices/
H A DHttpRequest.cpp613 ssize_t inputTempSize = kHttpBufferSize; local
731 if (inputTempSize < chunkSize + 2) {
732 inputTempSize = chunkSize + 2;
734 = new(std::nothrow) char[inputTempSize];
781 if (inputTempSize < bytesRead) {
782 inputTempSize = bytesRead;

Completed in 42 milliseconds