Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/xml/
Dfde_xml_imp.cpp1283 FX_SAFE_INT32 alloc_size_safe = m_iXMLPlaneSize; in Init() local
1284 alloc_size_safe += 1; // For NUL. in Init()
1285 if (!alloc_size_safe.IsValid() || alloc_size_safe.ValueOrDie() <= 0) { in Init()
1291 FX_WCHAR, pdfium::base::ValueOrDieForType<size_t>(alloc_size_safe)); in Init()