Home
last modified time | relevance | path

Searched refs:packet_auth_key (Results 1 – 6 of 6) sorted by relevance

/dports/databases/pgpool-II-41/pgpool-II-4.1.10/src/watchdog/
H A Dwatchdog.c7336 char *packet_auth_key; in check_IPC_client_authentication() local
7386 packet_auth_key = json_get_string_value_for_key(rootObj, WD_IPC_AUTH_KEY); in check_IPC_client_authentication()
7388 if (packet_auth_key == NULL) in check_IPC_client_authentication()
7397 if (strcmp(pool_config->wd_authkey, packet_auth_key) != 0) in check_IPC_client_authentication()
/dports/databases/pgpool-II-36/pgpool-II-3.6.28/src/watchdog/
H A Dwatchdog.c6948 char *packet_auth_key; in check_IPC_client_authentication() local
6998 packet_auth_key = json_get_string_value_for_key(rootObj, WD_IPC_AUTH_KEY); in check_IPC_client_authentication()
7000 if (packet_auth_key == NULL) in check_IPC_client_authentication()
7009 if (strcmp(pool_config->wd_authkey, packet_auth_key) != 0) in check_IPC_client_authentication()
/dports/databases/pgpool-II-37/pgpool-II-3.7.22/src/watchdog/
H A Dwatchdog.c6937 char *packet_auth_key; in check_IPC_client_authentication() local
6987 packet_auth_key = json_get_string_value_for_key(rootObj, WD_IPC_AUTH_KEY); in check_IPC_client_authentication()
6989 if (packet_auth_key == NULL) in check_IPC_client_authentication()
6998 if (strcmp(pool_config->wd_authkey, packet_auth_key) != 0) in check_IPC_client_authentication()
/dports/databases/pgpool-II-40/pgpool-II-4.0.17/src/watchdog/
H A Dwatchdog.c7235 char *packet_auth_key; in check_IPC_client_authentication() local
7285 packet_auth_key = json_get_string_value_for_key(rootObj, WD_IPC_AUTH_KEY); in check_IPC_client_authentication()
7287 if (packet_auth_key == NULL) in check_IPC_client_authentication()
7296 if (strcmp(pool_config->wd_authkey, packet_auth_key) != 0) in check_IPC_client_authentication()
/dports/databases/pgpool-II-42/pgpool-II-4.2.3/src/watchdog/
H A Dwatchdog.c7480 char *packet_auth_key; in check_IPC_client_authentication() local
7530 packet_auth_key = json_get_string_value_for_key(rootObj, WD_IPC_AUTH_KEY); in check_IPC_client_authentication()
7532 if (packet_auth_key == NULL) in check_IPC_client_authentication()
7541 if (strcmp(pool_config->wd_authkey, packet_auth_key) != 0) in check_IPC_client_authentication()
/dports/databases/pgpool-II-43/pgpool-II-4.3.0/src/watchdog/
H A Dwatchdog.c7661 char *packet_auth_key; in check_IPC_client_authentication() local
7711 packet_auth_key = json_get_string_value_for_key(rootObj, WD_IPC_AUTH_KEY); in check_IPC_client_authentication()
7713 if (packet_auth_key == NULL) in check_IPC_client_authentication()
7722 if (strcmp(pool_config->wd_authkey, packet_auth_key) != 0) in check_IPC_client_authentication()