Lines Matching refs:refCount
95 int refCount; /* Number of instances using this map. */
191 int refCount; /* Number of instances using this structure. */
1647 if (instancePtr->refCount == 0) {
1658 instancePtr->refCount++;
1673 instancePtr->refCount = 1;
1864 instancePtr->refCount -= 1;
1865 if (instancePtr->refCount > 0) {
1911 if (instancePtr->refCount > 0) {
2456 colorPtr->refCount = 0;
2464 colorPtr->refCount++;
2507 colorPtr->refCount--;
2508 if (colorPtr->refCount > 0) {