Lines Matching defs:OpListNode
209 struct OpListNode {211 struct OpListNode *next;213 typedef struct OpListNode OpListNode;226 int collectStatsSingle(OpListNode *head, ModuleStats *stats) {273 OpListNode *node = malloc(sizeof(OpListNode));285 OpListNode *head = malloc(sizeof(OpListNode));304 OpListNode *next = head->next;