Lines Matching refs:refCount
364 int refCount;
438 ++(objPtr)->refCount
440 if (--(objPtr)->refCount <= 0) Jim_FreeObj(interp, objPtr)
442 ((objPtr)->refCount > 1)
515 int refCount;
5427 int refcount;
5439 refcount == 0) {
5450 table->refcount = 1;
6174 waitinfo->refcount++;
8795 objPtr->refCount = 0;
8810 JimPanic((objPtr->refCount != 0, "!!!Object %p freed with bad refcount %d, type=%s", objPtr,
8811 objPtr->refCount, objPtr->typePtr ? objPtr->typePtr->name : "<none>"));
8836 objPtr->refCount = -1;
9478 if (objPtr != strObjPtr && objPtr->refCount == 0) {
10134 vv->refCount++;
10139 assert(vv->refCount > 0);
10140 if (--vv->refCount == 0) {
10305 JimPanic((nameObjPtr->refCount == 0, "JimCreateCommand called with zero ref count name"));
10430 vv->refCount = 0;
10816 vv->refCount = 0;
11557 (void *)objPtr, objPtr->refCount, type, objPtr->bytes);
11561 (void *)objPtr, objPtr->refCount, type, objPtr->bytes ? objPtr->bytes : "(null)");
13548 JimPanic((objPtr->refCount == 0, "SetIndexFromAny() called with zero refcount object"));
16345 intv[0]->refCount--;
17038 JimPanic((substObjPtr->refCount == 0, "Jim_SubstObj() called with zero refcount object"));