Lines Matching refs:oldPtr
649 nsISupports* oldPtr = mRawPtr;
652 NSCAP_LOG_RELEASE(this, oldPtr);
653 if ( oldPtr )
654 NSCAP_RELEASE(this, oldPtr);
660 obj_nsISupports *oldPtr;
662 oldPtr = pThis->mRawPtr;
664 if (oldPtr)
666 /* NSCAP_RELEASE(this, oldPtr); */
667 pThis->mRawPtr->pVFT->Release(oldPtr + oldPtr->pVFT->uDeltaRelease);