Home | History | Annotate | Download | only in fpdf_parser

Lines Matching refs:s_nCurRefDepth

11 int CPDF_Object::s_nCurRefDepth = 0;
113 CFX_AutoRestorer<int> restorer(&s_nCurRefDepth);
114 if (++s_nCurRefDepth > OBJECT_REF_MAX_DEPTH) {