Home
last modified time | relevance | path

Searched refs:waitfor (Results 1 – 4 of 4) sorted by relevance

/curl/lib/vssh/
H A Dwolfssh.c270 conn->waitfor = KEEP_RECV; in wsftp_send()
275 conn->waitfor = KEEP_SEND; in wsftp_send()
313 conn->waitfor = KEEP_RECV; in wsftp_recv()
318 conn->waitfor = KEEP_SEND; in wsftp_recv()
464 conn->waitfor = KEEP_RECV; in wssh_statemach_act()
469 conn->waitfor = KEEP_SEND; in wssh_statemach_act()
488 conn->waitfor = KEEP_RECV; in wssh_statemach_act()
493 conn->waitfor = KEEP_SEND; in wssh_statemach_act()
510 conn->waitfor = KEEP_RECV; in wssh_statemach_act()
1020 int dir = conn->waitfor; in wssh_block_statemach()
[all …]
H A Dlibssh.c2046 if(conn->waitfor & KEEP_RECV) in myssh_getsock()
2049 if(conn->waitfor & KEEP_SEND) in myssh_getsock()
2052 if(!conn->waitfor) in myssh_getsock()
2065 conn->waitfor = sshc->orig_waitfor; in myssh_block2waitfor()
2069 conn->waitfor = 0; in myssh_block2waitfor()
2072 conn->waitfor |= KEEP_RECV; in myssh_block2waitfor()
2074 conn->waitfor |= KEEP_SEND; in myssh_block2waitfor()
H A Dlibssh2.c3025 if(conn->waitfor & KEEP_RECV) in ssh_getsock()
3028 if(conn->waitfor & KEEP_SEND) in ssh_getsock()
3050 conn->waitfor = ((dir&LIBSSH2_SESSION_BLOCK_INBOUND) ? KEEP_RECV : 0) | in ssh_block2waitfor()
3057 conn->waitfor = sshc->orig_waitfor; in ssh_block2waitfor()
/curl/lib/
H A Durldata.h976 int waitfor; /* current READ/WRITE bits to wait for */ member

Completed in 26 milliseconds