Searched defs:UTILS_DL_LIST (Results 1 – 1 of 1) sorted by relevance
37 typedef struct UTILS_DL_LIST { struct38 struct UTILS_DL_LIST *pstPrev; /* < Current node's pointer to the previous node */ argument39 struct UTILS_DL_LIST *pstNext; /* < Current node's pointer to the next node */ argument40 } UTILS_DL_LIST; typedef