Lines Matching refs:nRefCount

292 			OSL_ASSERT( pTDR->nRefCount > pTDR->nStaticRefCount );  in ~TypeDescriptor_Init_Impl()
293 pTDR->nRefCount -= pTDR->nStaticRefCount; in ~TypeDescriptor_Init_Impl()
314 "### remaining type: %s; ref count = %d", aTypeName.getStr(), pTDR->nRefCount ); in ~TypeDescriptor_Init_Impl()
749 pRet->nRefCount = 1; // reference count is initially 1 in typelib_typedescription_newEmpty()
1415 ::osl_incrementInterlockedCount( &pTypeDescription->nRefCount ); in typelib_typedescription_acquire()
1572 sal_Int32 ref = ::osl_decrementInterlockedCount( &pTD->nRefCount ); in typelib_typedescription_release()
1667 if (osl_incrementInterlockedCount( &pTDR->pType->nRefCount ) > 1) in typelib_typedescription_register()
1680 osl_decrementInterlockedCount( &pTDR->pType->nRefCount ); in typelib_typedescription_register()
2337 pTDR->nRefCount = 1; in typelib_typedescriptionreference_new()
2366 ::osl_incrementInterlockedCount( &pRef->nRefCount ); in typelib_typedescriptionreference_acquire()
2377 if( ! ::osl_decrementInterlockedCount( &pRef->nRefCount ) ) in typelib_typedescriptionreference_release()
2419 osl_incrementInterlockedCount( &((typelib_TypeDescription *)pRef)->nRefCount ); in typelib_typedescriptionreference_getDescription()
2429 sal_Int32 n = ::osl_incrementInterlockedCount( &pRef->pType->nRefCount ); in typelib_typedescriptionreference_getDescription()
2439 ::osl_decrementInterlockedCount( &pRef->pType->nRefCount ); in typelib_typedescriptionreference_getDescription()
2471 sal_Int32 n = ::osl_incrementInterlockedCount( &(*aIt).second->nRefCount ); in typelib_typedescriptionreference_getByName()
2482 ::osl_decrementInterlockedCount( &(*aIt).second->nRefCount ); in typelib_typedescriptionreference_getByName()