Home
last modified time | relevance | path

Searched refs:createInt (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/keama/
H A Deval.c586 mapSet(arg, createInt(off - 1), "offset"); in eval_data_expression()
1525 result = createInt(val); in eval_numeric_expression()
1559 result = createInt(val); in eval_numeric_expression()
1593 result = createInt(val); in eval_numeric_expression()
1612 result = createInt(intValue(arg)); in eval_numeric_expression()
1668 result = createInt(intValue(left) + intValue(right)); in eval_numeric_expression()
1717 result = createInt(intValue(left) - intValue(right)); in eval_numeric_expression()
1766 result = createInt(intValue(left) * intValue(right)); in eval_numeric_expression()
1817 result = createInt(intValue(left) / intValue(right)); in eval_numeric_expression()
1868 result = createInt(intValue(left) % intValue(right)); in eval_numeric_expression()
[all …]
H A Dparse.c831 p = createInt(tsize); in parse_option_space_decl()
839 p = createInt(tsize); in parse_option_space_decl()
870 p = createInt(lsize); in parse_option_space_decl()
879 p = createInt(lsize); in parse_option_space_decl()
979 mapSet(def, createInt(code), "code"); in parse_option_code_definition()
1336 mapSet(vendor, createInt(code), "code"); in parse_vendor_code_definition()
2772 mapSet(nexp, createInt(option->code), "code"); in parse_non_binary()
3082 mapSet(nexp, createInt(option->code), "code"); in parse_non_binary()
4237 mapSet(opt_data, createInt(option->code), "code"); in parse_option_statement()
4778 elem = createInt(-1); in parse_config_data()
[all …]
H A Dconfparse.c184 entry = createInt(43200); in post_process_lifetimes()
195 entry = createInt(300); in post_process_lifetimes()
206 entry = createInt(86400); in post_process_lifetimes()
1869 tmp = createInt(atoll(val)); in parse_class_declaration()
2363 mapSet(subnet, createInt(subnet_counter), "id"); in parse_subnet_declaration()
2458 mapSet(subnet, createInt(subnet_counter), "id"); in parse_subnet6_declaration()
3082 value = createInt(atol(val)); in parse_binding_value()
3399 mapSet(pool, createInt(bits), "delegated-len"); in parse_prefix6()
3402 mapSet(pool, createInt(plen), "prefix-len"); in parse_prefix6()
3777 mapSet(config, createInt(option->code), "code"); in parse_allow_deny()
[all …]
H A Djson.c51 elem = createInt(atoll(val)); in json_parse()
H A Doptions.c681 scode = createInt(option->code); in add_option_data()
702 code = createInt(option->code); in add_option_data()
H A Ddata.h238 struct element *createInt(int64_t i);
H A Ddata.c450 createInt(int64_t i) in createInt() function
1129 result = createInt(intValue(e)); in copy()