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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dimagiff.cpp389 size_t chunkLen = (iff_getlong(dataptr + 4) + 1) & 0xfffffffe; local
393 chunkLen_ = chunkLen;
396 if (chunkLen < 0) { // format error?
400 bool truncated = (dataptr + 8 + chunkLen > dataend);
403 if (chunkLen < 12 + 2 || truncated) {
413 dataptr += 8 + chunkLen; // to next chunk
420 colors = chunkLen / 3; // calc no of colors
444 dataptr += 8 + chunkLen; // to next chunk
446 if (chunkLen < 4 || truncated) {
451 dataptr += 8 + chunkLen; // t
[all...]
H A Dfileconf.cpp499 static const size_t chunkLen = 1024; local
501 wxMemoryBuffer buf(chunkLen);
504 inStream.Read(buf.GetAppendBuf(chunkLen), chunkLen);

Completed in 60 milliseconds