Home | History | Annotate | Download | only in io

Lines Matching full:recursion

339   // Recursion Limit -------------------------------------------------
341 // we must keep track of the depth of recursion when parsing embedded
345 // Sets the maximum recursion depth. The default is 64.
348 recursion depth. Returns true if the depth is
352 // Decrements the recursion depth.
474 // Current recursion depth, controlled by IncrementRecursionDepth() and
477 // Recursion depth limit, set by SetRecursionLimit().