Home
last modified time | relevance | path

Searched defs:UTILS_DL_LIST (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/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 */ argument
39 struct UTILS_DL_LIST *pstNext; /* < Current node's pointer to the next node */ argument
40 } UTILS_DL_LIST; typedef