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

/external/curl/lib/
H A Dpop3.c651 pop3state instate)
660 (void)instate; /* no use for this yet */
702 pop3state instate)
711 (void)instate; /* no use for this yet */
793 pop3state instate)
798 (void)instate; /* no use for this yet */
817 pop3state instate)
824 (void)instate; /* no use for this yet */
857 pop3state instate)
862 (void)instate; /* n
649 pop3_state_servergreet_resp(struct connectdata *conn, int pop3code, pop3state instate) argument
701 pop3_state_capa_resp(struct connectdata *conn, int pop3code, pop3state instate) argument
791 pop3_state_starttls_resp(struct connectdata *conn, int pop3code, pop3state instate) argument
815 pop3_state_auth_resp(struct connectdata *conn, int pop3code, pop3state instate) argument
856 pop3_state_apop_resp(struct connectdata *conn, int pop3code, pop3state instate) argument
877 pop3_state_user_resp(struct connectdata *conn, int pop3code, pop3state instate) argument
900 pop3_state_pass_resp(struct connectdata *conn, int pop3code, pop3state instate) argument
920 pop3_state_command_resp(struct connectdata *conn, int pop3code, pop3state instate) argument
[all...]
H A Dsmtp.c666 smtpstate instate)
671 (void)instate; /* no use for this yet */
686 smtpstate instate)
691 (void)instate; /* no use for this yet */
709 smtpstate instate)
718 (void)instate; /* no use for this yet */
804 smtpstate instate)
809 (void)instate; /* no use for this yet */
825 smtpstate instate)
832 (void)instate; /* n
664 smtp_state_servergreet_resp(struct connectdata *conn, int smtpcode, smtpstate instate) argument
684 smtp_state_starttls_resp(struct connectdata *conn, int smtpcode, smtpstate instate) argument
708 smtp_state_ehlo_resp(struct connectdata *conn, int smtpcode, smtpstate instate) argument
803 smtp_state_helo_resp(struct connectdata *conn, int smtpcode, smtpstate instate) argument
823 smtp_state_auth_resp(struct connectdata *conn, int smtpcode, smtpstate instate) argument
852 smtp_state_command_resp(struct connectdata *conn, int smtpcode, smtpstate instate) argument
898 smtp_state_mail_resp(struct connectdata *conn, int smtpcode, smtpstate instate) argument
918 smtp_state_rcpt_resp(struct connectdata *conn, int smtpcode, smtpstate instate) argument
950 smtp_state_data_resp(struct connectdata *conn, int smtpcode, smtpstate instate) argument
978 smtp_state_postdata_resp(struct connectdata *conn, int smtpcode, smtpstate instate) argument
[all...]
H A Dimap.c839 imapstate instate)
844 (void)instate; /* no use for this yet */
859 imapstate instate)
867 (void)instate; /* no use for this yet */
946 imapstate instate)
951 (void)instate; /* no use for this yet */
970 imapstate instate)
977 (void)instate; /* no use for this yet */
1004 imapstate instate)
1009 (void)instate; /* n
837 imap_state_servergreet_resp(struct connectdata *conn, int imapcode, imapstate instate) argument
857 imap_state_capability_resp(struct connectdata *conn, int imapcode, imapstate instate) argument
944 imap_state_starttls_resp(struct connectdata *conn, int imapcode, imapstate instate) argument
968 imap_state_auth_resp(struct connectdata *conn, int imapcode, imapstate instate) argument
1002 imap_state_login_resp(struct connectdata *conn, int imapcode, imapstate instate) argument
1023 imap_state_listsearch_resp(struct connectdata *conn, int imapcode, imapstate instate) argument
1049 imap_state_select_resp(struct connectdata *conn, int imapcode, imapstate instate) argument
1096 imap_state_fetch_resp(struct connectdata *conn, int imapcode, imapstate instate) argument
1191 imap_state_fetch_final_resp(struct connectdata *conn, int imapcode, imapstate instate) argument
1209 imap_state_append_resp(struct connectdata *conn, int imapcode, imapstate instate) argument
1235 imap_state_append_final_resp(struct connectdata *conn, int imapcode, imapstate instate) argument
[all...]
H A Dftp.c122 bool init, ftpstate instate);
1728 ftpstate instate)
1737 switch(instate) {
1780 state(conn, instate);
1787 switch(instate) {
2190 ftpstate instate)
2206 if(instate == FTP_TYPE)
2208 else if(instate == FTP_LIST_TYPE)
2210 else if(instate == FTP_RETR_TYPE)
2212 else if(instate
1726 ftp_state_quote(struct connectdata *conn, bool init, ftpstate instate) argument
2188 ftp_state_type_resp(struct connectdata *conn, int ftpcode, ftpstate instate) argument
2300 ftp_state_size_resp(struct connectdata *conn, int ftpcode, ftpstate instate) argument
2337 ftp_state_rest_resp(struct connectdata *conn, int ftpcode, ftpstate instate) argument
2373 ftp_state_stor_resp(struct connectdata *conn, int ftpcode, ftpstate instate) argument
2411 ftp_state_get_resp(struct connectdata *conn, int ftpcode, ftpstate instate) argument
2568 ftp_state_user_resp(struct connectdata *conn, int ftpcode, ftpstate instate) argument
[all...]
/external/libxml2/
H A Dtestlimits.c93 static int instate = 0; variable
134 instate = 0;
186 if (instate == 0) {
191 instate = 1;
199 } else if (instate == 2) {
204 instate = 3;
211 } else if (instate == 1) {
218 instate = 2;
292 instate = 0;
327 if ((check_time() <= 0) && (instate
[all...]
H A Dparser.c318 (ctxt->instate == XML_PARSER_EOF))
355 (ctxt->instate == XML_PARSER_EOF))
570 (ctxt->instate == XML_PARSER_EOF))
600 (ctxt->instate == XML_PARSER_EOF))
638 (ctxt->instate == XML_PARSER_EOF))
676 (ctxt->instate == XML_PARSER_EOF))
707 (ctxt->instate == XML_PARSER_EOF))
736 (ctxt->instate == XML_PARSER_EOF))
765 (ctxt->instate == XML_PARSER_EOF))
792 (ctxt->instate
6889 xmlParserInputState instate; local
[all...]
/external/python/cpython2/Lib/lib-tk/
H A Dttk.py566 def instate(self, statespec, callback=None, *args, **kw): member in class:Widget
574 self.tk.call(self._w, "instate", ' '.join(statespec)))
/external/libxml2/include/libxml/
H A Dparser.h223 xmlParserInputState instate; /* current type of input */ member in struct:_xmlParserCtxt

Completed in 274 milliseconds