Lines Matching refs:ncons
118 NAME_CONSTRAINTS *ncons = NULL; variable
120 ncons = NAME_CONSTRAINTS_new();
121 if (!ncons)
128 ptree = &ncons->permittedSubtrees;
133 ptree = &ncons->excludedSubtrees;
152 return ncons;
157 if (ncons)
158 NAME_CONSTRAINTS_free(ncons);
171 NAME_CONSTRAINTS *ncons = a; in i2r_NAME_CONSTRAINTS() local
172 do_i2r_name_constraints(method, ncons->permittedSubtrees, in i2r_NAME_CONSTRAINTS()
174 do_i2r_name_constraints(method, ncons->excludedSubtrees, in i2r_NAME_CONSTRAINTS()