state_table       605 maint/gnulib/lib/regcomp.c   if (dfa->state_table)
state_table       608 maint/gnulib/lib/regcomp.c 	struct re_state_table_entry *entry = dfa->state_table + i;
state_table       616 maint/gnulib/lib/regcomp.c   re_free (dfa->state_table);
state_table       866 maint/gnulib/lib/regcomp.c   dfa->state_table = calloc (sizeof (struct re_state_table_entry), table_size);
state_table       918 maint/gnulib/lib/regcomp.c   if (__glibc_unlikely (dfa->nodes == NULL || dfa->state_table == NULL))
state_table      1503 maint/gnulib/lib/regex_internal.c   spot = dfa->state_table + (hash & dfa->state_hash_mask);
state_table      1551 maint/gnulib/lib/regex_internal.c   spot = dfa->state_table + (hash & dfa->state_hash_mask);
state_table      1594 maint/gnulib/lib/regex_internal.c   spot = dfa->state_table + (hash & dfa->state_hash_mask);
state_table       648 maint/gnulib/lib/regex_internal.h   struct re_state_table_entry *state_table;