Home
last modified time | relevance | path

Searched defs:instate (Results 1 – 5 of 5) sorted by relevance

/third_party/curl/lib/
Dimap.c871 imapstate instate) in imap_state_servergreet_resp()
893 imapstate instate) in imap_state_capability_resp()
976 imapstate instate) in imap_state_starttls_resp()
1005 imapstate instate) in imap_state_auth_resp()
1038 imapstate instate) in imap_state_login_resp()
1057 imapstate instate) in imap_state_listsearch_resp()
1082 imapstate instate) in imap_state_select_resp()
1142 imapstate instate) in imap_state_fetch_resp()
1244 imapstate instate) in imap_state_fetch_final_resp()
1261 imapstate instate) in imap_state_append_resp()
[all …]
Dsmtp.c838 smtpstate instate) in smtp_state_servergreet_resp()
856 smtpstate instate) in smtp_state_starttls_resp()
882 smtpstate instate) in smtp_state_ehlo_resp()
985 smtpstate instate) in smtp_state_helo_resp()
1004 smtpstate instate) in smtp_state_auth_resp()
1032 smtpstate instate) in smtp_state_command_resp()
1077 smtpstate instate) in smtp_state_mail_resp()
1096 smtpstate instate) in smtp_state_rcpt_resp()
1155 smtpstate instate) in smtp_state_data_resp()
1182 smtpstate instate) in smtp_state_postdata_resp()
Dpop3.c646 pop3state instate) in pop3_state_servergreet_resp()
705 pop3state instate) in pop3_state_capa_resp()
792 pop3state instate) in pop3_state_starttls_resp()
818 pop3state instate) in pop3_state_auth_resp()
858 pop3state instate) in pop3_state_apop_resp()
877 pop3state instate) in pop3_state_user_resp()
899 pop3state instate) in pop3_state_pass_resp()
918 pop3state instate) in pop3_state_command_resp()
Dftp.c1641 ftpstate instate) in ftp_state_quote()
2203 ftpstate instate) in ftp_state_type_resp()
2317 ftpstate instate) in ftp_state_size_resp()
2381 ftpstate instate) in ftp_state_rest_resp()
2417 int ftpcode, ftpstate instate) in ftp_state_stor_resp()
2455 ftpstate instate) in ftp_state_get_resp()
/third_party/python/Lib/tkinter/
Dttk.py563 def instate(self, statespec, callback=None, *args, **kw): member in Widget