Lines Matching refs:ncons
154 NAME_CONSTRAINTS *ncons = NULL; in v2i_NAME_CONSTRAINTS() local
157 ncons = NAME_CONSTRAINTS_new(); in v2i_NAME_CONSTRAINTS()
158 if (ncons == NULL) { in v2i_NAME_CONSTRAINTS()
165 ptree = &ncons->permittedSubtrees; in v2i_NAME_CONSTRAINTS()
168 ptree = &ncons->excludedSubtrees; in v2i_NAME_CONSTRAINTS()
193 return ncons; in v2i_NAME_CONSTRAINTS()
196 NAME_CONSTRAINTS_free(ncons); in v2i_NAME_CONSTRAINTS()
205 NAME_CONSTRAINTS *ncons = a; in i2r_NAME_CONSTRAINTS() local
206 do_i2r_name_constraints(method, ncons->permittedSubtrees, in i2r_NAME_CONSTRAINTS()
208 if (ncons->permittedSubtrees && ncons->excludedSubtrees) in i2r_NAME_CONSTRAINTS()
210 do_i2r_name_constraints(method, ncons->excludedSubtrees, in i2r_NAME_CONSTRAINTS()