Searched refs:p_head (Results 1 – 7 of 7) sorted by relevance
74 const node_pointer p_head = base_type::m_p_head; in assert_valid() local75 _GLIBCXX_DEBUG_ASSERT(p_head->m_red); in assert_valid()76 if (p_head->m_p_parent != NULL) in assert_valid()78 _GLIBCXX_DEBUG_ASSERT(!p_head->m_p_parent->m_red); in assert_valid()79 assert_node_consistent(p_head->m_p_parent); in assert_valid()
145 const node_pointer p_head = base_type::m_p_head; in split_min() local146 _GLIBCXX_DEBUG_ASSERT(p_min != p_head); in split_min()
55 const node_pointer p_head = base_type::m_p_head; in assert_valid() local56 assert_special_imp(p_head); in assert_valid()
56 node_pointer p_head = base_type::m_p_head; in splay() local57 assert_special_imp(p_head); in splay()
173 struct occurrence **p_head) in insert_bb() argument177 for (p_occ = p_head; (occ = *p_occ) != NULL; ) in insert_bb()224 new_occ->next = *p_head; in insert_bb()225 *p_head = new_occ; in insert_bb()
208 struct use_family_rule **p_tail, **p_head, *rule; in __sdp_add_rule() local213 p_head = &__sdp_servers_family_rules_head; in __sdp_add_rule()216 p_head = &__sdp_clients_family_rules_head; in __sdp_add_rule()233 if (!(*p_head)) { in __sdp_add_rule()234 *p_head = rule; in __sdp_add_rule()
71 TAILQ_HEAD(p_head, ngp_hdr);76 struct p_head packet_head; /* FIFO queue head */694 ngp_h = TAILQ_LAST(&ngp_f->packet_head, p_head); in ngp_rcvdata()723 ngp_h = TAILQ_LAST(&ngp_f->packet_head, p_head); in ngp_rcvdata()