Home
last modified time | relevance | path

Searched refs:json_get_bool_value_for_key (Results 1 – 25 of 25) sorted by relevance

/dports/databases/pgpool-II-37/pgpool-II-3.7.22/src/watchdog/
H A Dwd_json_data.c63 if (json_get_bool_value_for_key(root, "replication_mode", &config->replication_mode)) in get_pool_config_from_json()
65 if (json_get_bool_value_for_key(root, "enable_pool_hba", &config->enable_pool_hba)) in get_pool_config_from_json()
67 if (json_get_bool_value_for_key(root, "load_balance_mode", &config->load_balance_mode)) in get_pool_config_from_json()
73 if (json_get_bool_value_for_key(root, "replicate_select", &config->replicate_select)) in get_pool_config_from_json()
75 if (json_get_bool_value_for_key(root, "master_slave_mode", &config->master_slave_mode)) in get_pool_config_from_json()
77 if (json_get_bool_value_for_key(root, "connection_cache", &config->connection_cache)) in get_pool_config_from_json()
95 if (json_get_bool_value_for_key(root, "insert_lock", &config->insert_lock)) in get_pool_config_from_json()
97 if (json_get_bool_value_for_key(root, "memory_cache_enabled", &config->memory_cache_enabled)) in get_pool_config_from_json()
99 if (json_get_bool_value_for_key(root, "use_watchdog", &config->use_watchdog)) in get_pool_config_from_json()
476 if (json_get_bool_value_for_key(root, "Escalated", &escalated)) in get_watchdog_node_from_json()
[all …]
H A Dwd_commands.c440 if (json_get_bool_value_for_key(root, WD_JSON_KEY_VALUE_DATA, &boolVal)) in get_wd_runtime_variable_value()
/dports/databases/pgpool-II-41/pgpool-II-4.1.10/src/watchdog/
H A Dwd_json_data.c65 if (json_get_bool_value_for_key(root, "replication_mode", &config->replication_mode)) in get_pool_config_from_json()
67 if (json_get_bool_value_for_key(root, "enable_pool_hba", &config->enable_pool_hba)) in get_pool_config_from_json()
69 if (json_get_bool_value_for_key(root, "load_balance_mode", &config->load_balance_mode)) in get_pool_config_from_json()
77 if (json_get_bool_value_for_key(root, "replicate_select", &config->replicate_select)) in get_pool_config_from_json()
79 if (json_get_bool_value_for_key(root, "master_slave_mode", &config->master_slave_mode)) in get_pool_config_from_json()
81 if (json_get_bool_value_for_key(root, "connection_cache", &config->connection_cache)) in get_pool_config_from_json()
99 if (json_get_bool_value_for_key(root, "insert_lock", &config->insert_lock)) in get_pool_config_from_json()
101 if (json_get_bool_value_for_key(root, "memory_cache_enabled", &config->memory_cache_enabled)) in get_pool_config_from_json()
103 if (json_get_bool_value_for_key(root, "use_watchdog", &config->use_watchdog)) in get_pool_config_from_json()
493 if (json_get_bool_value_for_key(root, "Escalated", &escalated)) in get_watchdog_node_from_json()
[all …]
H A Dwd_commands.c467 if (json_get_bool_value_for_key(root, WD_JSON_KEY_VALUE_DATA, &boolVal)) in get_wd_runtime_variable_value()
/dports/databases/pgpool-II-40/pgpool-II-4.0.17/src/watchdog/
H A Dwd_json_data.c65 if (json_get_bool_value_for_key(root, "replication_mode", &config->replication_mode)) in get_pool_config_from_json()
67 if (json_get_bool_value_for_key(root, "enable_pool_hba", &config->enable_pool_hba)) in get_pool_config_from_json()
69 if (json_get_bool_value_for_key(root, "load_balance_mode", &config->load_balance_mode)) in get_pool_config_from_json()
77 if (json_get_bool_value_for_key(root, "replicate_select", &config->replicate_select)) in get_pool_config_from_json()
79 if (json_get_bool_value_for_key(root, "master_slave_mode", &config->master_slave_mode)) in get_pool_config_from_json()
81 if (json_get_bool_value_for_key(root, "connection_cache", &config->connection_cache)) in get_pool_config_from_json()
99 if (json_get_bool_value_for_key(root, "insert_lock", &config->insert_lock)) in get_pool_config_from_json()
101 if (json_get_bool_value_for_key(root, "memory_cache_enabled", &config->memory_cache_enabled)) in get_pool_config_from_json()
103 if (json_get_bool_value_for_key(root, "use_watchdog", &config->use_watchdog)) in get_pool_config_from_json()
493 if (json_get_bool_value_for_key(root, "Escalated", &escalated)) in get_watchdog_node_from_json()
[all …]
H A Dwd_commands.c467 if (json_get_bool_value_for_key(root, WD_JSON_KEY_VALUE_DATA, &boolVal)) in get_wd_runtime_variable_value()
/dports/databases/pgpool-II-42/pgpool-II-4.2.3/src/watchdog/
H A Dwd_json_data.c65 if (json_get_bool_value_for_key(root, "replication_mode", &config->replication_mode)) in get_pool_config_from_json()
67 if (json_get_bool_value_for_key(root, "enable_pool_hba", &config->enable_pool_hba)) in get_pool_config_from_json()
69 if (json_get_bool_value_for_key(root, "load_balance_mode", &config->load_balance_mode)) in get_pool_config_from_json()
77 if (json_get_bool_value_for_key(root, "replicate_select", &config->replicate_select)) in get_pool_config_from_json()
79 if (json_get_bool_value_for_key(root, "connection_cache", &config->connection_cache)) in get_pool_config_from_json()
89 …if (json_get_bool_value_for_key(root, "failover_on_backend_error", &config->failover_on_backend_er… in get_pool_config_from_json()
97 if (json_get_bool_value_for_key(root, "insert_lock", &config->insert_lock)) in get_pool_config_from_json()
99 if (json_get_bool_value_for_key(root, "memory_cache_enabled", &config->memory_cache_enabled)) in get_pool_config_from_json()
101 if (json_get_bool_value_for_key(root, "use_watchdog", &config->use_watchdog)) in get_pool_config_from_json()
488 if (json_get_bool_value_for_key(root, "Escalated", &escalated)) in get_watchdog_node_from_json()
[all …]
H A Dwd_commands.c217 if (json_get_bool_value_for_key(root, WD_JSON_KEY_VALUE_DATA, &boolVal)) in get_wd_runtime_variable_value()
/dports/databases/pgpool-II-43/pgpool-II-4.3.0/src/watchdog/
H A Dwd_json_data.c65 if (json_get_bool_value_for_key(root, "replication_mode", &config->replication_mode)) in get_pool_config_from_json()
67 if (json_get_bool_value_for_key(root, "enable_pool_hba", &config->enable_pool_hba)) in get_pool_config_from_json()
69 if (json_get_bool_value_for_key(root, "load_balance_mode", &config->load_balance_mode)) in get_pool_config_from_json()
77 if (json_get_bool_value_for_key(root, "replicate_select", &config->replicate_select)) in get_pool_config_from_json()
79 if (json_get_bool_value_for_key(root, "connection_cache", &config->connection_cache)) in get_pool_config_from_json()
89 …if (json_get_bool_value_for_key(root, "failover_on_backend_error", &config->failover_on_backend_er… in get_pool_config_from_json()
97 if (json_get_bool_value_for_key(root, "insert_lock", &config->insert_lock)) in get_pool_config_from_json()
99 if (json_get_bool_value_for_key(root, "memory_cache_enabled", &config->memory_cache_enabled)) in get_pool_config_from_json()
101 if (json_get_bool_value_for_key(root, "use_watchdog", &config->use_watchdog)) in get_pool_config_from_json()
488 if (json_get_bool_value_for_key(root, "Escalated", &escalated)) in get_watchdog_node_from_json()
[all …]
H A Dwd_commands.c217 if (json_get_bool_value_for_key(root, WD_JSON_KEY_VALUE_DATA, &boolVal)) in get_wd_runtime_variable_value()
/dports/databases/pgpool-II-36/pgpool-II-3.6.28/src/watchdog/
H A Dwd_json_data.c63 if (json_get_bool_value_for_key(root, "replication_mode", &config->replication_mode)) in get_pool_config_from_json()
65 if (json_get_bool_value_for_key(root, "enable_pool_hba", &config->enable_pool_hba)) in get_pool_config_from_json()
69 …if (json_get_bool_value_for_key(root, "replication_stop_on_mismatch", &config->replication_stop_on… in get_pool_config_from_json()
73 if (json_get_bool_value_for_key(root, "replicate_select", &config->replicate_select)) in get_pool_config_from_json()
77 if (json_get_bool_value_for_key(root, "connection_cache", &config->connection_cache)) in get_pool_config_from_json()
87 …if (json_get_bool_value_for_key(root, "fail_over_on_backend_error", &config->fail_over_on_backend_… in get_pool_config_from_json()
95 if (json_get_bool_value_for_key(root, "insert_lock", &config->insert_lock)) in get_pool_config_from_json()
97 if (json_get_bool_value_for_key(root, "memory_cache_enabled", &config->memory_cache_enabled)) in get_pool_config_from_json()
99 if (json_get_bool_value_for_key(root, "use_watchdog", &config->use_watchdog)) in get_pool_config_from_json()
458 if (json_get_bool_value_for_key(root, "Escalated", &escalated)) in get_watchdog_node_from_json()
[all …]
H A Dwd_commands.c420 if (json_get_bool_value_for_key(root, WD_JSON_KEY_VALUE_DATA, &boolVal)) in get_wd_runtime_variable_value()
/dports/databases/pgpool-II-40/pgpool-II-4.0.17/src/include/utils/
H A Djson.h318 int json_get_bool_value_for_key(json_value * source, const char *key, bool *value);
/dports/databases/pgpool-II-43/pgpool-II-4.3.0/src/include/utils/
H A Djson.h318 int json_get_bool_value_for_key(json_value * source, const char *key, bool *value);
/dports/databases/pgpool-II-37/pgpool-II-3.7.22/src/include/utils/
H A Djson.h309 int json_get_bool_value_for_key(json_value* source, const char* key, bool* value);
/dports/databases/pgpool-II-36/pgpool-II-3.6.28/src/include/utils/
H A Djson.h309 int json_get_bool_value_for_key(json_value* source, const char* key, bool* value);
/dports/databases/pgpool-II-41/pgpool-II-4.1.10/src/include/utils/
H A Djson.h318 int json_get_bool_value_for_key(json_value * source, const char *key, bool *value);
/dports/databases/pgpool-II-42/pgpool-II-4.2.3/src/include/utils/
H A Djson.h318 int json_get_bool_value_for_key(json_value * source, const char *key, bool *value);
/dports/databases/pgpool-II-41/pgpool-II-4.1.10/src/utils/
H A Djson.c1160 json_get_bool_value_for_key(json_value * source, const char *key, bool *value) in json_get_bool_value_for_key() function
/dports/databases/pgpool-II-42/pgpool-II-4.2.3/src/utils/
H A Djson.c1160 json_get_bool_value_for_key(json_value * source, const char *key, bool *value) in json_get_bool_value_for_key() function
/dports/databases/pgpool-II-36/pgpool-II-3.6.28/src/utils/
H A Djson.c1106 int json_get_bool_value_for_key(json_value* source, const char* key, bool* value) in json_get_bool_value_for_key() function
/dports/databases/pgpool-II-37/pgpool-II-3.7.22/src/utils/
H A Djson.c1106 int json_get_bool_value_for_key(json_value* source, const char* key, bool* value) in json_get_bool_value_for_key() function
/dports/databases/pgpool-II-43/pgpool-II-4.3.0/src/utils/
H A Djson.c1160 json_get_bool_value_for_key(json_value * source, const char *key, bool *value) in json_get_bool_value_for_key() function
/dports/databases/pgpool-II-40/pgpool-II-4.0.17/src/utils/
H A Djson.c1160 json_get_bool_value_for_key(json_value * source, const char *key, bool *value) in json_get_bool_value_for_key() function
/dports/databases/pgpool-II-36/pgpool-II-3.6.28/src/libs/pcp/
H A Djson.c1106 int json_get_bool_value_for_key(json_value* source, const char* key, bool* value) in json_get_bool_value_for_key() function