Searched refs:new_entry (Results 1 - 2 of 2) sorted by path

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DDirectoryCache.cpp55 NameCacheEntry* new_entry; local
57 new_entry = new NameCacheEntry(*entry);
58 if (new_entry == NULL)
61 fEntries.Add(new_entry);
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregexec.c4211 struct re_backref_cache_entry* new_entry;
4212 new_entry = re_realloc (mctx->bkref_ents, struct re_backref_cache_entry,
4214 if (BE (new_entry == NULL, 0))
4219 mctx->bkref_ents = new_entry;
4310 re_sub_match_last_t *new_entry;
4322 new_entry = calloc (1, sizeof (re_sub_match_last_t));
4323 if (BE (new_entry != NULL, 1))
4325 subtop->lasts[subtop->nlasts] = new_entry;
4326 new_entry->node = node;
4327 new_entry
4206 struct re_backref_cache_entry* new_entry; local
4305 re_sub_match_last_t *new_entry; local
[all...]

Completed in 37 milliseconds