Lines Matching refs:ncons
121 NAME_CONSTRAINTS *ncons = NULL; variable
123 ncons = NAME_CONSTRAINTS_new();
124 if (!ncons)
129 ptree = &ncons->permittedSubtrees;
132 ptree = &ncons->excludedSubtrees;
149 return ncons;
154 if (ncons)
155 NAME_CONSTRAINTS_free(ncons);
165 NAME_CONSTRAINTS *ncons = a; in i2r_NAME_CONSTRAINTS() local
166 do_i2r_name_constraints(method, ncons->permittedSubtrees, in i2r_NAME_CONSTRAINTS()
168 do_i2r_name_constraints(method, ncons->excludedSubtrees, in i2r_NAME_CONSTRAINTS()