Home
last modified time | relevance | path

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

12

/dports/net/haproxy17/haproxy-1.7.14/include/types/
H A Dserver.h116 #define SRV_F_FORCED_ID 0x0010 /* server's ID was forced in the configuration */ macro
/dports/net/haproxy18/haproxy-1.8.30/include/types/
H A Dserver.h141 #define SRV_F_FORCED_ID 0x0010 /* server's ID was forced in the configuration */ macro
/dports/net/haproxy21/haproxy-2.1.12/include/types/
H A Dserver.h138 #define SRV_F_FORCED_ID 0x0010 /* server's ID was forced in the configuration */ macro
/dports/net/haproxy20/haproxy-2.0.26/include/types/
H A Dserver.h138 #define SRV_F_FORCED_ID 0x0010 /* server's ID was forced in the configuration */ macro
/dports/net/haproxy19/haproxy-1.9.16/include/types/
H A Dserver.h141 #define SRV_F_FORCED_ID 0x0010 /* server's ID was forced in the configuration */ macro
/dports/net/haproxy22/haproxy-2.2.19/include/haproxy/
H A Dserver-t.h136 #define SRV_F_FORCED_ID 0x0010 /* server's ID was forced in the configuration */ macro
/dports/net/nuster/nuster-5.0.4.21/include/types/
H A Dserver.h138 #define SRV_F_FORCED_ID 0x0010 /* server's ID was forced in the configuration */ macro
/dports/net/haproxy23/haproxy-2.3.16/include/haproxy/
H A Dserver-t.h137 #define SRV_F_FORCED_ID 0x0010 /* server's ID was forced in the configuration */ macro
/dports/net/haproxy/haproxy-2.4.10/include/haproxy/
H A Dserver-t.h142 #define SRV_F_FORCED_ID 0x0010 /* server's ID was forced in the configuration */ macro
/dports/net/haproxy17/haproxy-1.7.14/src/
H A Dproxy.c1375 srv_f_forced_id = srv->flags & SRV_F_FORCED_ID ? 1 : 0; in dump_servers_state()
H A Dserver.c175 newsrv->flags |= SRV_F_FORCED_ID; in srv_parse_id()
2069 if (byid->flags & SRV_F_FORCED_ID) { in server_find_best_match()
/dports/net/haproxy/haproxy-2.4.10/src/
H A Dserver.c737 newsrv->flags |= SRV_F_FORCED_ID; in srv_parse_id()
2890 if (newsrv->flags & SRV_F_FORCED_ID) in parse_server()
2991 if (byid->flags & SRV_F_FORCED_ID) { in server_find_best_match()
/dports/net/haproxy18/haproxy-1.8.30/src/
H A Dproxy.c1469 srv_f_forced_id = srv->flags & SRV_F_FORCED_ID ? 1 : 0; in dump_servers_state()
H A Dserver.c393 newsrv->flags |= SRV_F_FORCED_ID; in srv_parse_id()
2454 if (byid->flags & SRV_F_FORCED_ID) { in server_find_best_match()
/dports/net/haproxy19/haproxy-1.9.16/src/
H A Dproxy.c1635 srv_f_forced_id = srv->flags & SRV_F_FORCED_ID ? 1 : 0; in dump_servers_state()
H A Dserver.c447 newsrv->flags |= SRV_F_FORCED_ID; in srv_parse_id()
2634 if (byid->flags & SRV_F_FORCED_ID) { in server_find_best_match()
/dports/net/haproxy21/haproxy-2.1.12/src/
H A Dproxy.c1805 srv_f_forced_id = srv->flags & SRV_F_FORCED_ID ? 1 : 0; in dump_servers_state()
H A Dserver.c486 newsrv->flags |= SRV_F_FORCED_ID; in srv_parse_id()
2826 if (byid->flags & SRV_F_FORCED_ID) { in server_find_best_match()
/dports/net/haproxy23/haproxy-2.3.16/src/
H A Dproxy.c1807 srv_f_forced_id = srv->flags & SRV_F_FORCED_ID ? 1 : 0; in dump_servers_state()
H A Dserver.c421 newsrv->flags |= SRV_F_FORCED_ID; in srv_parse_id()
2546 if (byid->flags & SRV_F_FORCED_ID) { in server_find_best_match()
/dports/net/nuster/nuster-5.0.4.21/src/
H A Dproxy.c1799 srv_f_forced_id = srv->flags & SRV_F_FORCED_ID ? 1 : 0; in dump_servers_state()
/dports/net/haproxy20/haproxy-2.0.26/src/
H A Dproxy.c1865 srv_f_forced_id = srv->flags & SRV_F_FORCED_ID ? 1 : 0; in dump_servers_state()
H A Dserver.c479 newsrv->flags |= SRV_F_FORCED_ID; in srv_parse_id()
2826 if (byid->flags & SRV_F_FORCED_ID) { in server_find_best_match()
/dports/net/haproxy22/haproxy-2.2.19/src/
H A Dproxy.c1810 srv_f_forced_id = srv->flags & SRV_F_FORCED_ID ? 1 : 0; in dump_servers_state()
H A Dserver.c420 newsrv->flags |= SRV_F_FORCED_ID; in srv_parse_id()
2597 if (byid->flags & SRV_F_FORCED_ID) { in server_find_best_match()

12