Home | History | Annotate | Download | only in list_update_map_

Lines Matching refs:m_p_l

47   if (m_p_l == 0)
50 if (s_eq_fn(r_key, PB_DS_V2F(m_p_l->m_value)))
52 entry_pointer p_next = m_p_l->m_p_next;
53 actual_erase_entry(m_p_l);
54 m_p_l = p_next;
58 entry_pointer p_l = m_p_l;
86 while (m_p_l != 0 && pred(m_p_l->m_value))
88 entry_pointer p_next = m_p_l->m_p_next;
90 actual_erase_entry(m_p_l);
91 m_p_l = p_next;
94 if (m_p_l == 0)
97 entry_pointer p_l = m_p_l;