Searched refs:contentLength (Results 1 – 3 of 3) sorted by relevance
322 unsigned contentLength = sizeOfCipherBlocks(header.m_length); in readSection() local323 contents = new uint8_t[contentLength]; in readSection()324 if (m_stream.read((char *)contents, contentLength).bad()) in readSection()335 cipher.blockDecrypt(contents, contentLength * 8, contents); in readSection()353 dataSection->setDataNoCopy(contents, contentLength); in readSection()
498 conn.contentLength = sz;1020 client.contentLength = 0; in _basicHTTP()1035 client.contentLength = sendData.length; in _basicHTTP()3204 @property void contentLength(ulong len) in contentLength() function3665 @property void contentLength(ulong len) in contentLength() function
513 conn.contentLength = sz;1046 client.contentLength = 0; in _basicHTTP()1061 client.contentLength = sendData.length; in _basicHTTP()3179 @property void contentLength(ulong len) in contentLength() function3646 @property void contentLength(ulong len) in contentLength() function