HomeSort by: relevance | last modified time | path
    Searched refs:executable_statement (Results 1 - 11 of 11) sorted by relevancy

  /src/external/mpl/dhcp/dist/includes/
statement.h 31 struct executable_statement { struct
33 struct executable_statement *next;
61 struct executable_statement *tc, *fc;
71 struct executable_statement *statements;
78 struct executable_statement *statements;
82 struct executable_statement *statements;
88 struct executable_statement *statements;
dhcpd.h 552 struct executable_statement *on_expiry;
553 struct executable_statement *on_commit;
554 struct executable_statement *on_release;
968 struct executable_statement *statements;
1130 struct executable_statement *statements;
2279 int parse_executable_statement (struct executable_statement **,
2282 int parse_executable_statements (struct executable_statement **,
2287 int parse_on_statement (struct executable_statement **,
2289 int parse_switch_statement (struct executable_statement **,
2291 int parse_case_statement (struct executable_statement **,
    [all...]
tree.h 98 struct executable_statement *statements;
  /src/external/mpl/dhcp/dist/common/
execute.c 50 struct executable_statement *statements;
53 struct executable_statement *r, *e, *next;
636 struct executable_statement **ptr;
652 *ptr = (struct executable_statement *)0;
760 *ptr = (struct executable_statement *)0;
766 struct executable_statement *statements;
772 struct executable_statement *r, *x;
1047 int find_matching_case (struct executable_statement **ep,
1054 struct executable_statement *stmt)
1057 struct executable_statement *s
    [all...]
alloc.c 964 struct executable_statement **ptr;
968 struct executable_statement *bp;
978 struct executable_statement **ptr;
979 struct executable_statement *bp;
996 *ptr = (struct executable_statement *)0;
parse.c 2085 struct executable_statement **statements;
2090 struct executable_statement **next;
2101 struct executable_statement **result;
3112 struct executable_statement **result;
3192 struct executable_statement **result;
3260 struct executable_statement **result;
3307 struct executable_statement **result;
3426 (*result) -> data.ie.fc = (struct executable_statement *)0;
4887 struct executable_statement **result;
tree.c 383 struct executable_statement **result;
  /src/external/mpl/dhcp/dist/server/
class.c 36 struct executable_statement *default_classification_rules;
45 default_classification_rules = (struct executable_statement *)0;
confpars.c 373 struct executable_statement *et, *ep;
780 et = (struct executable_statement *)0;
829 et = (struct executable_statement *)0;
868 ep = (struct executable_statement *)0;
2234 struct executable_statement *stmt = NULL;
3145 struct executable_statement *on;
3489 on = (struct executable_statement *)0;
4768 struct executable_statement *on_star[2] = {NULL, NULL};
5216 struct executable_statement *on_star[2] = {NULL, NULL};
5654 struct executable_statement *on_star[2] = {NULL, NULL}
    [all...]
mdb.c 128 static int find_uid_statement (struct executable_statement *esp,
131 struct executable_statement **evp = vp;
232 struct executable_statement *esp;
  /src/external/mpl/dhcp/dist/client/
clparse.c 415 struct executable_statement *stmt;
831 stmt = (struct executable_statement *)0;
839 struct executable_statement **eptr, *sptr;
846 sptr = (struct executable_statement *)0;

Completed in 26 milliseconds