Lines Matching refs:pnodes
539 static int tree_add_auth_node(STACK_OF(X509_POLICY_NODE) **pnodes, in tree_add_auth_node() argument
542 if (!*pnodes) { in tree_add_auth_node()
543 *pnodes = policy_node_cmp_new(); in tree_add_auth_node()
544 if (!*pnodes) in tree_add_auth_node()
547 sk_X509_POLICY_NODE_sort(*pnodes); in tree_add_auth_node()
548 if (sk_X509_POLICY_NODE_find(*pnodes, NULL, pcy)) in tree_add_auth_node()
551 if (!sk_X509_POLICY_NODE_push(*pnodes, pcy)) in tree_add_auth_node()
568 STACK_OF(X509_POLICY_NODE) **pnodes) in tree_calculate_authority_set()
581 addnodes = pnodes; in tree_calculate_authority_set()
603 if (addnodes == pnodes) in tree_calculate_authority_set()
606 *pnodes = tree->auth_policies; in tree_calculate_authority_set()