Searched refs:_contentLength (Results 1 – 4 of 4) sorted by relevance
337 _contentLength = atoi(lp); in readHeader()338 if (_contentLength <= 0) { in readHeader()339 …error("Error in XmlRpcClient::readHeader: Invalid Content-length specified (%d).", _contentLength); in readHeader()343 XmlRpcUtil::log(4, "client read content length: %d", _contentLength); in readHeader()357 if (int(_response.length()) < _contentLength) { in readResponse()364 if (int(_response.length()) < _contentLength) { in readResponse()
116 _contentLength = atoi(lp); in readHeader()117 if (_contentLength <= 0) { in readHeader()118 …rror("XmlRpcServerConnection::readHeader: Invalid Content-length specified (%d).", _contentLength); in readHeader()122 …til::log(3, "XmlRpcServerConnection::readHeader: specified content length is %d.", _contentLength); in readHeader()148 if (int(_request.length()) < _contentLength) { in readRequest()156 if (int(_request.length()) < _contentLength) { in readRequest()
116 int _contentLength; variable
86 int _contentLength; variable