Home
last modified time | relevance | path

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

/external/curl/lib/
Dimap.c876 imapstate instate) in imap_state_servergreet_resp()
898 imapstate instate) in imap_state_capability_resp()
981 imapstate instate) in imap_state_starttls_resp()
1010 imapstate instate) in imap_state_auth_resp()
1043 imapstate instate) in imap_state_login_resp()
1062 imapstate instate) in imap_state_listsearch_resp()
1083 imapstate instate) in imap_state_select_resp()
1143 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.c842 smtpstate instate) in smtp_state_servergreet_resp()
860 smtpstate instate) in smtp_state_starttls_resp()
886 smtpstate instate) in smtp_state_ehlo_resp()
989 smtpstate instate) in smtp_state_helo_resp()
1008 smtpstate instate) in smtp_state_auth_resp()
1036 smtpstate instate) in smtp_state_command_resp()
1077 smtpstate instate) in smtp_state_mail_resp()
1096 smtpstate instate) in smtp_state_rcpt_resp()
1154 smtpstate instate) in smtp_state_data_resp()
1181 smtpstate instate) in smtp_state_postdata_resp()
Dpop3.c709 pop3state instate) in pop3_state_servergreet_resp()
759 pop3state instate) in pop3_state_capa_resp()
846 pop3state instate) in pop3_state_starttls_resp()
872 pop3state instate) in pop3_state_auth_resp()
912 pop3state instate) in pop3_state_apop_resp()
931 pop3state instate) in pop3_state_user_resp()
953 pop3state instate) in pop3_state_pass_resp()
972 pop3state instate) in pop3_state_command_resp()
Dftp.c1598 ftpstate instate) in ftp_state_quote()
2173 ftpstate instate) in ftp_state_type_resp()
2287 ftpstate instate) in ftp_state_size_resp()
2352 ftpstate instate) in ftp_state_rest_resp()
2388 int ftpcode, ftpstate instate) in ftp_state_stor_resp()
2426 ftpstate instate) in ftp_state_get_resp()
/external/cronet/tot/third_party/libxml/src/
Dtestlimits.c89 static int instate = 0; variable
/external/cronet/stable/third_party/libxml/src/
Dtestlimits.c89 static int instate = 0; variable
/external/libxml2/
Dtestlimits.c89 static int instate = 0; variable
/external/python/cpython3/Lib/tkinter/
Dttk.py545 def instate(self, statespec, callback=None, *args, **kw): member in Widget