Searched refs:pnodes (Results 1 – 1 of 1) sorted by relevance
558 static int tree_add_auth_node(STACK_OF(X509_POLICY_NODE) **pnodes, in tree_add_auth_node() argument561 if (!*pnodes) in tree_add_auth_node()563 *pnodes = policy_node_cmp_new(); in tree_add_auth_node()564 if (!*pnodes) in tree_add_auth_node()567 else if (sk_X509_POLICY_NODE_find(*pnodes, pcy) != -1) in tree_add_auth_node()570 if (!sk_X509_POLICY_NODE_push(*pnodes, pcy)) in tree_add_auth_node()587 STACK_OF(X509_POLICY_NODE) **pnodes) in tree_calculate_authority_set()600 addnodes = pnodes; in tree_calculate_authority_set()624 if (addnodes == pnodes) in tree_calculate_authority_set()627 *pnodes = tree->auth_policies; in tree_calculate_authority_set()