Searched refs:prev_next_ptr (Results 1 – 2 of 2) sorted by relevance
176 VgHashNode** prev_next_ptr = &(table->chains[chain]); in VG_() local183 *prev_next_ptr = curr->next; in VG_()187 prev_next_ptr = &(curr->next); in VG_()
303 DebugInfo** prev_next_ptr = &debugInfo_list; in discard_DebugInfo() local318 vg_assert(*prev_next_ptr == curr); in discard_DebugInfo()319 *prev_next_ptr = curr->next; in discard_DebugInfo()325 prev_next_ptr = &curr->next; in discard_DebugInfo()