Home
last modified time | relevance | path

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

/curl/lib/
H A Dsmtp.c843 (void)instate; /* no use for this yet */ in smtp_state_servergreet_resp()
861 (void)instate; /* no use for this yet */ in smtp_state_starttls_resp()
884 smtpstate instate) in smtp_state_ehlo_resp() argument
891 (void)instate; /* no use for this yet */ in smtp_state_ehlo_resp()
990 (void)instate; /* no use for this yet */ in smtp_state_helo_resp()
1013 (void)instate; /* no use for this yet */ in smtp_state_auth_resp()
1041 (void)instate; /* no use for this yet */ in smtp_state_command_resp()
1078 (void)instate; /* no use for this yet */ in smtp_state_mail_resp()
1101 (void)instate; /* no use for this yet */ in smtp_state_rcpt_resp()
1156 (void)instate; /* no use for this yet */ in smtp_state_data_resp()
[all …]
H A Dimap.c878 (void)instate; /* no use for this yet */ in imap_state_servergreet_resp()
904 (void)instate; /* no use for this yet */ in imap_state_capability_resp()
985 (void)instate; /* no use for this yet */ in imap_state_starttls_resp()
1015 (void)instate; /* no use for this yet */ in imap_state_auth_resp()
1045 (void)instate; /* no use for this yet */ in imap_state_login_resp()
1067 (void)instate; /* No use for this yet */ in imap_state_listsearch_resp()
1090 (void)instate; /* no use for this yet */ in imap_state_select_resp()
1152 (void)instate; /* no use for this yet */ in imap_state_fetch_resp()
1246 (void)instate; /* No use for this yet */ in imap_state_fetch_final_resp()
1262 (void)instate; /* No use for this yet */ in imap_state_append_resp()
[all …]
H A Dpop3.c657 (void)instate; /* no use for this yet */ in pop3_state_servergreet_resp()
699 pop3state instate) in pop3_state_capa_resp() argument
707 (void)instate; /* no use for this yet */ in pop3_state_capa_resp()
789 (void)instate; /* no use for this yet */ in pop3_state_starttls_resp()
812 pop3state instate) in pop3_state_auth_resp() argument
819 (void)instate; /* no use for this yet */ in pop3_state_auth_resp()
852 pop3state instate) in pop3_state_apop_resp() argument
855 (void)instate; /* no use for this yet */ in pop3_state_apop_resp()
875 (void)instate; /* no use for this yet */ in pop3_state_user_resp()
896 (void)instate; /* no use for this yet */ in pop3_state_pass_resp()
[all …]
H A Dftp.c1771 switch(instate) { in ftp_state_quote()
1816 ftp_state(data, instate); in ftp_state_quote()
1823 switch(instate) { in ftp_state_quote()
2343 if(instate == FTP_TYPE) in ftp_state_type_resp()
2345 else if(instate == FTP_LIST_TYPE) in ftp_state_type_resp()
2347 else if(instate == FTP_RETR_TYPE) in ftp_state_type_resp()
2471 if(instate != FTP_STOR_SIZE) { in ftp_state_size_resp()
2477 if(instate == FTP_SIZE) { in ftp_state_size_resp()
2511 switch(instate) { in ftp_state_rest_resp()
2617 if((instate != FTP_LIST) && in ftp_state_get_resp()
[all …]

Completed in 30 milliseconds