Searched refs:filter_arg (Results 1 – 2 of 2) sorted by relevance
183 static struct filter_arg *allocate_arg(void) in allocate_arg()185 return calloc(1, sizeof(struct filter_arg)); in allocate_arg()188 static void free_arg(struct filter_arg *arg) in free_arg()337 enum event_type type, struct filter_arg **parg, char *error_str) in create_arg_item()340 struct filter_arg *arg; in create_arg_item()397 static struct filter_arg *400 struct filter_arg *arg; in create_arg_op()412 static struct filter_arg *415 struct filter_arg *arg; in create_arg_exp()427 static struct filter_arg *[all …]
890 struct filter_arg *left;891 struct filter_arg *right;896 struct filter_arg *left;897 struct filter_arg *right;902 struct filter_arg *left;903 struct filter_arg *right;914 struct filter_arg { struct930 struct filter_arg *filter; argument