Searched refs:keepon (Results 1 – 17 of 17) sorted by relevance
1321 bool keepon = TRUE; in telnet_do() local1378 while(keepon) { in telnet_do()1439 keepon = FALSE; in telnet_do()1446 keepon = FALSE; in telnet_do()1497 keepon = FALSE; in telnet_do()1509 keepon = FALSE; in telnet_do()1535 keepon = FALSE; in telnet_do()1539 while(keepon) { in telnet_do()1543 keepon = FALSE; in telnet_do()1621 keepon = FALSE; in telnet_do()[all …]
349 data->req.keepon &= ~KEEP_RECV; in sendrecv_dl()352 if((k->keepon & KEEP_RECV_PAUSE) || !(k->keepon & KEEP_RECV)) in sendrecv_dl()361 if((k->keepon & KEEP_SENDBITS) == KEEP_SEND) in sendrecv_dl()408 !(data->req.keepon & KEEP_RECV_PAUSE)) || in select_bits_paused()410 !(data->req.keepon & KEEP_SEND_PAUSE))) in select_bits_paused()448 if(k->keepon & KEEP_RECV) { in Curl_sendrecv()478 if(k->keepon) { in Curl_sendrecv()516 if(0 == (k->keepon&(KEEP_RECVBITS|KEEP_SENDBITS))) in Curl_sendrecv()831 k->keepon |= KEEP_RECV; in xfer_setup()834 k->keepon |= KEEP_SEND; in xfer_setup()[all …]
77 } keepon; member105 ts->keepon = KEEPON_CONNECT; in tunnel_reinit()154 ts->keepon = KEEPON_CONNECT; in h1_tunnel_go_state()384 while(ts->keepon) { in recv_CONNECT_resp()399 ts->keepon = KEEPON_DONE; in recv_CONNECT_resp()415 ts->keepon = KEEPON_DONE; in recv_CONNECT_resp()427 ts->keepon = KEEPON_DONE; in recv_CONNECT_resp()444 ts->keepon = KEEPON_DONE; in recv_CONNECT_resp()489 ts->keepon = KEEPON_IGNORE; in recv_CONNECT_resp()502 ts->keepon = KEEPON_DONE; in recv_CONNECT_resp()[all …]
140 req->keepon = 0; in Curl_req_hard_reset()268 data->req.keepon &= ~(KEEP_SEND|KEEP_SEND_TIMED); /* we are done sending */ in Curl_req_set_upload_done()428 (((data->req.keepon & KEEP_SENDBITS) == KEEP_SEND) || in Curl_req_want_send()445 !(data->req.keepon & KEEP_SEND_PAUSE) && in Curl_req_send_more()466 data->req.keepon &= ~KEEP_SENDBITS; in Curl_req_abort_sending()477 data->req.keepon &= ~(KEEP_RECV|KEEP_SENDBITS); in Curl_req_stop_send_recv()
44 if(data->req.keepon & KEEP_RECV_PAUSE) in Curl_speedcheck()
87 int keepon; member
1132 oldstate = k->keepon & (KEEP_RECV_PAUSE| KEEP_SEND_PAUSE); in curl_easy_pause()1135 newstate = (k->keepon &~ (KEEP_RECV_PAUSE| KEEP_SEND_PAUSE)) | in curl_easy_pause()1142 unpause_read = ((k->keepon & ~newstate & KEEP_SEND_PAUSE) && in curl_easy_pause()1151 k->keepon = newstate; in curl_easy_pause()1178 if(!(k->keepon & KEEP_RECV_PAUSE) && Curl_cwriter_is_paused(data)) { in curl_easy_pause()
2383 k->keepon &= ~KEEP_RECV; in Curl_http_firstwrite()2402 k->keepon &= ~KEEP_RECV; in Curl_http_firstwrite()3460 k->keepon &= ~KEEP_RECV; /* read no more content */ in http_on_response()3624 k->keepon |= KEEP_SEND; in http_on_response()4415 data->req.keepon |= KEEP_SEND; in http_exp100_continue()4416 data->req.keepon &= ~KEEP_SEND_TIMED; in http_exp100_continue()4446 data->req.keepon &= ~KEEP_SEND; in cr_exp100_read()4447 data->req.keepon |= KEEP_SEND_TIMED; in cr_exp100_read()4460 data->req.keepon &= ~KEEP_SEND; in cr_exp100_read()4461 data->req.keepon |= KEEP_SEND_TIMED; in cr_exp100_read()[all …]
237 data->req.keepon |= KEEP_RECV_PAUSE; in cw_out_ptr_flush()
602 (((data)->req.keepon & KEEP_SENDBITS) == KEEP_SEND)605 (((data)->req.keepon & KEEP_RECVBITS) == KEEP_RECV)
1626 k->keepon &= ~KEEP_RECV; in pop3_write()
718 data->req.keepon |= KEEP_SEND_PAUSE; /* mark socket send as paused */ in cr_in_read()
2015 data->req.keepon |= KEEP_SEND_PAUSE; /* mark socket send as paused */ in cr_mime_read()
1629 k->keepon |= KEEP_RECV; /* setup to receive! */
696 sshc->orig_waitfor = data->req.keepon; in wssh_statemach_act()1057 data->req.keepon = 0; /* clear all bits */ in wssh_done()
1360 sshc->orig_waitfor = data->req.keepon; in myssh_statemach_act()1857 sshc->orig_waitfor = data->req.keepon; in myssh_statemach_act()2393 data->req.keepon = 0; /* clear all bits */ in myssh_done()
1279 sshc->orig_waitfor = data->req.keepon; in sftp_upload_init()2724 sshc->orig_waitfor = data->req.keepon; in ssh_statemachine()3486 data->req.keepon = 0; /* clear all bits */ in ssh_done()
Completed in 78 milliseconds