Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Dimap.c872 imapstate instate) in imap_state_servergreet_resp()
875 (void)instate; /* no use for this yet */ in imap_state_servergreet_resp()
894 imapstate instate) in imap_state_capability_resp()
901 (void)instate; /* no use for this yet */ in imap_state_capability_resp()
977 imapstate instate) in imap_state_starttls_resp()
982 (void)instate; /* no use for this yet */ in imap_state_starttls_resp()
1006 imapstate instate) in imap_state_auth_resp()
1012 (void)instate; /* no use for this yet */ in imap_state_auth_resp()
1039 imapstate instate) in imap_state_login_resp()
1042 (void)instate; /* n in imap_state_login_resp()
870 imap_state_servergreet_resp(struct Curl_easy *data, int imapcode, imapstate instate) imap_state_servergreet_resp() argument
892 imap_state_capability_resp(struct Curl_easy *data, int imapcode, imapstate instate) imap_state_capability_resp() argument
975 imap_state_starttls_resp(struct Curl_easy *data, int imapcode, imapstate instate) imap_state_starttls_resp() argument
1003 imap_state_auth_resp(struct Curl_easy *data, struct connectdata *conn, int imapcode, imapstate instate) imap_state_auth_resp() argument
1037 imap_state_login_resp(struct Curl_easy *data, int imapcode, imapstate instate) imap_state_login_resp() argument
1056 imap_state_listsearch_resp(struct Curl_easy *data, int imapcode, imapstate instate) imap_state_listsearch_resp() argument
1078 imap_state_select_resp(struct Curl_easy *data, int imapcode, imapstate instate) imap_state_select_resp() argument
1137 imap_state_fetch_resp(struct Curl_easy *data, struct connectdata *conn, int imapcode, imapstate instate) imap_state_fetch_resp() argument
1237 imap_state_fetch_final_resp(struct Curl_easy *data, int imapcode, imapstate instate) imap_state_fetch_final_resp() argument
1255 imap_state_append_resp(struct Curl_easy *data, int imapcode, imapstate instate) imap_state_append_resp() argument
1279 imap_state_append_final_resp(struct Curl_easy *data, int imapcode, imapstate instate) imap_state_append_final_resp() argument
[all...]
H A Dsmtp.c838 smtpstate instate) in smtp_state_servergreet_resp()
841 (void)instate; /* no use for this yet */ in smtp_state_servergreet_resp()
856 smtpstate instate) in smtp_state_starttls_resp()
859 (void)instate; /* no use for this yet */ in smtp_state_starttls_resp()
882 smtpstate instate) in smtp_state_ehlo_resp()
889 (void)instate; /* no use for this yet */ in smtp_state_ehlo_resp()
985 smtpstate instate) in smtp_state_helo_resp()
988 (void)instate; /* no use for this yet */ in smtp_state_helo_resp()
1004 smtpstate instate) in smtp_state_auth_resp()
1011 (void)instate; /* n in smtp_state_auth_resp()
836 smtp_state_servergreet_resp(struct Curl_easy *data, int smtpcode, smtpstate instate) smtp_state_servergreet_resp() argument
854 smtp_state_starttls_resp(struct Curl_easy *data, int smtpcode, smtpstate instate) smtp_state_starttls_resp() argument
880 smtp_state_ehlo_resp(struct Curl_easy *data, struct connectdata *conn, int smtpcode, smtpstate instate) smtp_state_ehlo_resp() argument
984 smtp_state_helo_resp(struct Curl_easy *data, int smtpcode, smtpstate instate) smtp_state_helo_resp() argument
1002 smtp_state_auth_resp(struct Curl_easy *data, int smtpcode, smtpstate instate) smtp_state_auth_resp() argument
1031 smtp_state_command_resp(struct Curl_easy *data, int smtpcode, smtpstate instate) smtp_state_command_resp() argument
1072 smtp_state_mail_resp(struct Curl_easy *data, int smtpcode, smtpstate instate) smtp_state_mail_resp() argument
1090 smtp_state_rcpt_resp(struct Curl_easy *data, struct connectdata *conn, int smtpcode, smtpstate instate) smtp_state_rcpt_resp() argument
1150 smtp_state_data_resp(struct Curl_easy *data, int smtpcode, smtpstate instate) smtp_state_data_resp() argument
1176 smtp_state_postdata_resp(struct Curl_easy *data, int smtpcode, smtpstate instate) smtp_state_postdata_resp() argument
[all...]
H A Dpop3.c647 pop3state instate) in pop3_state_servergreet_resp()
655 (void)instate; /* no use for this yet */ in pop3_state_servergreet_resp()
697 pop3state instate) in pop3_state_capa_resp()
705 (void)instate; /* no use for this yet */ in pop3_state_capa_resp()
784 pop3state instate) in pop3_state_starttls_resp()
787 (void)instate; /* no use for this yet */ in pop3_state_starttls_resp()
810 pop3state instate) in pop3_state_auth_resp()
817 (void)instate; /* no use for this yet */ in pop3_state_auth_resp()
850 pop3state instate) in pop3_state_apop_resp()
853 (void)instate; /* n in pop3_state_apop_resp()
645 pop3_state_servergreet_resp(struct Curl_easy *data, int pop3code, pop3state instate) pop3_state_servergreet_resp() argument
696 pop3_state_capa_resp(struct Curl_easy *data, int pop3code, pop3state instate) pop3_state_capa_resp() argument
781 pop3_state_starttls_resp(struct Curl_easy *data, struct connectdata *conn, int pop3code, pop3state instate) pop3_state_starttls_resp() argument
808 pop3_state_auth_resp(struct Curl_easy *data, int pop3code, pop3state instate) pop3_state_auth_resp() argument
849 pop3_state_apop_resp(struct Curl_easy *data, int pop3code, pop3state instate) pop3_state_apop_resp() argument
868 pop3_state_user_resp(struct Curl_easy *data, int pop3code, pop3state instate) pop3_state_user_resp() argument
890 pop3_state_pass_resp(struct Curl_easy *data, int pop3code, pop3state instate) pop3_state_pass_resp() argument
908 pop3_state_command_resp(struct Curl_easy *data, int pop3code, pop3state instate) pop3_state_command_resp() argument
[all...]
H A Dftp.c119 bool init, ftpstate instate);
1640 ftpstate instate) in ftp_state_quote()
1649 switch(instate) { in ftp_state_quote()
1694 ftp_state(data, instate); in ftp_state_quote()
1701 switch(instate) { in ftp_state_quote()
2205 ftpstate instate) in ftp_state_type_resp()
2221 if(instate == FTP_TYPE) in ftp_state_type_resp()
2223 else if(instate == FTP_LIST_TYPE) in ftp_state_type_resp()
2225 else if(instate == FTP_RETR_TYPE) in ftp_state_type_resp()
2227 else if(instate in ftp_state_type_resp()
1638 ftp_state_quote(struct Curl_easy *data, bool init, ftpstate instate) ftp_state_quote() argument
2203 ftp_state_type_resp(struct Curl_easy *data, int ftpcode, ftpstate instate) ftp_state_type_resp() argument
2317 ftp_state_size_resp(struct Curl_easy *data, int ftpcode, ftpstate instate) ftp_state_size_resp() argument
2381 ftp_state_rest_resp(struct Curl_easy *data, struct connectdata *conn, int ftpcode, ftpstate instate) ftp_state_rest_resp() argument
2419 ftp_state_stor_resp(struct Curl_easy *data, int ftpcode, ftpstate instate) ftp_state_stor_resp() argument
2456 ftp_state_get_resp(struct Curl_easy *data, int ftpcode, ftpstate instate) ftp_state_get_resp() argument
[all...]
/third_party/python/Lib/tkinter/test/test_ttk/
H A Dtest_widgets.py79 self.assertEqual(self.widget.instate(['!disabled']), True)
94 self.assertEqual(self.widget.instate(['!disabled'],
100 self.assertRaises(tkinter.TclError, self.widget.instate,
102 self.assertRaises(tkinter.TclError, self.widget.instate,
/third_party/python/Lib/tkinter/
H A Dttk.py538 def instate(self, statespec, callback=None, *args, **kw): member in Widget
546 self.tk.call(self._w, "instate", ' '.join(statespec)))

Completed in 14 milliseconds