Lines Matching refs:l_vars

2027     vars_clear(&fc->l_vars.dv_hashtab);  in free_funccal_contents()
2052 if (may_free_fc && fc->l_vars.dv_refcount == DO_NOT_FREE_CNT) in cleanup_function_call()
2053 vars_clear(&fc->l_vars.dv_hashtab); in cleanup_function_call()
2153 && fc->l_vars.dv_refcount == DO_NOT_FREE_CNT in funccal_unref()
2520 init_var_dict(&fc->l_vars, &fc->l_vars_var, VAR_DEF_SCOPE); in call_user_func()
2529 hash_add(&fc->l_vars.dv_hashtab, DI2HIKEY(v)); in call_user_func()
2649 hash_add(&fc->l_vars.dv_hashtab, DI2HIKEY(v)); in call_user_func()
4854 && fc->l_vars.dv_copyID != copyID in can_free_funccal()
5486 if (current_funccal == NULL || current_funccal->l_vars.dv_refcount == 0) in get_funccal_local_ht()
5488 return &get_funccal()->l_vars.dv_hashtab; in get_funccal_local_ht()
5498 if (current_funccal == NULL || current_funccal->l_vars.dv_refcount == 0) in get_funccal_local_var()
5510 if (current_funccal == NULL || current_funccal->l_vars.dv_refcount == 0) in get_funccal_args_ht()
5522 if (current_funccal == NULL || current_funccal->l_vars.dv_refcount == 0) in get_funccal_args_var()
5533 if (current_funccal != NULL && current_funccal->l_vars.dv_refcount > 0) in list_func_vars()
5534 list_hashtable_vars(&current_funccal->l_vars.dv_hashtab, in list_func_vars()
5547 && ht == &current_funccal->l_vars.dv_hashtab) in get_current_funccal_dict()
5548 return &current_funccal->l_vars; in get_current_funccal_dict()
5634 if (set_ref_in_ht(&fc->l_vars.dv_hashtab, copyID + 1, NULL) in set_ref_in_previous_funccal()
5648 if (set_ref_in_ht(&fc->l_vars.dv_hashtab, copyID, NULL) in set_ref_in_funccal()