Home
last modified time | relevance | path

Searched refs:nfinal (Results 1 - 6 of 6) sorted by relevance

/third_party/curl/lib/
H A Dpingpong.c289 if(pp->nfinal) { in Curl_pp_readresp()
295 Curl_dyn_tail(&pp->recvbuf, full - pp->nfinal); in Curl_pp_readresp()
297 pp->nfinal = 0; /* now gone */ in Curl_pp_readresp()
351 pp->nfinal = length; in Curl_pp_readresp()
H A Dpingpong.h64 size_t nfinal; /* number of bytes in the final response line, which member
H A Dimap.c359 size_t len = data->conn->proto.imapc.pp.nfinal; in imap_get_message()
1062 size_t len = data->conn->proto.imapc.pp.nfinal; in imap_state_listsearch_resp()
1145 size_t len = data->conn->proto.imapc.pp.nfinal; in imap_state_fetch_resp()
1180 pp->nfinal = 0; /* done */ in imap_state_fetch_resp()
H A Dpop3.c256 size_t len = data->conn->proto.pop3c.pp.nfinal; in pop3_get_message()
653 size_t len = data->conn->proto.pop3c.pp.nfinal; in pop3_state_servergreet_resp()
703 size_t len = data->conn->proto.pop3c.pp.nfinal; in pop3_state_capa_resp()
946 pp->nfinal = 0; /* done */ in pop3_state_command_resp()
H A Dsmtp.c254 size_t len = data->conn->proto.smtpc.pp.nfinal; in smtp_get_message()
887 size_t len = smtpc->pp.nfinal; in smtp_state_ehlo_resp()
1037 size_t len = data->conn->proto.smtpc.pp.nfinal; in smtp_state_command_resp()
H A Dftp.c2324 size_t len = data->conn->proto.ftpc.pp.nfinal; in ftp_state_size_resp()

Completed in 14 milliseconds