Home
last modified time | relevance | path

Searched refs:new_table (Results 1 – 4 of 4) sorted by relevance

/trunk/main/solenv/bin/modules/installer/patch/
H A DMsiRow.pm142 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;
/trunk/main/store/source/
H A Dstorcach.cxx390 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()
/trunk/main/sal/rtl/source/
H A Dalloc_arena.c314 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 Dalloc_cache.c130 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 31 milliseconds