Searched refs:new_table (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/solenv/bin/modules/installer/patch/ |
H A D | MsiRow.pm | 142 my ($self, $new_table) = @_; 146 $clone->{'table'} = $new_table; 157 my ($self, $new_table) = @_; 159 if (defined $self->{'table'} && $self->{'table'} != $new_table) 165 $self->{'table'} = $new_table;
|
/aoo42x/main/store/source/ |
H A D | storcach.cxx | 390 Entry ** new_table = (Entry**)(rtl_allocateMemory(new_bytes)); in rescale_Impl() local 392 if (new_table != 0) in rescale_Impl() 400 memset (new_table, 0, new_bytes); in rescale_Impl() 402 m_hash_table = new_table; in rescale_Impl()
|
/aoo42x/main/sal/rtl/source/ |
H A D | alloc_arena.c | 314 rtl_arena_segment_type ** new_table; in rtl_arena_hash_rescale() local 318 new_table = (rtl_arena_segment_type **)rtl_arena_alloc (gp_arena_arena, &new_bytes); in rtl_arena_hash_rescale() 320 if (new_table != NULL) in rtl_arena_hash_rescale() 325 memset (new_table, 0, new_bytes); in rtl_arena_hash_rescale() 357 arena->m_hash_table = new_table; in rtl_arena_hash_rescale()
|
H A D | alloc_cache.c | 130 rtl_cache_bufctl_type ** new_table; in rtl_cache_hash_rescale() local 134 new_table = (rtl_cache_bufctl_type**)rtl_arena_alloc(gp_cache_arena, &new_bytes); in rtl_cache_hash_rescale() 136 if (new_table != NULL) in rtl_cache_hash_rescale() 141 memset (new_table, 0, new_bytes); in rtl_cache_hash_rescale() 158 cache->m_hash_table = new_table; in rtl_cache_hash_rescale()
|
Completed in 42 milliseconds