Home
last modified time | relevance | path

Searched refs:CachedDir (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/bmake/
H A Ddir.c202 struct CachedDir { struct
251 static CachedDir *dot = NULL;
253 static CachedDir *cur = NULL;
255 static CachedDir *dotLast = NULL;
273 static CachedDir *
276 CachedDir *dir = bmake_malloc(sizeof *dir); in CachedDir_New()
290 static CachedDir *
291 CachedDir_Ref(CachedDir *dir) in CachedDir_Ref()
304 CachedDir_Unref(CachedDir *dir) in CachedDir_Unref()
329 CachedDir_Assign(CachedDir **var, CachedDir *dir) in CachedDir_Assign()
[all …]
H A Ddir.h78 typedef struct CachedDir CachedDir; typedef
94 CachedDir *SearchPath_Add(SearchPath *, const char *);
H A DChangeLog1784 add debug logging for reference counting of CachedDir
1811 migrate CachedDir.files from HashTable to HashSet