Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Ddir.c205 struct CachedDir { struct
254 static CachedDir *dot = NULL;
256 static CachedDir *cur = NULL;
258 static CachedDir *dotLast = NULL;
276 static CachedDir *
279 CachedDir *dir = bmake_malloc(sizeof *dir); in CachedDir_New()
293 static CachedDir *
294 CachedDir_Ref(CachedDir *dir) in CachedDir_Ref()
307 CachedDir_Unref(CachedDir *dir) in CachedDir_Unref()
332 CachedDir_Assign(CachedDir **var, CachedDir *dir) in CachedDir_Assign()
[all …]
H A Ddir.h78 typedef struct CachedDir CachedDir; typedef
95 CachedDir *SearchPath_Add(SearchPath *, const char *);
H A DChangeLog2123 add debug logging for reference counting of CachedDir
2150 migrate CachedDir.files from HashTable to HashSet