new_table         677 lib/common/strings.c     GHashTable *new_table = NULL;
new_table         680 lib/common/strings.c         new_table = pcmk__strkey_table(free, free);
new_table         681 lib/common/strings.c         g_hash_table_foreach(old_table, copy_str_table_entry, new_table);
new_table         683 lib/common/strings.c     return new_table;
new_table          53 lib/pacemaker/pcmk_sched_utils.c     GHashTable *new_table = NULL;
new_table          60 lib/pacemaker/pcmk_sched_utils.c     new_table = pcmk__strkey_table(NULL, free);
new_table          65 lib/pacemaker/pcmk_sched_utils.c         g_hash_table_insert(new_table, (gpointer) new_node->details->id,
new_table          68 lib/pacemaker/pcmk_sched_utils.c     return new_table;
new_table          35 maint/gnulib/lib/gl_anyhash2.h       gl_hash_entry_t *new_table;
new_table          40 maint/gnulib/lib/gl_anyhash2.h       new_table =
new_table          42 maint/gnulib/lib/gl_anyhash2.h       if (new_table == NULL)
new_table          55 maint/gnulib/lib/gl_anyhash2.h               node->hash_next = new_table[bucket];
new_table          56 maint/gnulib/lib/gl_anyhash2.h               new_table[bucket] = node;
new_table          62 maint/gnulib/lib/gl_anyhash2.h       container->table = new_table;
new_table         847 maint/gnulib/lib/hash.c   Hash_table *new_table;
new_table         854 maint/gnulib/lib/hash.c   new_table = &storage;
new_table         855 maint/gnulib/lib/hash.c   new_table->bucket = calloc (new_size, sizeof *new_table->bucket);
new_table         856 maint/gnulib/lib/hash.c   if (new_table->bucket == NULL)
new_table         858 maint/gnulib/lib/hash.c   new_table->n_buckets = new_size;
new_table         859 maint/gnulib/lib/hash.c   new_table->bucket_limit = new_table->bucket + new_size;
new_table         860 maint/gnulib/lib/hash.c   new_table->n_buckets_used = 0;
new_table         861 maint/gnulib/lib/hash.c   new_table->n_entries = 0;
new_table         862 maint/gnulib/lib/hash.c   new_table->tuning = table->tuning;
new_table         863 maint/gnulib/lib/hash.c   new_table->hasher = table->hasher;
new_table         864 maint/gnulib/lib/hash.c   new_table->comparator = table->comparator;
new_table         865 maint/gnulib/lib/hash.c   new_table->data_freer = table->data_freer;
new_table         883 maint/gnulib/lib/hash.c   new_table->entry_stack = table->entry_stack;
new_table         885 maint/gnulib/lib/hash.c   new_table->free_entry_list = table->free_entry_list;
new_table         887 maint/gnulib/lib/hash.c   if (transfer_entries (new_table, table, false))
new_table         891 maint/gnulib/lib/hash.c       table->bucket = new_table->bucket;
new_table         892 maint/gnulib/lib/hash.c       table->bucket_limit = new_table->bucket_limit;
new_table         893 maint/gnulib/lib/hash.c       table->n_buckets = new_table->n_buckets;
new_table         894 maint/gnulib/lib/hash.c       table->n_buckets_used = new_table->n_buckets_used;
new_table         895 maint/gnulib/lib/hash.c       table->free_entry_list = new_table->free_entry_list;
new_table         913 maint/gnulib/lib/hash.c   table->free_entry_list = new_table->free_entry_list;
new_table         914 maint/gnulib/lib/hash.c   if (! (transfer_entries (table, new_table, true)
new_table         915 maint/gnulib/lib/hash.c          && transfer_entries (table, new_table, false)))
new_table         918 maint/gnulib/lib/hash.c   free (new_table->bucket);
new_table         217 maint/gnulib/lib/windows-tls.c             struct dtor *new_table =
new_table         219 maint/gnulib/lib/windows-tls.c             if (new_table == NULL)
new_table         228 maint/gnulib/lib/windows-tls.c                     memcpy (new_table, dtor_table,
new_table         230 maint/gnulib/lib/windows-tls.c                     dtor_table = new_table;
new_table         238 maint/gnulib/lib/windows-tls.c                     free (new_table);
new_table         244 maint/gnulib/lib/windows-tls.c             free (new_table);