bkref_ents 598 maint/gnulib/lib/regex_internal.h struct re_backref_cache_entry *bkref_ents; bkref_ents 100 maint/gnulib/lib/regexec.c struct re_backref_cache_entry *bkref_ents, bkref_ents 1734 maint/gnulib/lib/regexec.c mctx->bkref_ents, str_idx); bkref_ents 1844 maint/gnulib/lib/regexec.c ent = mctx->bkref_ents + limits->elems[lim_idx]; bkref_ents 1884 maint/gnulib/lib/regexec.c struct re_backref_cache_entry *ent = mctx->bkref_ents + bkref_idx; bkref_ents 1952 maint/gnulib/lib/regexec.c struct re_backref_cache_entry *lim = mctx->bkref_ents + limit; bkref_ents 1979 maint/gnulib/lib/regexec.c struct re_backref_cache_entry *bkref_ents, Idx str_idx) bkref_ents 1988 maint/gnulib/lib/regexec.c ent = bkref_ents + limits->elems[lim_idx]; bkref_ents 2092 maint/gnulib/lib/regexec.c entry = mctx->bkref_ents + first_idx; bkref_ents 2147 maint/gnulib/lib/regexec.c entry = mctx->bkref_ents + enabled_idx; bkref_ents 2536 maint/gnulib/lib/regexec.c bkref_ent = mctx->bkref_ents + bkc_idx; bkref_ents 2616 maint/gnulib/lib/regexec.c = mctx->bkref_ents + cache_idx; bkref_ents 3158 maint/gnulib/lib/regexec.c ent = mctx->bkref_ents + cache_idx_start; bkref_ents 4022 maint/gnulib/lib/regexec.c mctx->bkref_ents = re_malloc (struct re_backref_cache_entry, n); bkref_ents 4024 maint/gnulib/lib/regexec.c if (__glibc_unlikely (mctx->bkref_ents == NULL || mctx->sub_tops == NULL)) bkref_ents 4077 maint/gnulib/lib/regexec.c re_free (mctx->bkref_ents); bkref_ents 4093 maint/gnulib/lib/regexec.c new_entry = re_realloc (mctx->bkref_ents, struct re_backref_cache_entry, bkref_ents 4097 maint/gnulib/lib/regexec.c re_free (mctx->bkref_ents); bkref_ents 4100 maint/gnulib/lib/regexec.c mctx->bkref_ents = new_entry; bkref_ents 4101 maint/gnulib/lib/regexec.c memset (mctx->bkref_ents + mctx->nbkref_ents, '\0', bkref_ents 4106 maint/gnulib/lib/regexec.c && mctx->bkref_ents[mctx->nbkref_ents - 1].str_idx == str_idx) bkref_ents 4107 maint/gnulib/lib/regexec.c mctx->bkref_ents[mctx->nbkref_ents - 1].more = 1; bkref_ents 4109 maint/gnulib/lib/regexec.c mctx->bkref_ents[mctx->nbkref_ents].node = node; bkref_ents 4110 maint/gnulib/lib/regexec.c mctx->bkref_ents[mctx->nbkref_ents].str_idx = str_idx; bkref_ents 4111 maint/gnulib/lib/regexec.c mctx->bkref_ents[mctx->nbkref_ents].subexp_from = from; bkref_ents 4112 maint/gnulib/lib/regexec.c mctx->bkref_ents[mctx->nbkref_ents].subexp_to = to; bkref_ents 4122 maint/gnulib/lib/regexec.c mctx->bkref_ents[mctx->nbkref_ents].eps_reachable_subexps_map bkref_ents 4125 maint/gnulib/lib/regexec.c mctx->bkref_ents[mctx->nbkref_ents++].more = 0; bkref_ents 4142 maint/gnulib/lib/regexec.c if (mctx->bkref_ents[mid].str_idx < str_idx) bkref_ents 4147 maint/gnulib/lib/regexec.c if (left < last && mctx->bkref_ents[left].str_idx == str_idx)