Searched refs:HistoryNode (Results 1 – 1 of 1) sorted by relevance
23 struct HistoryNode { struct40 struct HistoryNode *it = NULL; in Apply() argument41 struct HistoryNode *next = NULL; in Apply()46 LIST_FOR_EACH_ENTRY_SAFE(it, next, &self->histories, struct HistoryNode, node) { in Apply()64 struct HistoryNode *history = SoftBusCalloc(sizeof(*history)); in Apply()80 struct HistoryNode *it = NULL; in CleanupHistoriesUnsafe()81 struct HistoryNode *next = NULL; in CleanupHistoriesUnsafe()82 LIST_FOR_EACH_ENTRY_SAFE(it, next, &self->histories, struct HistoryNode, node) { in CleanupHistoriesUnsafe()