Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dcpdf_syntax_parser.h64 static const int kParserMaxRecursionDepth = 64; variable
Dcpdf_syntax_parser.cpp374 if (++s_CurrentRecursionDepth > kParserMaxRecursionDepth) in GetObject()
495 if (++s_CurrentRecursionDepth > kParserMaxRecursionDepth) in GetObjectForStrict()