Searched refs:CachedDir (Results 1 – 3 of 3) sorted by relevance
202 struct CachedDir { struct251 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 …]
78 typedef struct CachedDir CachedDir; typedef94 CachedDir *SearchPath_Add(SearchPath *, const char *);
1784 add debug logging for reference counting of CachedDir1811 migrate CachedDir.files from HashTable to HashSet