Searched refs:last_node (Results 1 – 3 of 3) sorted by relevance
641 X509_POLICY_NODE *last_node = NULL; in process_policy_mappings() local 656 if (last_node == NULL || in process_policy_mappings() 657 OBJ_cmp(last_node->policy, mapping->subjectDomainPolicy) != in process_policy_mappings() 659 last_node = x509_policy_node_new( in process_policy_mappings() 661 if (last_node == NULL || in process_policy_mappings() 662 !sk_X509_POLICY_NODE_push(next->nodes, last_node)) { in process_policy_mappings() 663 x509_policy_node_free(last_node); in process_policy_mappings() 668 if (!sk_ASN1_OBJECT_push(last_node->parent_policies, in process_policy_mappings()
2008 static struct notify_note *last_node; variable2113 if (last_node == NULL)2118 last_node->next = new;2119 last_node = new;2192 last_node = NULL; in server_notify()
2390 * server.c (server_notify): Also set last_node to NULL.