Searched refs:curr_pos (Results 1 – 2 of 2) sorted by relevance
94 int curr_pos = it->second->pos; in RemoveBlock() local102 pos_to_addr_[curr_pos] = pos_to_addr_[last_pos]; in RemoveBlock()103 last_it->second->pos = curr_pos; in RemoveBlock()
3363 my $curr_pos;3397 $curr_pos = tell(HANDLE);3398 goto tell_error if ($curr_pos == -1);3399 next if ($curr_pos == $next_pos);3400 goto record_error if ($curr_pos > $next_pos);3401 graph_skip(*HANDLE, $next_pos - $curr_pos,