Searched refs:dt_ident_unref (Results 1 – 3 of 3) sorted by relevance
173 extern int dt_ident_unref(const dt_ident_t *);
2899 if ((idflags & DT_IDFLG_REF) && dt_ident_unref(idp)) { in dt_cook_var()2951 if (cp->dn_kind == DT_NODE_VAR && dt_ident_unref(cp->dn_ident)) { in dt_cook_op1()3218 if (idp == NULL || dt_ident_unref(idp)) in dt_cook_op2()3238 } else if (!dt_ident_unref(lp->dn_ident)) { in dt_cook_op2()3578 dt_ident_unref(lp->dn_ident)) { in dt_cook_op2()3840 if (idp->di_kind == DT_IDENT_SCALAR && dt_ident_unref(idp) && in dt_cook_op2()
1018 dt_ident_unref(const dt_ident_t *idp) in dt_ident_unref() function