Home
last modified time | relevance | path

Searched refs:UTILS_DL_LIST (Results 1 - 1 of 1) sorted by relevance

/commonlibrary/utils_lite/include/
H A Dutils_list.h37 typedef struct UTILS_DL_LIST { struct
38 struct UTILS_DL_LIST *pstPrev; /* < Current node's pointer to the previous node */
39 struct UTILS_DL_LIST *pstNext; /* < Current node's pointer to the next node */
40 } UTILS_DL_LIST; typedef
59 static inline void UtilsListInit(UTILS_DL_LIST *list) in UtilsListInit()
172 static inline void UtilsListAdd(UTILS_DL_LIST *list, UTILS_DL_LIST *node) in UtilsListAdd()
199 static inline void UtilsListTailInsert(UTILS_DL_LIST *list, UTILS_DL_LIST *node) in UtilsListTailInsert()
223 static inline void UtilsListHeadInsert(UTILS_DL_LIST *lis
[all...]

Completed in 1 milliseconds