Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dcpdf_syntax_parser.h83 static int s_CurrentRecursionDepth; variable
Dcpdf_syntax_parser.cpp73 int CPDF_SyntaxParser::s_CurrentRecursionDepth = 0; member in CPDF_SyntaxParser
426 AutoRestorer<int> depth_restorer(&s_CurrentRecursionDepth); in GetObjectBodyInternal()
427 if (++s_CurrentRecursionDepth > kParserMaxRecursionDepth) in GetObjectBodyInternal()