bkref_ents 607 maint/gnulib/lib/regex_internal.h struct re_backref_cache_entry *bkref_ents; bkref_ents 102 maint/gnulib/lib/regexec.c struct re_backref_cache_entry *bkref_ents, bkref_ents 1752 maint/gnulib/lib/regexec.c mctx->bkref_ents, str_idx); bkref_ents 1862 maint/gnulib/lib/regexec.c ent = mctx->bkref_ents + limits->elems[lim_idx]; bkref_ents 1902 maint/gnulib/lib/regexec.c struct re_backref_cache_entry *ent = mctx->bkref_ents + bkref_idx; bkref_ents 1970 maint/gnulib/lib/regexec.c struct re_backref_cache_entry *lim = mctx->bkref_ents + limit; bkref_ents 1997 maint/gnulib/lib/regexec.c struct re_backref_cache_entry *bkref_ents, Idx str_idx) bkref_ents 2006 maint/gnulib/lib/regexec.c ent = bkref_ents + limits->elems[lim_idx]; bkref_ents 2110 maint/gnulib/lib/regexec.c entry = mctx->bkref_ents + first_idx; bkref_ents 2165 maint/gnulib/lib/regexec.c entry = mctx->bkref_ents + enabled_idx; bkref_ents 2561 maint/gnulib/lib/regexec.c bkref_ent = mctx->bkref_ents + bkc_idx; bkref_ents 2641 maint/gnulib/lib/regexec.c = mctx->bkref_ents + cache_idx; bkref_ents 3186 maint/gnulib/lib/regexec.c ent = mctx->bkref_ents + cache_idx_start; bkref_ents 4066 maint/gnulib/lib/regexec.c mctx->bkref_ents = re_malloc (struct re_backref_cache_entry, n); bkref_ents 4068 maint/gnulib/lib/regexec.c if (__glibc_unlikely (mctx->bkref_ents == NULL || mctx->sub_tops == NULL)) bkref_ents 4121 maint/gnulib/lib/regexec.c re_free (mctx->bkref_ents); bkref_ents 4137 maint/gnulib/lib/regexec.c new_entry = re_realloc (mctx->bkref_ents, struct re_backref_cache_entry, bkref_ents 4141 maint/gnulib/lib/regexec.c re_free (mctx->bkref_ents); bkref_ents 4144 maint/gnulib/lib/regexec.c mctx->bkref_ents = new_entry; bkref_ents 4145 maint/gnulib/lib/regexec.c memset (mctx->bkref_ents + mctx->nbkref_ents, '\0', bkref_ents 4150 maint/gnulib/lib/regexec.c && mctx->bkref_ents[mctx->nbkref_ents - 1].str_idx == str_idx) bkref_ents 4151 maint/gnulib/lib/regexec.c mctx->bkref_ents[mctx->nbkref_ents - 1].more = 1; bkref_ents 4153 maint/gnulib/lib/regexec.c mctx->bkref_ents[mctx->nbkref_ents].node = node; bkref_ents 4154 maint/gnulib/lib/regexec.c mctx->bkref_ents[mctx->nbkref_ents].str_idx = str_idx; bkref_ents 4155 maint/gnulib/lib/regexec.c mctx->bkref_ents[mctx->nbkref_ents].subexp_from = from; bkref_ents 4156 maint/gnulib/lib/regexec.c mctx->bkref_ents[mctx->nbkref_ents].subexp_to = to; bkref_ents 4166 maint/gnulib/lib/regexec.c mctx->bkref_ents[mctx->nbkref_ents].eps_reachable_subexps_map bkref_ents 4169 maint/gnulib/lib/regexec.c mctx->bkref_ents[mctx->nbkref_ents++].more = 0; bkref_ents 4186 maint/gnulib/lib/regexec.c if (mctx->bkref_ents[mid].str_idx < str_idx) bkref_ents 4191 maint/gnulib/lib/regexec.c if (left < last && mctx->bkref_ents[left].str_idx == str_idx)