Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_syntax_parser.h96 static constexpr int kParserMaxRecursionDepth = 64; variable
H A Dcpdf_syntax_parser.cpp500 if (++s_CurrentRecursionDepth > kParserMaxRecursionDepth) in GetObjectBodyInternal()