Home | History | Annotate | Download | only in processor

Lines Matching refs:stream_length

4539                                 uint32_t* stream_length) {
4540 BPLOG_IF(ERROR, !stream_length) << "Minidump::SeekToStreamType requires "
4541 "|stream_length|";
4542 assert(stream_length);
4543 *stream_length = 0;
4572 *stream_length = directory_entry->location.data_size;
4612 uint32_t stream_length;
4613 if (!SeekToStreamType(stream_type, &stream_length)) {
4620 if (!new_stream->Read(stream_length)) {