Searched defs:anchor (Results 1 – 2 of 2) sorted by relevance
28 #define MSG_QueueInit(anchor) LIST_Init(anchor, 0) argument29 #define MSG_QueueDeinit(anchor) \ argument
109 static inline void SRTM_List_InsertBefore(srtm_list_t *anchor, srtm_list_t *node) in SRTM_List_InsertBefore()120 static inline void SRTM_List_InsertAfter(srtm_list_t *anchor, srtm_list_t *node) in SRTM_List_InsertAfter()