Searched refs:new_entry (Results 1 – 3 of 3) sorted by relevance
55 NameCacheEntry* new_entry; in DirectoryCacheSnapshot() local57 new_entry = new NameCacheEntry(*entry); in DirectoryCacheSnapshot()58 if (new_entry == NULL) in DirectoryCacheSnapshot()61 fEntries.Add(new_entry); in DirectoryCacheSnapshot()
4197 struct re_backref_cache_entry* new_entry; in match_ctx_add_entry() local4198 new_entry = re_realloc (mctx->bkref_ents, struct re_backref_cache_entry, in match_ctx_add_entry()4200 if (BE (new_entry == NULL, 0)) in match_ctx_add_entry()4205 mctx->bkref_ents = new_entry; in match_ctx_add_entry()4294 re_sub_match_last_t *new_entry; in match_ctx_add_sublast() local4306 new_entry = calloc (1, sizeof (re_sub_match_last_t)); in match_ctx_add_sublast()4307 if (BE (new_entry != NULL, 1)) in match_ctx_add_sublast()4309 subtop->lasts[subtop->nlasts] = new_entry; in match_ctx_add_sublast()4310 new_entry->node = node; in match_ctx_add_sublast()4311 new_entry->str_idx = str_idx; in match_ctx_add_sublast()[all …]
34 status_t Rename(const char *old_entry, const char *new_entry);