Searched refs:AddNodeAtDoubleListTail (Results 1 – 4 of 4) sorted by relevance
97 AddNodeAtDoubleListTail(nullptr, nullptr);98 AddNodeAtDoubleListTail(&head, &node);
32 void AddNodeAtDoubleListTail(struct DoubleList *head, struct DoubleList *node);
48 void AddNodeAtDoubleListTail(struct DoubleList *head, struct DoubleList *node) in AddNodeAtDoubleListTail() function
103 AddNodeAtDoubleListTail(&g_operationList, &operation->listHead); in AddOperation()