Searched refs:BPMNode (Results 1 – 1 of 1) sorted by relevance
867 typedef struct BPMNode { struct870 struct BPMNode* tail; /*the next nodes in this chain (null if last)*/ argument872 } BPMNode; typedef878 BPMNode* memory;881 BPMNode** freelist;884 BPMNode** chains0;885 BPMNode** chains1;889 static BPMNode* bpmnode_create(BPMLists* lists, int weight, unsigned index, BPMNode* tail) { in bpmnode_create()891 BPMNode* result; in bpmnode_create()898 BPMNode* node; in bpmnode_create()[all …]