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

12345678910

/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclGet.c50 obj.refCount = 1;
56 if (obj.refCount > 1) {
96 obj.refCount = 1;
102 if (obj.refCount > 1) {
140 obj.refCount = 1;
146 if (obj.refCount > 1) {
184 obj.refCount = 1;
190 if (obj.refCount > 1) {
H A DtclRegexp.h42 int refCount; /* Count of number of references to this member in struct:TclRegexp
H A DtclPreserve.c27 int refCount; /* Number of Tcl_Preserve calls in effect for member in struct:__anon12751
32 * refCount becomes zero. */
68 int refCount; /* Number of TclHandlePreserve() calls in member in struct:HandleStruct
138 refPtr->refCount++;
161 refPtr->refCount = 1;
204 if (--refPtr->refCount != 0) {
346 handlePtr->refCount = 0;
381 if (handlePtr->refCount == 0x61616161) {
390 if (handlePtr->refCount == 0) {
425 if (handlePtr->refCount
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/API/tests/
H A DNodeList.h32 unsigned refCount; member in struct:__anon2636
H A DNodeList.c36 nodeList->refCount = 0;
72 ++nodeList->refCount;
77 if (--nodeList->refCount == 0) {
H A DNode.h38 unsigned refCount; member in struct:__Node
H A DNode.c33 node->refCount = 0;
78 ++node->refCount;
83 if (--node->refCount == 0)
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclPreserve.c28 int refCount; /* Number of Tcl_Preserve calls in effect member in struct:__anon12811
33 * when refCount becomes zero. */
64 int refCount; /* Number of TclHandlePreserve() calls in member in struct:HandleStruct
136 refPtr->refCount++;
171 refPtr->refCount = 1;
213 refPtr->refCount--;
214 if (refPtr->refCount == 0) {
350 handlePtr->refCount = 0;
386 if (handlePtr->refCount == 0x61616161) {
395 if (handlePtr->refCount
[all...]
H A DtclRegexp.h47 int refCount; /* Count of number of references to this member in struct:TclRegexp
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDLib/
H A DIOHIDIUnknown.cpp80 : refCount(1)
95 refCount += 1;
96 return refCount;
101 UInt32 retVal = refCount - 1;
104 refCount = retVal;
106 refCount = retVal;
H A DIOHIDIUnknown.h44 IOHIDIUnknown() : refCount(1) { };
61 UInt32 refCount; member in class:IOHIDIUnknown
/macosx-10.9.5/ICU-511.35/icuSources/test/threadtest/
H A Dstringtest.cpp128 uint32_t refCount = fSourceStrings[i].refCount(); local
129 if (refCount != 1) {
130 fprintf(stderr, "\nFailure. SourceString Ref Count was %d, should be 1.\n", refCount);
/macosx-10.9.5/ncurses-42/ncurses/form/
H A Dfty_regex.c45 unsigned long *refCount; member in struct:__anon11132
83 unsigned long *refCount;
118 preg->refCount = typeMalloc(unsigned long, 1);
120 *(preg->refCount) = 1;
143 pArg->refCount = typeMalloc(unsigned long, 1);
145 *(pArg->refCount) = 1;
209 *(ap->refCount) += 1;
234 if (--(*(ap->refCount)) == 0)
239 free(ap->refCount);
245 free(ap->refCount);
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tbcload/tbcload/
H A DcmpProcBody.c119 procPtr->refCount++;
152 procPtr->refCount++;
179 procPtr->refCount--;
180 if (procPtr->refCount <= 0) {
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/tests/
H A Dtest_ewk2_object.cpp76 ASSERT_EQ(1, object->refCount());
80 ASSERT_EQ(2, objectRef->refCount());
84 ASSERT_EQ(1, objectRef->refCount());
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkConsole.c22 * console. A refCount permits the struct to be shared as instance data
29 int refCount; member in struct:ConsoleInfo
269 info->refCount = 0;
274 data->info->refCount++;
293 data->info->refCount++;
312 data->info->refCount++;
389 info->refCount = 0;
395 data->info->refCount--;
397 data->info->refCount++;
402 data->info->refCount
[all...]
H A DtkVisual.c51 int refCount; /* How many uses of the colormap are still member in struct:TkColormap
143 cmapPtr->refCount += 1;
326 cmapPtr->refCount += 1;
335 cmapPtr->refCount = 1;
391 cmapPtr->refCount = 1;
428 cmapPtr->refCount += 1;
478 cmapPtr->refCount -= 1;
479 if (cmapPtr->refCount == 0) {
537 cmapPtr->refCount += 1;
/macosx-10.9.5/Security-55471.14.18/include/security_smime/
H A Dcmsmessage.c87 cmsg->refCount = 1;
127 PORT_Assert (cmsg->refCount > 0);
128 if (cmsg->refCount <= 0) /* oops */
131 cmsg->refCount--; /* thread safety? */
132 if (cmsg->refCount > 0)
154 PORT_Assert (cmsg->refCount > 0);
156 cmsg->refCount++; /* XXX chrisk thread safety? */
/macosx-10.9.5/Security-55471.14.18/libsecurity_smime/lib/
H A Dcmsmessage.c87 cmsg->refCount = 1;
127 PORT_Assert (cmsg->refCount > 0);
128 if (cmsg->refCount <= 0) /* oops */
131 cmsg->refCount--; /* thread safety? */
132 if (cmsg->refCount > 0)
154 PORT_Assert (cmsg->refCount > 0);
156 cmsg->refCount++; /* XXX chrisk thread safety? */
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkConsole.c23 * console. A refCount permits the struct to be shared as instance data
30 int refCount; member in struct:ConsoleInfo
276 info->refCount = 0;
281 data->info->refCount++;
300 data->info->refCount++;
319 data->info->refCount++;
402 info->refCount = 0;
408 data->info->refCount--;
410 data->info->refCount++;
415 data->info->refCount
[all...]
H A DtkVisual.c53 int refCount; /* How many uses of the colormap are still member in struct:TkColormap
147 cmapPtr->refCount += 1;
325 cmapPtr->refCount += 1;
334 cmapPtr->refCount = 1;
393 cmapPtr->refCount = 1;
430 cmapPtr->refCount += 1;
481 cmapPtr->refCount -= 1;
482 if (cmapPtr->refCount == 0) {
541 cmapPtr->refCount += 1;
/macosx-10.9.5/Heimdal-323.92.1/plugins/GSSNotificationForwarder/
H A DGSSNotificationForwarder.c50 UInt32 refCount; member in struct:__anon955
143 return ++instance->refCount;
150 if (instance->refCount == 1) {
154 return --instance->refCount;
188 instance->refCount = 1;
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DLabel.h68 int refCount() const { return m_refCount; } function in class:JSC::Label
H A DRegisterID.h95 int refCount() const function in class:JSC::RegisterID
/macosx-10.9.5/tcl-102/tcl_ext/memchan/memchan/generic/
H A Dbuf.c29 int refCount; /* Number of references hold by other parts member in struct:Buffer_
161 ((Buffer*) buf)->refCount ++;
189 iBuf->refCount --;
191 if (iBuf->refCount <= 0) {
224 return (((Buffer*) buf)->refCount > 1);
355 iBuf->refCount = 0;

Completed in 314 milliseconds

12345678910