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