Searched refs:recursion_depth (Results 1 – 3 of 3) sorted by relevance
69 int recursion_depth = 0; variable106 rc = recursion_depth++; in bar()
546 static int recursion_depth; in mparse_readfd() local555 if (recursion_depth > 64) { in mparse_readfd()586 recursion_depth++; in mparse_readfd()588 if (--recursion_depth == 0) in mparse_readfd()
72 int recursion_depth, max_recursion_depth; member