h_val 277 lib/pengine/rules.c const char *h_val = NULL; h_val 327 lib/pengine/rules.c h_val = (const char *)g_hash_table_lookup(hash, attr); h_val 335 lib/pengine/rules.c if (value != NULL && h_val != NULL) { h_val 350 lib/pengine/rules.c cmp = strcasecmp(h_val, value); h_val 353 lib/pengine/rules.c int h_val_f = crm_parse_int(h_val, NULL); h_val 365 lib/pengine/rules.c cmp = compare_version(h_val, value); h_val 369 lib/pengine/rules.c } else if (value == NULL && h_val == NULL) { h_val 378 lib/pengine/rules.c if (h_val != NULL) { h_val 383 lib/pengine/rules.c if (h_val == NULL) { h_val 388 lib/pengine/rules.c if ((h_val == value) || cmp == 0) { h_val 393 lib/pengine/rules.c if ((h_val == NULL && value != NULL) h_val 394 lib/pengine/rules.c || (h_val != NULL && value == NULL) h_val 399 lib/pengine/rules.c } else if (value == NULL || h_val == NULL) {