Lines Matching refs:nRef
86 sal_Int32 nRef; member
159 sal_Int32 nRef; member
174 nRef( 0 ), in ObjectEntry()
273 ++pOEntry->nRef; // another register call on object in defenv_registerInterface()
279 ++pOEntry->nRef; // another register call on object in defenv_registerInterface()
321 ++pOEntry->nRef; // another register call on object in defenv_registerProxyInterface()
333 ++pOEntry->nRef; // another register call on object in defenv_registerProxyInterface()
346 --pOEntry->nRef; // manual revoke of proxy to be freed in defenv_registerProxyInterface()
374 if (! --pOEntry->nRef) in s_stub_defenv_revokeInterface()
546 ::osl_incrementInterlockedCount( &that->nRef ); in defenv_acquire()
553 if (! ::osl_decrementInterlockedCount( &that->nRef )) in defenv_release()
605 if (1 == ::osl_incrementInterlockedCount( &that->nRef )) // is dead in defenv_harden()
607 that->nRef = 0; in defenv_harden()
624 : nRef( 0 ), in uno_DefaultEnvironment()
754 buf.append( pOEntry->nRef, 10 ); in uno_dumpEnvironment()