Searched defs:newList (Results 1 – 3 of 3) sorted by relevance
300 static inline void UtilsListAddList(UTILS_DL_LIST *oldList, UTILS_DL_LIST *newList) in UtilsListAddList()332 static inline void UtilsListTailInsertList(UTILS_DL_LIST *oldList, UTILS_DL_LIST *newList) in UtilsListTailInsertList()356 static inline void UtilsListHeadInsertList(UTILS_DL_LIST *oldList, UTILS_DL_LIST *newList) in UtilsListHeadInsertList()
51 …struct DATASLListParams *newList = (struct DATASLListParams*)malloc(sizeof(struct DATASLListParams… in PushListNode() local
45 List *newList = (List *)calloc(1, (sizeof(List))); in ListCreate() local