Home
last modified time | relevance | path

Searched refs:RSLV_STEP_RUNNING (Results 1 – 18 of 18) sorted by relevance

/dports/net/haproxy17/haproxy-1.7.14/include/types/
H A Ddns.h256 RSLV_STEP_RUNNING, /* resolution is running */ enumerator
/dports/net/haproxy/haproxy-2.4.10/include/haproxy/
H A Dresolvers-t.h246 RSLV_STEP_RUNNING, /* resolution is running */ enumerator
/dports/net/haproxy20/haproxy-2.0.26/include/types/
H A Ddns.h315 RSLV_STEP_RUNNING, /* resolution is running */ enumerator
/dports/net/haproxy18/haproxy-1.8.30/include/types/
H A Ddns.h308 RSLV_STEP_RUNNING, /* resolution is running */ enumerator
/dports/net/haproxy19/haproxy-1.9.16/include/types/
H A Ddns.h308 RSLV_STEP_RUNNING, /* resolution is running */ enumerator
/dports/net/haproxy21/haproxy-2.1.12/include/types/
H A Ddns.h311 RSLV_STEP_RUNNING, /* resolution is running */ enumerator
/dports/net/nuster/nuster-5.0.4.21/include/types/
H A Ddns.h311 RSLV_STEP_RUNNING, /* resolution is running */ enumerator
/dports/net/haproxy22/haproxy-2.2.19/include/haproxy/
H A Ddns-t.h312 RSLV_STEP_RUNNING, /* resolution is running */ enumerator
/dports/net/haproxy23/haproxy-2.3.16/include/haproxy/
H A Ddns-t.h318 RSLV_STEP_RUNNING, /* resolution is running */ enumerator
/dports/net/haproxy20/haproxy-2.0.26/src/
H A Ddns.c349 resolution->step = RSLV_STEP_RUNNING; in dns_run_resolution()
2285 if (resolution->step == RSLV_STEP_RUNNING) in dns_action_do_resolve()
/dports/net/haproxy21/haproxy-2.1.12/src/
H A Ddns.c349 resolution->step = RSLV_STEP_RUNNING; in dns_run_resolution()
2199 if (resolution->step == RSLV_STEP_RUNNING) in dns_action_do_resolve()
/dports/net/nuster/nuster-5.0.4.21/src/
H A Ddns.c336 resolution->step = RSLV_STEP_RUNNING; in dns_run_resolution()
2170 if (resolution->step == RSLV_STEP_RUNNING) { in dns_action_do_resolve()
/dports/net/haproxy22/haproxy-2.2.19/src/
H A Ddns.c420 resolution->step = RSLV_STEP_RUNNING; in dns_run_resolution()
2852 if (resolution->step == RSLV_STEP_RUNNING) in dns_action_do_resolve()
/dports/net/haproxy23/haproxy-2.3.16/src/
H A Ddns.c492 resolution->step = RSLV_STEP_RUNNING; in dns_run_resolution()
3070 if (resolution->step == RSLV_STEP_RUNNING) in dns_action_do_resolve()
/dports/net/haproxy/haproxy-2.4.10/src/
H A Dresolvers.c435 resolution->step = RSLV_STEP_RUNNING; in resolv_run_resolution()
2905 if (resolution->step == RSLV_STEP_RUNNING) in resolv_action_do_resolve()
/dports/net/haproxy19/haproxy-1.9.16/src/
H A Ddns.c327 resolution->step = RSLV_STEP_RUNNING; in dns_run_resolution()
/dports/net/haproxy18/haproxy-1.8.30/src/
H A Ddns.c339 resolution->step = RSLV_STEP_RUNNING; in dns_run_resolution()
/dports/net/haproxy17/haproxy-1.7.14/src/
H A Dchecks.c2303 resolution->step = RSLV_STEP_RUNNING; in trigger_resolution()