Home
last modified time | relevance | path

Searched refs:kIovCapacity (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/crash/core/app/
H A Dbreakpad_linux.cc310 static const int kIovCapacity = 30; member in breakpad::__anon8b125b7f0111::MimeWriter
363 struct kernel_iovec iov_[kIovCapacity];
461 if (iov_index_ == kIovCapacity) { in AddItem()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/crash/core/app/
H A Dbreakpad_linux.cc309 static const int kIovCapacity = 30; member in breakpad::__anon50aeae7a0111::MimeWriter
362 struct kernel_iovec iov_[kIovCapacity];
460 if (iov_index_ == kIovCapacity) { in AddItem()