Searched refs:el_ObjList (Results 1 – 2 of 2) sorted by relevance
276 } el_ObjList; typedef300 el_ObjList *object_slots[SLOT_COUNT];
282 el_ObjList *list = NULL; in add_object()290 list = (el_ObjList *) elm_alloc(1, sizeof(el_ObjList)); in add_object()295 memset(list, 0, sizeof(el_ObjList)); in add_object()310 list->next = (el_ObjList *) elm_alloc(1, sizeof(el_ObjList)); in add_object()315 memset(list->next, 0, sizeof(el_ObjList)); in add_object()334 el_ObjList *list = NULL, *node = NULL; in remove_object()408 el_ObjList *list = NULL; in get_object()
Completed in 10 milliseconds