OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:buflen_
(Results
1 - 1
of
1
) sorted by null
/external/libvpx/libwebm/
mkvparser.cpp
445
const long
buflen_
= static_cast<long>(size_);
local
447
buf = new (std::nothrow) unsigned char[
buflen_
];
450
status = pReader->Read(pos,
buflen_
, buf);
453
buflen =
buflen_
;
[
all
...]
Completed in 228 milliseconds