Home
last modified time | relevance | path

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

/external/curl/lib/
Dimap.c875 imapstate instate) in imap_state_servergreet_resp()
897 imapstate instate) in imap_state_capability_resp()
980 imapstate instate) in imap_state_starttls_resp()
1009 imapstate instate) in imap_state_auth_resp()
1042 imapstate instate) in imap_state_login_resp()
1061 imapstate instate) in imap_state_listsearch_resp()
1082 imapstate instate) in imap_state_select_resp()
1142 imapstate instate) in imap_state_fetch_resp()
1242 imapstate instate) in imap_state_fetch_final_resp()
1259 imapstate instate) in imap_state_append_resp()
[all …]
Dsmtp.c840 smtpstate instate) in smtp_state_servergreet_resp()
858 smtpstate instate) in smtp_state_starttls_resp()
884 smtpstate instate) in smtp_state_ehlo_resp()
987 smtpstate instate) in smtp_state_helo_resp()
1006 smtpstate instate) in smtp_state_auth_resp()
1034 smtpstate instate) in smtp_state_command_resp()
1075 smtpstate instate) in smtp_state_mail_resp()
1094 smtpstate instate) in smtp_state_rcpt_resp()
1153 smtpstate instate) in smtp_state_data_resp()
1180 smtpstate instate) in smtp_state_postdata_resp()
Dpop3.c649 pop3state instate) in pop3_state_servergreet_resp()
699 pop3state instate) in pop3_state_capa_resp()
786 pop3state instate) in pop3_state_starttls_resp()
812 pop3state instate) in pop3_state_auth_resp()
852 pop3state instate) in pop3_state_apop_resp()
871 pop3state instate) in pop3_state_user_resp()
893 pop3state instate) in pop3_state_pass_resp()
912 pop3state instate) in pop3_state_command_resp()
Dftp.c1762 ftpstate instate) in ftp_state_quote()
2327 ftpstate instate) in ftp_state_type_resp()
2441 ftpstate instate) in ftp_state_size_resp()
2506 ftpstate instate) in ftp_state_rest_resp()
2542 int ftpcode, ftpstate instate) in ftp_state_stor_resp()
2580 ftpstate instate) in ftp_state_get_resp()
/external/libxml2/
Dtestlimits.c88 static int instate = 0; variable
/external/cronet/third_party/libxml/src/
Dtestlimits.c87 static int instate = 0; variable
/external/python/cpython2/Lib/lib-tk/
Dttk.py566 def instate(self, statespec, callback=None, *args, **kw): member in Widget
/external/python/cpython3/Lib/tkinter/
Dttk.py538 def instate(self, statespec, callback=None, *args, **kw): member in Widget
/external/cronet/third_party/libxml/src/include/libxml/
Dparser.h229 xmlParserInputState instate; /* current type of input */ member