Searched refs:headObject (Results 1 – 2 of 2) sorted by relevance
39 list->headObject = NULL; in MEMInitList()67 list->headObject = object; in SetFirstObject_()88 if (list->headObject == NULL) in MEMAppendListObject()122 if (list->headObject == NULL) in MEMPrependListObject()132 link->nextObject = list->headObject; in MEMPrependListObject()134 OBJ_TO_LINK(list, list->headObject)->prevObject = object; in MEMPrependListObject()135 list->headObject = object; in MEMPrependListObject()165 else if (target == list->headObject) in MEMInsertListObject()206 list->headObject = link->nextObject; in MEMRemoveListObject()245 return list->headObject; in MEMGetNextListObject()
48 void* headObject; // Pointer for the object linked to the head member