Home
last modified time | relevance | path

Searched refs:contentLength (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/sbtool/
H A DEncoreBootImageReader.cpp322 unsigned contentLength = sizeOfCipherBlocks(header.m_length); in readSection() local
323 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()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/net/
H A Dcurl.d498 conn.contentLength = sz;
1020 client.contentLength = 0; in _basicHTTP()
1035 client.contentLength = sendData.length; in _basicHTTP()
3204 @property void contentLength(ulong len) in contentLength() function
3665 @property void contentLength(ulong len) in contentLength() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/net/
H A Dcurl.d513 conn.contentLength = sz;
1046 client.contentLength = 0; in _basicHTTP()
1061 client.contentLength = sendData.length; in _basicHTTP()
3179 @property void contentLength(ulong len) in contentLength() function
3646 @property void contentLength(ulong len) in contentLength() function