Searched refs:mapGet (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/mpl/dhcp/dist/keama/ |
| H A D | print.c | 89 name = mapGet(expr, "check"); in print_boolean_expression() 105 arg = mapGet(expr, "exists"); in print_boolean_expression() 111 universe = mapGet(arg, "universe"); in print_boolean_expression() 119 name = mapGet(arg, "name"); in print_boolean_expression() 134 name = mapGet(expr, "variable-exists"); in print_boolean_expression() 151 arg = mapGet(expr, "equal"); in print_boolean_expression() 157 left = mapGet(arg, "left"); in print_boolean_expression() 172 right = mapGet(arg, "right"); in print_boolean_expression() 196 arg = mapGet(expr, "not-equal"); in print_boolean_expression() 202 left = mapGet(arg, "left"); in print_boolean_expression() [all …]
|
| H A D | reduce.c | 95 arg = mapGet(expr, "exists"); in reduce_boolean_expression() 100 universe = mapGet(arg, "universe"); in reduce_boolean_expression() 105 name = mapGet(arg, "name"); in reduce_boolean_expression() 146 arg = mapGet(expr, "equal"); in reduce_boolean_expression() 151 left = mapGet(arg, "left"); in reduce_boolean_expression() 156 right = mapGet(arg, "right"); in reduce_boolean_expression() 180 arg = mapGet(expr, "not-equal"); in reduce_boolean_expression() 185 left = mapGet(arg, "left"); in reduce_boolean_expression() 190 right = mapGet(arg, "right"); in reduce_boolean_expression() 243 arg = mapGet(expr, "and"); in reduce_boolean_expression() [all …]
|
| H A D | eval.c | 138 arg = mapGet(expr, "equal"); in eval_boolean_expression() 141 left = mapGet(arg, "left"); in eval_boolean_expression() 144 right = mapGet(arg, "right"); in eval_boolean_expression() 188 arg = mapGet(expr, "not-equal"); in eval_boolean_expression() 191 left = mapGet(arg, "left"); in eval_boolean_expression() 194 right = mapGet(arg, "right"); in eval_boolean_expression() 260 arg = mapGet(expr, "and"); in eval_boolean_expression() 263 left = mapGet(arg, "left"); in eval_boolean_expression() 266 right = mapGet(arg, "right"); in eval_boolean_expression() 328 arg = mapGet(expr, "or"); in eval_boolean_expression() [all …]
|
| H A D | confparse.c | 150 ifconf = mapGet(cfile->stack[1], "interfaces-config"); in conf_file_parse() 179 entry = mapGet(cfile->stack[1], "valid-lifetime"); in post_process_lifetimes() 190 entry = mapGet(cfile->stack[1], "min-valid-lifetime"); in post_process_lifetimes() 201 entry = mapGet(cfile->stack[1], "max-valid-lifetime"); in post_process_lifetimes() 234 hosts = mapGet(cfile->stack[1], "reservations"); in post_process_reservations() 248 dest = mapGet(where, "reservations"); in post_process_reservations() 287 classes = mapGet(cfile->stack[1], "client-classes"); in post_process_classes() 295 name = mapGet(class, "name"); in post_process_classes() 304 entry = mapGet(class, "string"); in post_process_classes() 319 entry = mapGet(class, "binary"); in post_process_classes() [all …]
|
| H A D | options.c | 671 sspace = stringValue(mapGet(src, "space")); in add_option_data() 672 scode = mapGet(src, "code"); in add_option_data() 673 name = mapGet(src, "name"); in add_option_data() 692 space = mapGet(od, "space"); in add_option_data() 695 code = mapGet(od, "code"); in add_option_data() 697 name = mapGet(od, "name"); in add_option_data()
|
| H A D | parse.c | 1272 optdef = mapGet(cfile->stack[1], "option-def"); in parse_option_code_definition() 2297 keys = mapGet(result, "tsig-keys"); in parse_key() 4154 elem = mapGet(expr, "original-data"); in parse_option_binary() 4190 data = mapGet(expr, "data"); in parse_option_textbin() 4200 data = mapGet(expr, "data"); in parse_option_textbin() 4349 value = mapGet(expr, "const-data"); in parse_option_statement() 4378 opt_data_list = mapGet(cfile->stack[where], "option-data"); in parse_option_statement() 4939 config_list = mapGet(cfile->stack[where], "config"); in parse_config_statement() 5013 value = mapGet(config, "value"); in config_def_valid_lifetime() 5052 value = mapGet(config, "value"); in config_min_valid_lifetime() [all …]
|
| H A D | data.h | 265 struct element *mapGet(struct element *m, const char *k);
|
| H A D | data.c | 764 mapGet(struct element *m, const char *k) in mapGet() function 789 assert(mapGet(m, k) == NULL); in mapSet()
|