Home
last modified time | relevance | path

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

/commonlibrary/utils_lite/include/
H A Dutils_list.h39 struct UTILS_DL_LIST *pstNext; /* < Current node's pointer to the next node */ member
61 list->pstNext = list; in UtilsListInit()
85 #define UTILS_DL_LIST_FIRST(object) ((object)->pstNext)
129 #define UTILS_DL_LIST_IS_ON_QUEUE(node) ((node)->pstPrev != NULL && (node)->pstNext != NULL)
174 node->pstNext = list->pstNext; in UtilsListAdd()
176 list->pstNext->pstPrev = node; in UtilsListAdd()
177 list->pstNext = node; in UtilsListAdd()
249 node->pstNext->pstPrev = node->pstPrev; in UtilsListDelete()
250 node->pstPrev->pstNext in UtilsListDelete()
[all...]

Completed in 2 milliseconds