Searched refs:refCount (Results 1 – 6 of 6) sorted by relevance
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()[all …]
165 int refCount; /* Reference count of list membership */ member409 ((Suff *)sp)->refCount--; in SuffUnRef()438 if (s->refCount) in SuffFree()440 s->refCount); in SuffFree()469 if (s->refCount == 0) { in SuffRemove()517 s->refCount++; in SuffInsert()524 s->refCount++; in SuffInsert()985 s->refCount = 1; in Suff_AddSuffix()1204 s->refCount++; in SuffAddSrc()1222 s->refCount++; in SuffAddSrc()[all …]
83 int refCount; /* Number of paths with this directory */ member
234 uint32_t refCount; variable247 IsCanonicalized(0), value(v), digest(0), refCount(0) in ImutAVLTree()331 void retain() { ++refCount; } in retain()333 assert(refCount > 0); in release()334 if (--refCount == 0) in release()486 if (N->isMutable() && N->refCount == 0) in recoverNodes()630 if (TNew->refCount == 0) in getCanonicalTree()
29 ++const_cast<ProgramState*>(state)->refCount; in ProgramStateRetain()34 assert(state->refCount > 0); in ProgramStateRelease()36 if (--s->refCount == 0) { in ProgramStateRelease()51 refCount(0) { in ProgramState()61 refCount(0) { in ProgramState()
89 unsigned refCount; variable