Searched refs:newoptionset (Results 1 – 1 of 1) sorted by relevance
1714 sa_optionset_t newoptionset; in sa_get_derived_optionset() local1720 newoptionset = sa_get_derived_optionset((void *)group, proto, in sa_get_derived_optionset()1723 newoptionset = (sa_optionset_t)xmlNewNode(NULL, in sa_get_derived_optionset()1725 if (newoptionset != NULL) { in sa_get_derived_optionset()1726 sa_set_optionset_attr(newoptionset, "type", proto); in sa_get_derived_optionset()1730 if (newoptionset == NULL) in sa_get_derived_optionset()1748 newprop = sa_get_property(newoptionset, name); in sa_get_derived_optionset()1765 (xmlNodePtr)newoptionset, in sa_get_derived_optionset()1776 return (newoptionset); in sa_get_derived_optionset()