Searched refs:filter_arg (Results 1 – 2 of 2) sorted by relevance
192 static struct filter_arg *allocate_arg(void) in allocate_arg()194 return calloc(1, sizeof(struct filter_arg)); in allocate_arg()197 static void free_arg(struct filter_arg *arg) in free_arg()349 enum event_type type, struct filter_arg **parg, char *error_str) in create_arg_item()352 struct filter_arg *arg; in create_arg_item()406 static struct filter_arg *409 struct filter_arg *arg; in create_arg_op()421 static struct filter_arg *424 struct filter_arg *arg; in create_arg_exp()436 static struct filter_arg *[all …]
863 struct filter_arg *left;864 struct filter_arg *right;869 struct filter_arg *left;870 struct filter_arg *right;875 struct filter_arg *left;876 struct filter_arg *right;887 struct filter_arg { struct903 struct filter_arg *filter; argument