Home
last modified time | relevance | path

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

12

/dports/net/haproxy/haproxy-2.4.10/include/haproxy/
H A Dglobal-t.h125 char *server_state_file; /* path to the file where server states are loaded from */ member
/dports/net/haproxy22/haproxy-2.2.19/include/haproxy/
H A Dglobal-t.h138 char *server_state_file; /* path to the file where server states are loaded from */ member
/dports/net/haproxy23/haproxy-2.3.16/include/haproxy/
H A Dglobal-t.h139 char *server_state_file; /* path to the file where server states are loaded from */ member
/dports/net/haproxy18/haproxy-1.8.30/include/types/
H A Dglobal.h134 char *server_state_file; /* path to the file where server states are loaded from */ member
/dports/net/haproxy17/haproxy-1.7.14/include/types/
H A Dglobal.h138 char *server_state_file; /* path to the file where server states are loaded from */ member
/dports/net/haproxy19/haproxy-1.9.16/include/types/
H A Dglobal.h140 char *server_state_file; /* path to the file where server states are loaded from */ member
/dports/net/haproxy20/haproxy-2.0.26/include/types/
H A Dglobal.h145 char *server_state_file; /* path to the file where server states are loaded from */ member
/dports/net/haproxy21/haproxy-2.1.12/include/types/
H A Dglobal.h134 char *server_state_file; /* path to the file where server states are loaded from */ member
/dports/net/nuster/nuster-5.0.4.21/include/types/
H A Dglobal.h134 char *server_state_file; /* path to the file where server states are loaded from */ member
/dports/net/haproxy/haproxy-2.4.10/src/
H A Dserver_state.c790 if (!global.server_state_file) in apply_server_state()
792 len = srv_state_get_filepath(file, MAXPATHLEN, global.server_state_file); in apply_server_state()
H A Dcfgparse-global.c962 if (global.server_state_file != NULL) { in cfg_parse_global()
974 global.server_state_file = strdup(args[1]); in cfg_parse_global()
/dports/net/haproxy17/haproxy-1.7.14/src/
H A Dserver.c2418 if (global.server_state_file) { in apply_server_state()
2420 if ((global.server_state_file[0] == '/') || (!global.server_state_base)) { in apply_server_state()
2421 len = strlen(global.server_state_file); in apply_server_state()
2426 memcpy(globalfilepath, global.server_state_file, len); in apply_server_state()
2450 len = strlen(global.server_state_file); in apply_server_state()
2455 memcpy(globalfilepath + globalfilepathlen, global.server_state_file, len); in apply_server_state()
H A Dhaproxy.c1690 free(global.server_state_file); global.server_state_file = NULL; in deinit()
/dports/net/haproxy20/haproxy-2.0.26/src/
H A Dcfgparse-global.c901 if (global.server_state_file != NULL) { in cfg_parse_global()
913 global.server_state_file = strdup(args[1]); in cfg_parse_global()
H A Dserver.c3289 if (global.server_state_file) { in apply_server_state()
3291 if ((global.server_state_file[0] == '/') || (!global.server_state_base)) { in apply_server_state()
3292 len = strlen(global.server_state_file); in apply_server_state()
3297 memcpy(globalfilepath, global.server_state_file, len); in apply_server_state()
3320 len = strlen(global.server_state_file); in apply_server_state()
3325 memcpy(globalfilepath + globalfilepathlen, global.server_state_file, len); in apply_server_state()
/dports/net/haproxy19/haproxy-1.9.16/src/
H A Dcfgparse-global.c882 if (global.server_state_file != NULL) { in cfg_parse_global()
894 global.server_state_file = strdup(args[1]); in cfg_parse_global()
H A Dserver.c3100 if (global.server_state_file) { in apply_server_state()
3102 if ((global.server_state_file[0] == '/') || (!global.server_state_base)) { in apply_server_state()
3103 len = strlen(global.server_state_file); in apply_server_state()
3108 memcpy(globalfilepath, global.server_state_file, len); in apply_server_state()
3131 len = strlen(global.server_state_file); in apply_server_state()
3136 memcpy(globalfilepath + globalfilepathlen, global.server_state_file, len); in apply_server_state()
/dports/net/haproxy23/haproxy-2.3.16/src/
H A Dcfgparse-global.c914 if (global.server_state_file != NULL) { in cfg_parse_global()
926 global.server_state_file = strdup(args[1]); in cfg_parse_global()
H A Dserver.c3162 if (global.server_state_file) { in apply_server_state()
3164 if ((global.server_state_file[0] == '/') || (!global.server_state_base)) { in apply_server_state()
3165 len = strlen(global.server_state_file); in apply_server_state()
3170 memcpy(globalfilepath, global.server_state_file, len); in apply_server_state()
3193 len = strlen(global.server_state_file); in apply_server_state()
3198 memcpy(globalfilepath + globalfilepathlen, global.server_state_file, len); in apply_server_state()
/dports/net/haproxy22/haproxy-2.2.19/src/
H A Dcfgparse-global.c922 if (global.server_state_file != NULL) { in cfg_parse_global()
934 global.server_state_file = strdup(args[1]); in cfg_parse_global()
H A Dserver.c3213 if (global.server_state_file) { in apply_server_state()
3215 if ((global.server_state_file[0] == '/') || (!global.server_state_base)) { in apply_server_state()
3216 len = strlen(global.server_state_file); in apply_server_state()
3221 memcpy(globalfilepath, global.server_state_file, len); in apply_server_state()
3244 len = strlen(global.server_state_file); in apply_server_state()
3249 memcpy(globalfilepath + globalfilepathlen, global.server_state_file, len); in apply_server_state()
/dports/net/haproxy21/haproxy-2.1.12/src/
H A Dcfgparse-global.c901 if (global.server_state_file != NULL) { in cfg_parse_global()
913 global.server_state_file = strdup(args[1]); in cfg_parse_global()
H A Dserver.c3425 if (global.server_state_file) { in apply_server_state()
3427 if ((global.server_state_file[0] == '/') || (!global.server_state_base)) { in apply_server_state()
3428 len = strlen(global.server_state_file); in apply_server_state()
3433 memcpy(globalfilepath, global.server_state_file, len); in apply_server_state()
3456 len = strlen(global.server_state_file); in apply_server_state()
3461 memcpy(globalfilepath + globalfilepathlen, global.server_state_file, len); in apply_server_state()
/dports/net/nuster/nuster-5.0.4.21/src/
H A Dcfgparse-global.c902 if (global.server_state_file != NULL) { in cfg_parse_global()
914 global.server_state_file = strdup(args[1]); in cfg_parse_global()
/dports/net/haproxy18/haproxy-1.8.30/src/
H A Dserver.c2928 if (global.server_state_file) { in apply_server_state()
2930 if ((global.server_state_file[0] == '/') || (!global.server_state_base)) { in apply_server_state()
2931 len = strlen(global.server_state_file); in apply_server_state()
2936 memcpy(globalfilepath, global.server_state_file, len); in apply_server_state()
2960 len = strlen(global.server_state_file); in apply_server_state()
2965 memcpy(globalfilepath + globalfilepathlen, global.server_state_file, len); in apply_server_state()

12