Searched refs:to_branches (Results 1 – 1 of 1) sorted by relevance
1223 TPML_POLICYBRANCHES *to_branches; in copy_policy_branches() local1226 to_branches = calloc(1, sizeof(TPML_POLICYBRANCHES) + in copy_policy_branches()1228 if (!to_branches) in copy_policy_branches()1230 to_branches->count = from_branches->count; in copy_policy_branches()1232 to_branches->authorizations[j].name = strdup(from_branches->authorizations[j].name); in copy_policy_branches()1233 if (!to_branches->authorizations[j].name) in copy_policy_branches()1235 to_branches->authorizations[j].description = in copy_policy_branches()1237 if (!to_branches->authorizations[j].description) in copy_policy_branches()1239 to_branches->authorizations[j].policy = in copy_policy_branches()1241 if (to_branches->authorizations[j].policy == NULL in copy_policy_branches()[all …]