Lines Matching refs:block
442 static CURLcode wssh_statemach_act(struct Curl_easy *data, bool *block) in wssh_statemach_act() argument
450 *block = FALSE; /* we are not blocking by default */ in wssh_statemach_act()
463 *block = TRUE; in wssh_statemach_act()
468 *block = TRUE; in wssh_statemach_act()
487 *block = TRUE; in wssh_statemach_act()
492 *block = TRUE; in wssh_statemach_act()
509 *block = TRUE; in wssh_statemach_act()
514 *block = TRUE; in wssh_statemach_act()
608 *block = TRUE; in wssh_statemach_act()
613 *block = TRUE; in wssh_statemach_act()
720 *block = TRUE; in wssh_statemach_act()
725 *block = TRUE; in wssh_statemach_act()
746 *block = TRUE; in wssh_statemach_act()
751 *block = TRUE; in wssh_statemach_act()
817 *block = TRUE; in wssh_statemach_act()
822 *block = TRUE; in wssh_statemach_act()
851 *block = TRUE; in wssh_statemach_act()
856 *block = TRUE; in wssh_statemach_act()
907 bool block; /* we store the status and use that to provide a ssh_getsock() in wssh_multi_statemach() local
910 result = wssh_statemach_act(data, &block); in wssh_multi_statemach()
917 } while(!result && !*done && !block); in wssh_multi_statemach()
996 bool block; in wssh_block_statemach() local
1000 result = wssh_statemach_act(data, &block); in wssh_block_statemach()