op_alloc_counter.c | 28 typedef struct counter_arc { struct 33 } counter_arc; typedef in typeref:struct:counter_arc 59 counter_arc * arc = 60 xmalloc(sizeof(counter_arc)); 91 counter_arc * arc = list_entry(pos, counter_arc, next); 143 counter_arc const * arc = list_entry(pos, counter_arc, next);
|