Lines Matching refs:dv_refcount
2052 if (may_free_fc && fc->l_vars.dv_refcount == DO_NOT_FREE_CNT) in cleanup_function_call()
2060 if (may_free_fc && fc->l_avars.dv_refcount == DO_NOT_FREE_CNT) in cleanup_function_call()
2153 && fc->l_vars.dv_refcount == DO_NOT_FREE_CNT in funccal_unref()
2154 && fc->l_avars.dv_refcount == DO_NOT_FREE_CNT))) in funccal_unref()
2533 ++selfdict->dv_refcount; in call_user_func()
4966 ++fudi.fd_dict->dv_refcount; in ex_call()
5486 if (current_funccal == NULL || current_funccal->l_vars.dv_refcount == 0) 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()