Lines Matching refs:mObjects
184 ObjectStats* mObjects;
529 if(0 == strcmp(object, theSegment->mObjects[objectIndex].mObject))
539 moved = realloc(theSegment->mObjects, sizeof(ObjectStats) * (1 + theSegment->mObjectCount));
542 theSegment->mObjects = (ObjectStats*)moved;
544 memset(theSegment->mObjects + objectIndex, 0, sizeof(ObjectStats));
546 theSegment->mObjects[objectIndex].mObject = strdup(object);
547 if(NULL == theSegment->mObjects[objectIndex].mObject)
563 theObject = (theSegment->mObjects + objectIndex);
717 theObject = theSegment->mObjects + objectLoop;
858 theObject = theSegment->mObjects + objectLoop;
945 qsort(theSegment->mObjects, theSegment->mObjectCount, sizeof(ObjectStats), objectCompare);
949 theObject = theSegment->mObjects + objectLoop;
1002 theObject = theSegment->mObjects + objectLoop;
1047 theObject = theSegment->mObjects + objectLoop;
1060 CLEANUP(theSegment->mObjects);