Searched refs:ncons (Results 1 – 1 of 1) sorted by relevance
154 NAME_CONSTRAINTS *ncons = NULL; in v2i_NAME_CONSTRAINTS() local157 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() local206 do_i2r_name_constraints(method, ncons->permittedSubtrees, in i2r_NAME_CONSTRAINTS()208 if (ncons->permittedSubtrees && ncons->excludedSubtrees) in i2r_NAME_CONSTRAINTS()[all …]
Completed in 5 milliseconds