Searched refs:new_entry (Results 1 – 1 of 1) sorted by relevance
4277 struct re_backref_cache_entry* new_entry; in match_ctx_add_entry() local4278 new_entry = re_realloc (mctx->bkref_ents, struct re_backref_cache_entry, in match_ctx_add_entry()4280 if (BE (new_entry == NULL, 0)) in match_ctx_add_entry()4285 mctx->bkref_ents = new_entry; in match_ctx_add_entry()4376 re_sub_match_last_t *new_entry; in match_ctx_add_sublast() local4388 new_entry = calloc (1, sizeof (re_sub_match_last_t)); in match_ctx_add_sublast()4389 if (BE (new_entry != NULL, 1)) in match_ctx_add_sublast()4391 subtop->lasts[subtop->nlasts] = new_entry; in match_ctx_add_sublast()4392 new_entry->node = node; in match_ctx_add_sublast()4393 new_entry->str_idx = str_idx; in match_ctx_add_sublast()[all …]