Home
last modified time | relevance | path

Searched refs:protop (Results 1 – 18 of 18) sorted by relevance

/external/curl/lib/
Dsmb.c207 struct smb_request *req = conn->data->req.protop; in request_state()
235 conn->data->req.protop = req = calloc(1, sizeof(struct smb_request)); in smb_setup_connection()
343 struct smb_request *req = conn->data->req.protop; in smb_format_message()
476 struct smb_request *req = conn->data->req.protop; in smb_send_tree_connect()
503 struct smb_request *req = conn->data->req.protop; in smb_send_open()
533 struct smb_request *req = conn->data->req.protop; in smb_send_close()
554 struct smb_request *req = conn->data->req.protop; in smb_send_read()
573 struct smb_request *req = conn->data->req.protop; in smb_send_write()
711 struct smb_request *req = conn->data->req.protop; in smb_request_state()
883 struct smb_request *req = conn->data->req.protop; in smb_done()
[all …]
Dfile.c121 conn->data->req.protop = calloc(1, sizeof(struct FILEPROTO)); in file_setup_connection()
122 if(!conn->data->req.protop) in file_setup_connection()
191 struct FILEPROTO *file = data->req.protop; in file_connect()
260 struct FILEPROTO *file = conn->data->req.protop; in file_done()
278 struct FILEPROTO *file = conn->data->req.protop; in file_disconnect()
300 struct FILEPROTO *file = conn->data->req.protop; in file_upload()
446 file = conn->data->req.protop; in file_do()
Dtelnet.c248 conn->data->req.protop = tn; /* make us known */ in init_telnet()
293 struct TELNET *tn = (struct TELNET *) conn->data->req.protop; in negotiate()
367 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; in set_remote_option()
441 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; in rec_will()
489 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; in rec_wont()
531 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; in set_local_option()
605 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; in rec_do()
665 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; in rec_dont()
825 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; in check_telnet_options()
935 struct TELNET *tn = (struct TELNET *)data->req.protop; in suboption()
[all …]
Dimap.c287 struct IMAP *imap = conn->data->req.protop; in imap_endofresp()
648 struct IMAP *imap = data->req.protop; in imap_perform_list()
683 struct IMAP *imap = data->req.protop; in imap_perform_select()
722 struct IMAP *imap = conn->data->req.protop; in imap_perform_fetch()
756 struct IMAP *imap = conn->data->req.protop; in imap_perform_append()
797 struct IMAP *imap = conn->data->req.protop; in imap_perform_search()
1050 struct IMAP *imap = conn->data->req.protop; in imap_state_select_resp()
1402 imap = data->req.protop = calloc(sizeof(struct IMAP), 1); in imap_init()
1480 struct IMAP *imap = data->req.protop; in imap_done()
1547 struct IMAP *imap = data->req.protop; in imap_perform()
[all …]
Dhttp2.c99 struct HTTP *http = conn->data->req.protop; in Curl_http2_setup_conn()
236 stream = data_s->req.protop; in on_frame_recv()
372 stream = data_s->req.protop; in on_data_chunk_recv()
460 stream = data_s->req.protop; in on_stream_close()
543 stream = data_s->req.protop; in on_header()
611 stream = data_s->req.protop; in data_source_read_callback()
807 struct HTTP *stream = data->req.protop; in http2_recv()
1002 struct HTTP *stream = conn->data->req.protop; in http2_send()
1205 struct HTTP *stream = conn->data->req.protop; in Curl_http2_setup()
1253 struct HTTP *stream = conn->data->req.protop; in Curl_http2_switched()
Dsmtp.c520 struct SMTP *smtp = data->req.protop; in smtp_perform_command()
627 struct SMTP *smtp = data->req.protop; in smtp_perform_rcpt_to()
855 struct SMTP *smtp = data->req.protop; in smtp_state_command_resp()
921 struct SMTP *smtp = data->req.protop; in smtp_state_rcpt_resp()
1115 smtp = data->req.protop = calloc(sizeof(struct SMTP), 1); in smtp_init()
1194 struct SMTP *smtp = data->req.protop; in smtp_done()
1289 struct SMTP *smtp = data->req.protop; in smtp_perform()
1386 struct SMTP *smtp = conn->data->req.protop; in smtp_dophase_done()
1561 struct SMTP *smtp = data->req.protop; in smtp_parse_custom_request()
1582 struct SMTP *smtp = data->req.protop; in Curl_smtp_escape_eob()
Dftp.c488 struct FTP *ftp = data->req.protop; in InitiateTransfer()
839 struct FTP *ftp = conn->data->req.protop; in ftp_state_user()
1394 struct FTP *ftp = conn->data->req.protop; in ftp_state_prepare_transfer()
1437 struct FTP *ftp = conn->data->req.protop; in ftp_state_rest()
1458 struct FTP *ftp = conn->data->req.protop; in ftp_state_size()
1566 struct FTP *ftp = conn->data->req.protop; in ftp_state_type()
1623 struct FTP *ftp = conn->data->req.protop; in ftp_state_ul_setup()
1721 struct FTP *ftp = data->req.protop; in ftp_state_quote()
1886 struct FTP *ftp_save = data->req.protop; in proxy_magic()
1888 data->req.protop = &http_proxy; in proxy_magic()
[all …]
Dpop3.c589 struct POP3 *pop3 = data->req.protop; in pop3_perform_command()
916 struct POP3 *pop3 = data->req.protop; in pop3_state_command_resp()
1077 pop3 = data->req.protop = calloc(sizeof(struct POP3), 1); in pop3_init()
1152 struct POP3 *pop3 = data->req.protop; in pop3_done()
1190 struct POP3 *pop3 = conn->data->req.protop; in pop3_perform()
1446 struct POP3 *pop3 = data->req.protop; in pop3_parse_url_path()
1463 struct POP3 *pop3 = data->req.protop; in pop3_parse_custom_request()
Dhttp_proxy.c66 prot_save = conn->data->req.protop; in Curl_proxy_connect()
68 conn->data->req.protop = &http_proxy; in Curl_proxy_connect()
72 conn->data->req.protop = prot_save; in Curl_proxy_connect()
Drtsp.c130 conn->data->req.protop = rtsp = calloc(1, sizeof(struct RTSP)); in rtsp_setup_connection()
201 struct RTSP *rtsp = data->req.protop; in rtsp_done()
237 struct RTSP *rtsp = data->req.protop; in rtsp_do()
750 struct RTSP *rtsp = data->req.protop; in Curl_rtsp_parseheader()
Dopenldap.c387 data->req.protop = lr; in ldap_do()
396 ldapreqinfo *lr = conn->data->req.protop; in ldap_done()
408 conn->data->req.protop = NULL; in ldap_done()
420 ldapreqinfo *lr = data->req.protop; in ldap_recv()
Durl.c3930 const char *protop = ""; in parseurlandfillconn() local
3999 protop = "file"; /* protocol string */ in parseurlandfillconn()
4039 protop = "ftp"; in parseurlandfillconn()
4041 protop = "DICT"; in parseurlandfillconn()
4043 protop = "LDAP"; in parseurlandfillconn()
4045 protop = "IMAP"; in parseurlandfillconn()
4047 protop = "smtp"; in parseurlandfillconn()
4049 protop = "pop3"; in parseurlandfillconn()
4051 protop = "http"; in parseurlandfillconn()
4057 protop = protobuf; in parseurlandfillconn()
[all …]
Dtransfer.c101 const struct HTTP *http = data->req.protop; in Curl_fillreadbuffer()
843 struct HTTP *http = data->req.protop; in readwrite_upload()
1908 struct HTTP *http = data->req.protop; in Curl_retry_request()
1969 struct HTTP *http = data->req.protop; in Curl_setup_transfer()
Dhttp.c158 DEBUGASSERT(conn->data->req.protop == NULL); in Curl_http_setup_conn()
164 conn->data->req.protop = http; in Curl_http_setup_conn()
174 struct HTTP *http = conn->data->req.protop; in http_disconnect()
395 struct HTTP *http = data->req.protop; in http_perhapsrewind()
1001 struct HTTP *http = conn->data->req.protop; in readmoredata()
1082 struct HTTP *http = conn->data->req.protop; in Curl_add_buffer_send()
1461 struct HTTP *http =data->req.protop; in Curl_http_done()
1811 http = data->req.protop; in Curl_http()
Dssh.c703 struct SSHPROTO *sftp_scp = data->req.protop; in ssh_statemach_act()
2761 conn->data->req.protop = ssh = calloc(1, sizeof(struct SSHPROTO)); in ssh_setup_connection()
2785 if(!data->req.protop) in ssh_connect()
2941 Curl_safefree(conn->data->req.protop); in scp_disconnect()
2959 struct SSHPROTO *sftp_scp = conn->data->req.protop; in ssh_done()
3105 Curl_safefree(conn->data->req.protop); in sftp_disconnect()
Durldata.h709 void *protop; /* Allocated protocol-specific data. Each protocol member
/external/iproute2/ip/
Dxfrm_state.c1316 char *protop = NULL; in xfrm_state_flush() local
1329 if (protop) in xfrm_state_flush()
1331 protop = *argv; in xfrm_state_flush()
/external/curl/docs/
DINTERNALS984 SessionHandle->req.protop to point to it.