Home
last modified time | relevance | path

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

/external/curl/lib/
Dsmtp.c661 smtpstate instate) in smtp_state_servergreet_resp()
681 smtpstate instate) in smtp_state_starttls_resp()
704 smtpstate instate) in smtp_state_ehlo_resp()
799 smtpstate instate) in smtp_state_helo_resp()
820 smtpstate instate) in smtp_state_auth_resp()
848 smtpstate instate) in smtp_state_command_resp()
894 smtpstate instate) in smtp_state_mail_resp()
914 smtpstate instate) in smtp_state_rcpt_resp()
946 smtpstate instate) in smtp_state_data_resp()
975 smtpstate instate) in smtp_state_postdata_resp()
Dimap.c842 imapstate instate) in imap_state_servergreet_resp()
864 imapstate instate) in imap_state_capability_resp()
951 imapstate instate) in imap_state_starttls_resp()
975 imapstate instate) in imap_state_auth_resp()
1009 imapstate instate) in imap_state_login_resp()
1030 imapstate instate) in imap_state_listsearch_resp()
1055 imapstate instate) in imap_state_select_resp()
1102 imapstate instate) in imap_state_fetch_resp()
1202 imapstate instate) in imap_state_fetch_final_resp()
1219 imapstate instate) in imap_state_append_resp()
[all …]
Dpop3.c609 pop3state instate) in pop3_state_servergreet_resp()
668 pop3state instate) in pop3_state_capa_resp()
759 pop3state instate) in pop3_state_starttls_resp()
783 pop3state instate) in pop3_state_auth_resp()
823 pop3state instate) in pop3_state_apop_resp()
844 pop3state instate) in pop3_state_user_resp()
867 pop3state instate) in pop3_state_pass_resp()
888 pop3state instate) in pop3_state_command_resp()
Dftp.c1678 ftpstate instate) in ftp_state_quote()
2145 ftpstate instate) in ftp_state_type_resp()
2257 ftpstate instate) in ftp_state_size_resp()
2297 ftpstate instate) in ftp_state_rest_resp()
2332 int ftpcode, ftpstate instate) in ftp_state_stor_resp()
2370 ftpstate instate) in ftp_state_get_resp()
2527 ftpstate instate) in ftp_state_user_resp()
/external/libxml2/
Dtestlimits.c93 static int instate = 0; variable
Dparser.c6674 xmlParserInputState instate; in xmlParseConditionalSections() local
/external/python/cpython3/Lib/tkinter/
Dttk.py570 def instate(self, statespec, callback=None, *args, **kw): member in Widget
/external/python/cpython2/Lib/lib-tk/
Dttk.py566 def instate(self, statespec, callback=None, *args, **kw): member in Widget
/external/libxml2/include/libxml/
Dparser.h223 xmlParserInputState instate; /* current type of input */ member