Home
last modified time | relevance | path

Searched refs:new_state (Results 1 – 2 of 2) sorted by relevance

/curl/lib/
H A Dcf-h1-proxy.c140 h1_tunnel_state new_state, in h1_tunnel_go_state() argument
143 if(ts->tunnel_state == new_state) in h1_tunnel_go_state()
146 switch(new_state) { in h1_tunnel_go_state()
176 if(new_state == H1_TUNNEL_FAILED) in h1_tunnel_go_state()
178 ts->tunnel_state = new_state; in h1_tunnel_go_state()
H A Dcf-h2-proxy.c121 h2_tunnel_state new_state, in h2_tunnel_go_state() argument
126 if(ts->state == new_state) in h2_tunnel_go_state()
137 switch(new_state) { in h2_tunnel_go_state()
161 if(new_state == H2_TUNNEL_FAILED) in h2_tunnel_go_state()
163 ts->state = new_state; in h2_tunnel_go_state()

Completed in 12 milliseconds