Searched refs:s_CurrentRecursionDepth (Results 1 – 2 of 2) sorted by relevance
83 static int s_CurrentRecursionDepth; variable
73 int CPDF_SyntaxParser::s_CurrentRecursionDepth = 0; member in CPDF_SyntaxParser426 AutoRestorer<int> depth_restorer(&s_CurrentRecursionDepth); in GetObjectBodyInternal()427 if (++s_CurrentRecursionDepth > kParserMaxRecursionDepth) in GetObjectBodyInternal()