Searched refs:sizeof_struct (Results 1 – 1 of 1) sorted by relevance
1087 static action* alloc_action(struct pp_locals *ppl, int sizeof_struct, action_fp f) in alloc_action() argument1089 action *ap = xzalloc(sizeof_struct); in alloc_action()1220 auto action* alloc_action(int sizeof_struct, action_fp f); in parse_params()1221 action* alloc_action(int sizeof_struct, action_fp f) in parse_params()1225 appp[cur_group][cur_action++] = ap = xzalloc(sizeof_struct); in parse_params()