Home
last modified time | relevance | path

Searched refs:bytesRead (Results 1 – 25 of 4578) sorted by relevance

12345678910>>...184

/dports/textproc/exempi/exempi-2.5.2/XMPFiles/source/FormatSupport/
H A DGIF_Support.cpp68 long bytesRead; in ReadHeader() local
78 headerSize += bytesRead; in ReadHeader()
80 if ( bytesRead != 3 ) return 0; in ReadHeader()
82 headerSize += bytesRead; in ReadHeader()
84 if ( bytesRead != 4 ) return 0; in ReadHeader()
85 headerSize += bytesRead; in ReadHeader()
87 if ( bytesRead != 3 ) return 0; in ReadHeader()
88 headerSize += bytesRead; in ReadHeader()
92 headerSize += bytesRead; in ReadHeader()
104 long bytesRead; in ReadBlock() local
[all …]
/dports/games/scourge/scourge/src/render/
H A D3ds.cpp134 …m_CurrentChunk->bytesRead += fread( &version, 1, m_CurrentChunk->length - m_CurrentChunk->bytesRea… in ProcessNextChunk()
152 …m_TempChunk->bytesRead += fread( &version, 1, m_TempChunk->length - m_TempChunk->bytesRead, m_File… in ProcessNextChunk()
158 m_CurrentChunk->bytesRead += m_TempChunk->bytesRead; in ProcessNextChunk()
206 …m_CurrentChunk->bytesRead += fread( buffer, 1, m_CurrentChunk->length - m_CurrentChunk->bytesRead,… in ProcessNextChunk()
212 …m_CurrentChunk->bytesRead += fread( buffer, 1, m_CurrentChunk->length - m_CurrentChunk->bytesRead,… in ProcessNextChunk()
217 pPreviousChunk->bytesRead += m_CurrentChunk->bytesRead; in ProcessNextChunk()
281 …m_CurrentChunk->bytesRead += fread( buffer, 1, m_CurrentChunk->length - m_CurrentChunk->bytesRead,… in ProcessNextObjectChunk()
286 pPreviousChunk->bytesRead += m_CurrentChunk->bytesRead; in ProcessNextObjectChunk()
347 pPreviousChunk->bytesRead += m_CurrentChunk->bytesRead; in ProcessNextMaterialChunk()
413 …m_TempChunk->bytesRead += fread( pMaterial->color, 1, m_TempChunk->length - m_TempChunk->bytesRead in ReadColorChunk()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/ui/src/controller/
H A Dtrace_stream.ts24 bytesRead: number; property
39 private bytesRead = 0;
55 this.bytesRead += res.byteLength;
59 bytesRead: this.bytesRead,
77 private bytesRead = 0; property in TraceBufferStream
87 this.bytesRead += len;
91 bytesRead: this.bytesRead,
100 private bytesRead = 0; property in TraceHttpStream
124 let bytesRead = 0; variable
153 this.bytesRead += data.length;
[all …]
/dports/editors/ted/Ted-2.23/bitmap/
H A DbmMacPictRaster.c41 int bytesRead= 0; in bmMacPictReadPaletteColors() local
65 return bytesRead; in bmMacPictReadPaletteColors()
82 int bytesRead= 0; in bmMacPictReadPacBitsRow() local
148 return bytesRead; in bmMacPictReadPacBitsRow()
173 bytesRead += step; in bmMacPictReadPacBitsImage()
176 rval= bytesRead; in bmMacPictReadPacBitsImage()
211 bytesRead += step; in bmMacPictReadPlanarPacBitsImage()
227 rval= bytesRead; in bmMacPictReadPlanarPacBitsImage()
297 bytesRead += step; in bmMacPictGetImage()
392 bytesRead += step; in bmMacPictGetImage()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/ui/src/controller/
H A Dtrace_stream.ts24 bytesRead: number; property
39 private bytesRead = 0;
55 this.bytesRead += res.byteLength;
58 eof: this.bytesRead >= this.traceFile.size,
59 bytesRead: this.bytesRead,
77 private bytesRead = 0; property in TraceBufferStream
87 this.bytesRead += len;
91 bytesRead: this.bytesRead,
100 private bytesRead = 0; property in TraceHttpStream
126 this.bytesRead += data.length;
[all …]
/dports/audio/carla/Carla-2.4.1/source/rest/
H A Dbuffers.cpp85 std::strncpy(strBuf+bytesRead, tmpBuf, kStrBufSize - bytesRead); in str_buf_float_array()
86 bytesRead += size; in str_buf_float_array()
88 bytesRead += 1; in str_buf_float_array()
91 strBuf[bytesRead > 0 ? bytesRead-1 : 0] = '\0'; in str_buf_float_array()
115 std::strncpy(strBuf+bytesRead, array[i], kStrBufSize - bytesRead); in str_buf_string_array()
116 bytesRead += size; in str_buf_string_array()
118 bytesRead += 1; in str_buf_string_array()
121 strBuf[bytesRead > 0 ? bytesRead-1 : 0] = '\0'; in str_buf_string_array()
207 std::strncpy(strBuf+bytesRead, tmpBuf, kStrBufSize - bytesRead); in str_buf_uint_array()
210 bytesRead += 1; in str_buf_uint_array()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/csharp/src/Apache.Arrow/Ipc/
H A DArrowStreamReaderImplementation.cs76 EnsureFullRead(messageBuff, bytesRead); in ReadRecordBatchAsync()
86 EnsureFullRead(bodyBuff, bytesRead); in ReadRecordBatchAsync()
111 EnsureFullRead(messageBuff, bytesRead); in ReadRecordBatch()
120 EnsureFullRead(bodyBuff, bytesRead); in ReadRecordBatch()
144 EnsureFullRead(buff, bytesRead); in ReadSchemaAsync()
164 EnsureFullRead(buff, bytesRead); in ReadSchema()
182 else if (bytesRead != 4) in ReadMessageLengthAsync()
198 else if (bytesRead != 4) in ReadMessageLengthAsync()
221 else if (bytesRead != 4) in ReadMessageLength()
236 else if (bytesRead != 4) in ReadMessageLength()
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/csharp/src/Apache.Arrow/Ipc/
H A DArrowStreamReaderImplementation.cs77 EnsureFullRead(messageBuff, bytesRead); in ReadRecordBatchAsync()
87 EnsureFullRead(bodyBuff, bytesRead); in ReadRecordBatchAsync()
116 EnsureFullRead(messageBuff, bytesRead); in ReadRecordBatch()
125 EnsureFullRead(bodyBuff, bytesRead); in ReadRecordBatch()
150 EnsureFullRead(buff, bytesRead); in ReadSchemaAsync()
170 EnsureFullRead(buff, bytesRead); in ReadSchema()
188 else if (bytesRead != 4) in ReadMessageLengthAsync()
204 else if (bytesRead != 4) in ReadMessageLengthAsync()
227 else if (bytesRead != 4) in ReadMessageLength()
242 else if (bytesRead != 4) in ReadMessageLength()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/csharp/src/Apache.Arrow/Ipc/
H A DArrowStreamReaderImplementation.cs76 EnsureFullRead(messageBuff, bytesRead); in ReadRecordBatchAsync()
86 EnsureFullRead(bodyBuff, bytesRead); in ReadRecordBatchAsync()
111 EnsureFullRead(messageBuff, bytesRead); in ReadRecordBatch()
120 EnsureFullRead(bodyBuff, bytesRead); in ReadRecordBatch()
144 EnsureFullRead(buff, bytesRead); in ReadSchemaAsync()
164 EnsureFullRead(buff, bytesRead); in ReadSchema()
182 else if (bytesRead != 4) in ReadMessageLengthAsync()
198 else if (bytesRead != 4) in ReadMessageLengthAsync()
221 else if (bytesRead != 4) in ReadMessageLength()
236 else if (bytesRead != 4) in ReadMessageLength()
[all …]
/dports/games/wxlauncher/wxLauncher-release-0.10.0/code/apis/
H A DFlagListManager.cpp347 size_t bytesRead; in ParseFlagFile() local
350 if ( (size_t)wxInvalidOffset == bytesRead || bytesRead != sizeof(easy_flag_size) ) { in ParseFlagFile()
360 if ( (size_t)wxInvalidOffset == bytesRead || bytesRead != sizeof(flag_size) ) { in ParseFlagFile()
370 if ( (size_t)wxInvalidOffset == bytesRead || bytesRead != sizeof(num_easy_flags) ) { in ParseFlagFile()
378 if ( (size_t)wxInvalidOffset == bytesRead || bytesRead != sizeof(easy_flag) ) { in ParseFlagFile()
387 if ( (size_t)wxInvalidOffset == bytesRead || bytesRead != sizeof(num_flags) ) { in ParseFlagFile()
399 if ( (size_t)wxInvalidOffset == bytesRead || bytesRead != sizeof(flag_string) ) { in ParseFlagFile()
405 if ( (size_t)wxInvalidOffset == bytesRead || bytesRead != sizeof(description) ) { in ParseFlagFile()
411 if ( (size_t)wxInvalidOffset == bytesRead || bytesRead != sizeof(fso_only) ) { in ParseFlagFile()
417 if ( (size_t)wxInvalidOffset == bytesRead || bytesRead != sizeof(easy_on_flags) ) { in ParseFlagFile()
[all …]
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/wxlauncher/code/apis/
H A DFlagListManager.cpp351 size_t bytesRead; in ParseFlagFile() local
354 if ( (size_t)wxInvalidOffset == bytesRead || bytesRead != sizeof(easy_flag_size) ) { in ParseFlagFile()
364 if ( (size_t)wxInvalidOffset == bytesRead || bytesRead != sizeof(flag_size) ) { in ParseFlagFile()
374 if ( (size_t)wxInvalidOffset == bytesRead || bytesRead != sizeof(num_easy_flags) ) { in ParseFlagFile()
382 if ( (size_t)wxInvalidOffset == bytesRead || bytesRead != sizeof(easy_flag) ) { in ParseFlagFile()
391 if ( (size_t)wxInvalidOffset == bytesRead || bytesRead != sizeof(num_flags) ) { in ParseFlagFile()
403 if ( (size_t)wxInvalidOffset == bytesRead || bytesRead != sizeof(flag_string) ) { in ParseFlagFile()
409 if ( (size_t)wxInvalidOffset == bytesRead || bytesRead != sizeof(description) ) { in ParseFlagFile()
415 if ( (size_t)wxInvalidOffset == bytesRead || bytesRead != sizeof(fso_only) ) { in ParseFlagFile()
421 if ( (size_t)wxInvalidOffset == bytesRead || bytesRead != sizeof(easy_on_flags) ) { in ParseFlagFile()
[all …]
/dports/games/ultimatestunts/ultimatestunts-srcdata-0771/stunts3dedit/
H A D3ds.cpp144 …m_CurrentChunk->bytesRead += fread(&version, 1, m_CurrentChunk->length - m_CurrentChunk->bytesRead in ProcessNextChunk()
159 …m_TempChunk->bytesRead += fread(&version, 1, m_TempChunk->length - m_TempChunk->bytesRead, m_FileP… in ProcessNextChunk()
162 m_CurrentChunk->bytesRead += m_TempChunk->bytesRead; in ProcessNextChunk()
217 …m_CurrentChunk->bytesRead += fread(buffer, 1, m_CurrentChunk->length - m_CurrentChunk->bytesRead, … in ProcessNextChunk()
229 pPreviousChunk->bytesRead += m_CurrentChunk->bytesRead; in ProcessNextChunk()
307 pPreviousChunk->bytesRead += m_CurrentChunk->bytesRead; in ProcessNextObjectChunk()
340 m_CurrentChunk->bytesRead += fread( in ProcessNextMaterialChunk()
369 pPreviousChunk->bytesRead += m_CurrentChunk->bytesRead; in ProcessNextMaterialChunk()
432 …m_TempChunk->bytesRead += fread(pMaterial->color, 1, m_TempChunk->length - m_TempChunk->bytesRead,… in ReadColorChunk()
435 pChunk->bytesRead += m_TempChunk->bytesRead; in ReadColorChunk()
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpmultipart.cpp369 qint64 bytesRead = 0; in readData() local
377 readPointer += bytesRead; in readData()
380 if (bytesRead < maxSize) { in readData()
382 qint64 dataBytesRead = bodyDevice->read(data + bytesRead, maxSize - bytesRead); in readData()
385 bytesRead += dataBytesRead; in readData()
397 return bytesRead; in readData()
489 qint64 bytesRead = 0, index = 0; in readData() local
517 bytesRead += dataBytesRead; in readData()
525 return bytesRead; in readData()
527 bytesRead += 2; in readData()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpmultipart.cpp369 qint64 bytesRead = 0; in readData() local
377 readPointer += bytesRead; in readData()
380 if (bytesRead < maxSize) { in readData()
382 qint64 dataBytesRead = bodyDevice->read(data + bytesRead, maxSize - bytesRead); in readData()
385 bytesRead += dataBytesRead; in readData()
397 return bytesRead; in readData()
489 qint64 bytesRead = 0, index = 0; in readData() local
517 bytesRead += dataBytesRead; in readData()
525 return bytesRead; in readData()
527 bytesRead += 2; in readData()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpmultipart.cpp369 qint64 bytesRead = 0; in readData() local
377 readPointer += bytesRead; in readData()
380 if (bytesRead < maxSize) { in readData()
382 qint64 dataBytesRead = bodyDevice->read(data + bytesRead, maxSize - bytesRead); in readData()
385 bytesRead += dataBytesRead; in readData()
397 return bytesRead; in readData()
489 qint64 bytesRead = 0, index = 0; in readData() local
517 bytesRead += dataBytesRead; in readData()
525 return bytesRead; in readData()
527 bytesRead += 2; in readData()
[all …]
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpmultipart.cpp369 qint64 bytesRead = 0; in readData() local
377 readPointer += bytesRead; in readData()
380 if (bytesRead < maxSize) { in readData()
382 qint64 dataBytesRead = bodyDevice->read(data + bytesRead, maxSize - bytesRead); in readData()
385 bytesRead += dataBytesRead; in readData()
397 return bytesRead; in readData()
489 qint64 bytesRead = 0, index = 0; in readData() local
517 bytesRead += dataBytesRead; in readData()
525 return bytesRead; in readData()
527 bytesRead += 2; in readData()
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpmultipart.cpp369 qint64 bytesRead = 0; in readData() local
377 readPointer += bytesRead; in readData()
380 if (bytesRead < maxSize) { in readData()
382 qint64 dataBytesRead = bodyDevice->read(data + bytesRead, maxSize - bytesRead); in readData()
385 bytesRead += dataBytesRead; in readData()
397 return bytesRead; in readData()
489 qint64 bytesRead = 0, index = 0; in readData() local
517 bytesRead += dataBytesRead; in readData()
525 return bytesRead; in readData()
527 bytesRead += 2; in readData()
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpmultipart.cpp369 qint64 bytesRead = 0; in readData() local
377 readPointer += bytesRead; in readData()
380 if (bytesRead < maxSize) { in readData()
382 qint64 dataBytesRead = bodyDevice->read(data + bytesRead, maxSize - bytesRead); in readData()
385 bytesRead += dataBytesRead; in readData()
397 return bytesRead; in readData()
489 qint64 bytesRead = 0, index = 0; in readData() local
517 bytesRead += dataBytesRead; in readData()
525 return bytesRead; in readData()
527 bytesRead += 2; in readData()
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpmultipart.cpp369 qint64 bytesRead = 0; in readData() local
377 readPointer += bytesRead; in readData()
380 if (bytesRead < maxSize) { in readData()
382 qint64 dataBytesRead = bodyDevice->read(data + bytesRead, maxSize - bytesRead); in readData()
385 bytesRead += dataBytesRead; in readData()
397 return bytesRead; in readData()
489 qint64 bytesRead = 0, index = 0; in readData() local
517 bytesRead += dataBytesRead; in readData()
525 return bytesRead; in readData()
527 bytesRead += 2; in readData()
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpmultipart.cpp369 qint64 bytesRead = 0; in readData() local
377 readPointer += bytesRead; in readData()
380 if (bytesRead < maxSize) { in readData()
382 qint64 dataBytesRead = bodyDevice->read(data + bytesRead, maxSize - bytesRead); in readData()
385 bytesRead += dataBytesRead; in readData()
397 return bytesRead; in readData()
489 qint64 bytesRead = 0, index = 0; in readData() local
517 bytesRead += dataBytesRead; in readData()
525 return bytesRead; in readData()
527 bytesRead += 2; in readData()
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpmultipart.cpp369 qint64 bytesRead = 0; in readData() local
377 readPointer += bytesRead; in readData()
380 if (bytesRead < maxSize) { in readData()
382 qint64 dataBytesRead = bodyDevice->read(data + bytesRead, maxSize - bytesRead); in readData()
385 bytesRead += dataBytesRead; in readData()
397 return bytesRead; in readData()
489 qint64 bytesRead = 0, index = 0; in readData() local
517 bytesRead += dataBytesRead; in readData()
525 return bytesRead; in readData()
527 bytesRead += 2; in readData()
[all …]
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpmultipart.cpp369 qint64 bytesRead = 0; in readData() local
377 readPointer += bytesRead; in readData()
380 if (bytesRead < maxSize) { in readData()
382 qint64 dataBytesRead = bodyDevice->read(data + bytesRead, maxSize - bytesRead); in readData()
385 bytesRead += dataBytesRead; in readData()
397 return bytesRead; in readData()
489 qint64 bytesRead = 0, index = 0; in readData() local
517 bytesRead += dataBytesRead; in readData()
525 return bytesRead; in readData()
527 bytesRead += 2; in readData()
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpmultipart.cpp369 qint64 bytesRead = 0; in readData() local
377 readPointer += bytesRead; in readData()
380 if (bytesRead < maxSize) { in readData()
382 qint64 dataBytesRead = bodyDevice->read(data + bytesRead, maxSize - bytesRead); in readData()
385 bytesRead += dataBytesRead; in readData()
397 return bytesRead; in readData()
489 qint64 bytesRead = 0, index = 0; in readData() local
517 bytesRead += dataBytesRead; in readData()
525 return bytesRead; in readData()
527 bytesRead += 2; in readData()
[all …]
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpmultipart.cpp369 qint64 bytesRead = 0; in readData() local
377 readPointer += bytesRead; in readData()
380 if (bytesRead < maxSize) { in readData()
382 qint64 dataBytesRead = bodyDevice->read(data + bytesRead, maxSize - bytesRead); in readData()
385 bytesRead += dataBytesRead; in readData()
397 return bytesRead; in readData()
489 qint64 bytesRead = 0, index = 0; in readData() local
517 bytesRead += dataBytesRead; in readData()
525 return bytesRead; in readData()
527 bytesRead += 2; in readData()
[all …]
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpmultipart.cpp369 qint64 bytesRead = 0; in readData() local
377 readPointer += bytesRead; in readData()
380 if (bytesRead < maxSize) { in readData()
382 qint64 dataBytesRead = bodyDevice->read(data + bytesRead, maxSize - bytesRead); in readData()
385 bytesRead += dataBytesRead; in readData()
397 return bytesRead; in readData()
489 qint64 bytesRead = 0, index = 0; in readData() local
517 bytesRead += dataBytesRead; in readData()
525 return bytesRead; in readData()
527 bytesRead += 2; in readData()
[all …]

12345678910>>...184