Lines Matching defs:oldsize
100 get_new_table_size(long unsigned oldsize)
103 if (oldsize == 0)
107 if (oldsize == newsize) {
112 newsize = oldsize + DB_TABLE_GROWTH_INCREMENT;
426 long oldsize = table_size;
430 table_size = get_new_table_size(oldsize);
437 table_size = oldsize;
448 table_size = oldsize;
462 db_status stat = allocateExpire(oldsize, table_size);
466 table_size = oldsize;
474 for (i = 0; i < oldsize; i++) { // transfer old to new
481 db_status stat = allocateEnumArray(oldsize, table_size);
485 table_size = oldsize;