Lines Matching refs:refCount
281 dotLast->refCount = 1; in Dir_Init()
301 p->refCount += 1; in Dir_InitCur()
306 cur->refCount -= 1; in Dir_InitCur()
348 dot->refCount += 1; in Dir_InitDot()
369 cur->refCount -= 1; in Dir_End()
372 dot->refCount -= 1; in Dir_End()
373 dotLast->refCount -= 1; in Dir_End()
1558 dotLast->refCount += 1; in Dir_AddDir()
1568 p->refCount += 1; in Dir_AddDir()
1580 p->refCount = 1; in Dir_AddDir()
1625 ((Path *)p)->refCount += 1; in Dir_CopyDir()
1697 p->refCount -= 1; in Dir_Destroy()
1699 if (p->refCount == 0) { in Dir_Destroy()
1766 p->refCount += 1; in Dir_Concat()
1788 fprintf(debug_file, "# %-20s %10d\t%4d\n", p->name, p->refCount, p->hits); in Dir_PrintDirectories()