Searched refs:boolValue (Results 1 – 7 of 7) sorted by relevance
212 result = createBool(ISC_TF(!boolValue(equal))); in eval_boolean_expression()282 if (!boolValue(left)) in eval_boolean_expression()296 if (!boolValue(right)) in eval_boolean_expression()350 if (boolValue(left)) in eval_boolean_expression()364 if (boolValue(right)) in eval_boolean_expression()434 result = createBool(ISC_TF(!boolValue(arg))); in eval_boolean_expression()2048 val = ISC_TF(boolValue(left) == boolValue(right)); in eval_equal_expression()
231 isc_boolean_t boolValue(const struct element *e);
338 if (boolValue(entry)) { in post_process_classes()4812 !boolValue(prop) && (listSize(allow) > 1)) { in generate_class()4819 boolValue(prop) && (listSize(allow) == 1)) { in generate_class()4842 !boolValue(prop)) { in generate_class()4849 boolValue(prop)) { in generate_class()4883 if (boolValue(prop)) { in generate_class()4899 if (!boolValue(prop)) in generate_class()4915 if (boolValue(prop)) in generate_class()4957 negative = !boolValue(prop); in generate_class()4977 negative = boolValue(prop); in generate_class()
404 boolValue(const struct element *e) in boolValue() function1135 result = createBool(boolValue(e)); in copy()
69 if (boolValue(expr)) in print_boolean_expression()
5418 if (boolValue(value)) { in config_enable_updates()5481 if (boolValue(value)) { in config_ddns_update_style()5564 value = createBool(!boolValue(value)); in config_match_client_id()
536 boolValue(const char *s) in boolValue() function564 bf = boolValue(cp + sizeof (token) - 1)