state_table       581 maint/gnulib/lib/regcomp.c   if (dfa->state_table)
state_table       584 maint/gnulib/lib/regcomp.c 	struct re_state_table_entry *entry = dfa->state_table + i;
state_table       592 maint/gnulib/lib/regcomp.c   re_free (dfa->state_table);
state_table       834 maint/gnulib/lib/regcomp.c   dfa->state_table = calloc (sizeof (struct re_state_table_entry), table_size);
state_table       884 maint/gnulib/lib/regcomp.c   if (__glibc_unlikely (dfa->nodes == NULL || dfa->state_table == NULL))
state_table      1467 maint/gnulib/lib/regex_internal.c   spot = dfa->state_table + (hash & dfa->state_hash_mask);
state_table      1515 maint/gnulib/lib/regex_internal.c   spot = dfa->state_table + (hash & dfa->state_hash_mask);
state_table      1558 maint/gnulib/lib/regex_internal.c   spot = dfa->state_table + (hash & dfa->state_hash_mask);
state_table       639 maint/gnulib/lib/regex_internal.h   struct re_state_table_entry *state_table;