HomeSort by relevance Sort by last modified time
    Searched refs:action_data (Results 1 - 4 of 4) sorted by null

  /external/squashfs-tools/squashfs-tools/
action.c 700 static int eval_expr_log(struct expr *expr, struct action_data *action_data)
707 match = expr->atom.test->fn(&expr->atom, action_data);
712 match = !eval_expr_log(expr->unary_op.expr, action_data);
716 match = eval_expr_log(expr->expr_op.lhs, action_data);
721 match = eval_expr_log(expr->expr_op.rhs, action_data);
731 static int eval_expr(struct expr *expr, struct action_data *action_data)
737 match = expr->atom.test->fn(&expr->atom, action_data);
740 match = !eval_expr(expr->unary_op.expr, action_data);
883 struct action_data action_data; local
918 struct action_data action_data; local
979 struct action_data action_data; local
1513 struct action_data action_data; local
1764 struct action_data action_data; local
1989 struct action_data action_data; local
    [all...]
action.h 140 struct action_data;
145 int (*fn)(struct atom *, struct action_data *);
211 struct action_data { struct
  /external/libevent/test/
regress.gen.c 470 tmp->action_data = NULL;
528 if (msg->action_data != NULL)
529 free(msg->action_data);
530 if ((msg->action_data = strdup(value)) == NULL)
563 *value = msg->action_data;
586 free(tmp->action_data);
587 tmp->action_data = NULL;
604 if (tmp->action_data != NULL)
605 free (tmp->action_data);
620 evtag_marshal_string(evbuf, KILL_ACTION, tmp->action_data);
    [all...]
regress.gen.h 98 char *action_data; member in struct:kill

Completed in 82 milliseconds