Searched defs:newList (Results 1 – 3 of 3) sorted by relevance
281 static inline void SH_ListAddList(SH_List *oldList, SH_List *newList) in SH_ListAddList()313 static inline void SH_ListTailInsertList(SH_List *oldList, SH_List *newList) in SH_ListTailInsertList()337 static inline void SH_ListHeadInsertList(SH_List *oldList, SH_List *newList) in SH_ListHeadInsertList()
316 …TE_OS_SEC_ALW_INLINE STATIC INLINE VOID LOS_ListAddList(LOS_DL_LIST *oldList, LOS_DL_LIST *newList) in LOS_ListAddList()348 …EC_ALW_INLINE STATIC INLINE VOID LOS_ListTailInsertList(LOS_DL_LIST *oldList, LOS_DL_LIST *newList) in LOS_ListTailInsertList()372 …EC_ALW_INLINE STATIC INLINE VOID LOS_ListHeadInsertList(LOS_DL_LIST *oldList, LOS_DL_LIST *newList) in LOS_ListHeadInsertList()
331 struct dirent **newList = NULL; in scandir_get_file_list() local