Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_syntax_parser.cpp80 int CPDF_SyntaxParser::s_CurrentRecursionDepth = 0; member in CPDF_SyntaxParser
499 AutoRestorer<int> depth_restorer(&s_CurrentRecursionDepth); in GetObjectBodyInternal()
500 if (++s_CurrentRecursionDepth > kParserMaxRecursionDepth) in GetObjectBodyInternal()
H A Dcpdf_syntax_parser.h97 static int s_CurrentRecursionDepth; variable