Searched refs:py_decref (Results 1 – 3 of 3) sorted by relevance
140 py_decref(dict); dict = NULL; in get_sens()287 py_decref(list); list = NULL; in get_cat_sens()288 py_decref(dict); dict = NULL; in get_cat_sens()351 py_decref(list); list = NULL; in get_cats()402 py_decref(list); list = NULL; in get_type_aliases()465 py_decref(dict); dict = NULL; in get_attr()466 py_decref(list); in get_attr()546 py_decref(list); list = NULL; in get_attribs()588 py_decref(list); list = NULL; in get_type_attrs()638 py_decref(dict); dict = NULL; in get_type()[all …]
208 py_decref(dict); dict=NULL; in get_ra_results()214 py_decref(dict); in get_ra_results()362 py_decref(tuple); in get_bool()363 py_decref(boollist); in get_bool()409 py_decref(obj); in get_te_results()468 py_decref(dict); in get_te_results()469 py_decref(tuple); in get_te_results()634 py_decref(dict); in get_ft_results()839 py_decref(permlist); permlist=NULL; in get_av_results()849 py_decref(obj); in get_av_results()[all …]
12 #define py_decref(x) { if (x) Py_DECREF(x); } macro