Lines Matching refs:ncons
115 NAME_CONSTRAINTS *ncons = NULL; variable
117 ncons = NAME_CONSTRAINTS_new();
118 if (!ncons)
125 ptree = &ncons->permittedSubtrees;
130 ptree = &ncons->excludedSubtrees;
149 return ncons;
154 if (ncons)
155 NAME_CONSTRAINTS_free(ncons);
168 NAME_CONSTRAINTS *ncons = a; in i2r_NAME_CONSTRAINTS() local
169 do_i2r_name_constraints(method, ncons->permittedSubtrees, in i2r_NAME_CONSTRAINTS()
171 do_i2r_name_constraints(method, ncons->excludedSubtrees, in i2r_NAME_CONSTRAINTS()