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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/macosx/QuickLookPlugin/
H A Dmain.c52 UInt32 refCount; member in struct:__QuickLookGeneratorPluginType
107 /* This function returns the IUnknown interface so set the refCount to one. */
108 theNewInstance->refCount = 1;
116 // the refCount goes to zero.
172 // is requested, bump the refCount for the instance. NOTE: returning the
177 ((QuickLookGeneratorPluginType *)thisInstance )->refCount += 1;
178 return ((QuickLookGeneratorPluginType*) thisInstance)->refCount;
184 // When an interface is released, decrement the refCount.
185 // If the refCount goes to zero, deallocate the instance.
189 ((QuickLookGeneratorPluginType*)thisInstance)->refCount
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/ole/
H A Dactivex.cpp55 TAutoInitInt refCount, lockCount;\
66 LONG cls::GetRefCount() {return refCount.l;}\
84 InterlockedIncrement(&refCount.l);\
85 return refCount.l;\
89 if (refCount.l > 0)\
91 InterlockedDecrement(&refCount.l);\
92 if (refCount.l == 0)\
97 return refCount.l;\
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dpeer-io.h95 int refCount; member in struct:tr_peerIo
160 && ( io->refCount >= 0 )
H A Dpeer-io.c616 io->refCount = 1;
860 file, line, io->refCount, io->refCount+1 );
862 ++io->refCount;
871 file, line, io->refCount, io->refCount-1 );
873 if( !--io->refCount )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DDocument.h94 int refCount; member in class:Document
H A DDocument.cxx44 refCount = 0;
87 return refCount++;
93 int curRefCount = --refCount;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Dquaqua.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/randelshofer/ ch/randelshofer/quaqua/ ch/randelshofer/quaqua/border/ ...

Completed in 109 milliseconds