Searched refs:params_depth (Results 1 – 2 of 2) sorted by relevance
816 int params_depth = 0; in tre_expand_ast() local994 iter->params[TRE_PARAM_DEPTH] = params_depth + 1; in tre_expand_ast()1005 old_params[TRE_PARAM_DEPTH] = params_depth; in tre_expand_ast()1023 params_depth++; in tre_expand_ast()1024 if (params_depth > *max_depth) in tre_expand_ast()1025 *max_depth = params_depth; in tre_expand_ast()1982 tag_directions, &tnfa->params_depth); in tre_compile()
249 int params_depth; member