Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libnisdb/
H A Dldap_op.c382 int refCount; /* Reference count */ member
495 lc->refCount++; in incrementRC()
505 if (lc->refCount > 0) in decrementRC()
506 lc->refCount--; in decrementRC()
629 if (lc->onList || lc->refCount != 1 || lc->isBound) { in freeCon()
668 if (lc->refCount != 1) { in disconnectCon()
802 if (lc->refCount != 1) { in connectCon()
822 if (lc->refCount != 1 || lc->ld != 0) { in connectCon()