Searched refs:s_CurrentRecursionDepth (Results 1 – 4 of 4) sorted by relevance
41 int CPDF_SyntaxParser::s_CurrentRecursionDepth = 0; member in CPDF_SyntaxParser368 AutoRestorer<int> restorer(&s_CurrentRecursionDepth); in GetObjectBodyInternal()369 if (++s_CurrentRecursionDepth > kParserMaxRecursionDepth) in GetObjectBodyInternal()
71 static int s_CurrentRecursionDepth; variable
163 static int s_CurrentRecursionDepth; variable
989 int CPDF_RenderStatus::s_CurrentRecursionDepth = 0; member in CPDF_RenderStatus1104 AutoRestorer<int> restorer(&s_CurrentRecursionDepth); in RenderSingleObject()1105 if (++s_CurrentRecursionDepth > kRenderMaxRecursionDepth) { in RenderSingleObject()