Searched refs:instate (Results 1 – 4 of 4) sorted by relevance
843 (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() argument891 (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()1155 (void)instate; /* no use for this yet */ in smtp_state_data_resp()[all …]
877 (void)instate; /* no use for this yet */ in imap_state_servergreet_resp()903 (void)instate; /* no use for this yet */ in imap_state_capability_resp()984 (void)instate; /* no use for this yet */ in imap_state_starttls_resp()1014 (void)instate; /* no use for this yet */ in imap_state_auth_resp()1044 (void)instate; /* no use for this yet */ in imap_state_login_resp()1066 (void)instate; /* No use for this yet */ in imap_state_listsearch_resp()1089 (void)instate; /* no use for this yet */ in imap_state_select_resp()1151 (void)instate; /* no use for this yet */ in imap_state_fetch_resp()1244 (void)instate; /* No use for this yet */ in imap_state_fetch_final_resp()1260 (void)instate; /* No use for this yet */ in imap_state_append_resp()[all …]
715 (void)instate; /* no use for this yet */ in pop3_state_servergreet_resp()757 pop3state instate) in pop3_state_capa_resp() argument765 (void)instate; /* no use for this yet */ in pop3_state_capa_resp()847 (void)instate; /* no use for this yet */ in pop3_state_starttls_resp()870 pop3state instate) in pop3_state_auth_resp() argument877 (void)instate; /* no use for this yet */ in pop3_state_auth_resp()910 pop3state instate) in pop3_state_apop_resp() argument913 (void)instate; /* no use for this yet */ in pop3_state_apop_resp()933 (void)instate; /* no use for this yet */ in pop3_state_user_resp()954 (void)instate; /* no use for this yet */ in pop3_state_pass_resp()[all …]
1605 switch(instate) { in ftp_state_quote()1650 ftp_state(data, instate); in ftp_state_quote()1657 switch(instate) { in ftp_state_quote()2178 if(instate == FTP_TYPE) in ftp_state_type_resp()2180 else if(instate == FTP_LIST_TYPE) in ftp_state_type_resp()2182 else if(instate == FTP_RETR_TYPE) in ftp_state_type_resp()2306 if(instate != FTP_STOR_SIZE) { in ftp_state_size_resp()2312 if(instate == FTP_SIZE) { in ftp_state_size_resp()2346 switch(instate) { in ftp_state_rest_resp()2452 if((instate != FTP_LIST) && in ftp_state_get_resp()[all …]
Completed in 40 milliseconds