Home
last modified time | relevance | path

Searched refs:instate (Results 1 – 22 of 22) sorted by relevance

/external/libxml2/
Dparser.c318 (ctxt->instate == XML_PARSER_EOF)) in xmlErrAttributeDup()
355 (ctxt->instate == XML_PARSER_EOF)) in xmlFatalErr()
570 (ctxt->instate == XML_PARSER_EOF)) in xmlFatalErrMsg()
600 (ctxt->instate == XML_PARSER_EOF)) in xmlWarningMsg()
638 (ctxt->instate == XML_PARSER_EOF)) in xmlValidityError()
676 (ctxt->instate == XML_PARSER_EOF)) in xmlFatalErrMsgInt()
707 (ctxt->instate == XML_PARSER_EOF)) in xmlFatalErrMsgStrIntStr()
736 (ctxt->instate == XML_PARSER_EOF)) in xmlFatalErrMsgStr()
765 (ctxt->instate == XML_PARSER_EOF)) in xmlErrMsgStr()
792 (ctxt->instate == XML_PARSER_EOF)) in xmlNsErr()
[all …]
Dtestlimits.c93 static int instate = 0; variable
134 instate = 0; in hugeOpen()
186 if (instate == 0) { in hugeRead()
191 instate = 1; in hugeRead()
199 } else if (instate == 2) { in hugeRead()
204 instate = 3; in hugeRead()
211 } else if (instate == 1) { in hugeRead()
218 instate = 2; in hugeRead()
292 instate = 0; in crazyOpen()
327 if ((check_time() <= 0) && (instate == 1)) { in crazyRead()
[all …]
DparserInternals.c116 (ctxt->instate == XML_PARSER_EOF)) in xmlErrMemory()
120 ctxt->instate = XML_PARSER_EOF; in xmlErrMemory()
149 (ctxt->instate == XML_PARSER_EOF)) in __xmlErrEncoding()
176 (ctxt->instate == XML_PARSER_EOF)) in xmlErrInternal()
205 (ctxt->instate == XML_PARSER_EOF)) in xmlErrEncodingInt()
425 if ((ctxt == NULL) || (ctxt->instate == XML_PARSER_EOF) || in xmlNextChar()
590 if (ctxt->instate == XML_PARSER_EOF) in xmlCurrentChar()
1635 ctxt->instate = XML_PARSER_START; in xmlInitParserCtxt()
DSAX2.c75 ctxt->instate = XML_PARSER_EOF; in xmlSAX2ErrMemory()
104 (ctxt->instate == XML_PARSER_EOF)) in xmlErrValid()
142 (ctxt->instate == XML_PARSER_EOF)) in xmlFatalErrMsg()
173 (ctxt->instate == XML_PARSER_EOF)) in xmlWarnMsg()
198 (ctxt->instate == XML_PARSER_EOF)) in xmlNsErrMsg()
222 (ctxt->instate == XML_PARSER_EOF)) in xmlNsWarnMsg()
1008 ctxt->instate = XML_PARSER_EOF; in xmlSAX2StartDocument()
Dxmlwriter.c4523 ctxt->instate = XML_PARSER_EOF; in xmlTextWriterStartDocumentCallback()
4531 ctxt->instate = XML_PARSER_EOF; in xmlTextWriterStartDocumentCallback()
4552 ctxt->instate = XML_PARSER_EOF; in xmlTextWriterStartDocumentCallback()
Dxmlreader.c1216 if (reader->ctxt->instate == XML_PARSER_EOF) return(1); in xmlTextReaderDoExpand()
1377 (reader->ctxt->instate != XML_PARSER_EOF)) { in xmlTextReaderRead()
DxmlIO.c446 (ctxt->instate == XML_PARSER_EOF)) in __xmlLoaderErr()
/external/curl/lib/
Dsmtp.c657 smtpstate instate) in smtp_state_servergreet_resp() argument
662 (void)instate; /* no use for this yet */ in smtp_state_servergreet_resp()
677 smtpstate instate) in smtp_state_starttls_resp() argument
682 (void)instate; /* no use for this yet */ in smtp_state_starttls_resp()
700 smtpstate instate) in smtp_state_ehlo_resp() argument
709 (void)instate; /* no use for this yet */ in smtp_state_ehlo_resp()
795 smtpstate instate) in smtp_state_helo_resp() argument
800 (void)instate; /* no use for this yet */ in smtp_state_helo_resp()
816 smtpstate instate) in smtp_state_auth_resp() argument
823 (void)instate; /* no use for this yet */ in smtp_state_auth_resp()
[all …]
Dimap.c829 imapstate instate) in imap_state_servergreet_resp() argument
832 (void)instate; /* no use for this yet */ in imap_state_servergreet_resp()
851 imapstate instate) in imap_state_capability_resp() argument
859 (void)instate; /* no use for this yet */ in imap_state_capability_resp()
938 imapstate instate) in imap_state_starttls_resp() argument
943 (void)instate; /* no use for this yet */ in imap_state_starttls_resp()
962 imapstate instate) in imap_state_auth_resp() argument
969 (void)instate; /* no use for this yet */ in imap_state_auth_resp()
996 imapstate instate) in imap_state_login_resp() argument
1001 (void)instate; /* no use for this yet */ in imap_state_login_resp()
[all …]
Dpop3.c609 pop3state instate) in pop3_state_servergreet_resp() argument
618 (void)instate; /* no use for this yet */ in pop3_state_servergreet_resp()
660 pop3state instate) in pop3_state_capa_resp() argument
669 (void)instate; /* no use for this yet */ in pop3_state_capa_resp()
751 pop3state instate) in pop3_state_starttls_resp() argument
756 (void)instate; /* no use for this yet */ in pop3_state_starttls_resp()
775 pop3state instate) in pop3_state_auth_resp() argument
782 (void)instate; /* no use for this yet */ in pop3_state_auth_resp()
815 pop3state instate) in pop3_state_apop_resp() argument
820 (void)instate; /* no use for this yet */ in pop3_state_apop_resp()
[all …]
Dftp.c122 bool init, ftpstate instate);
1679 ftpstate instate) in ftp_state_quote() argument
1688 switch(instate) { in ftp_state_quote()
1731 state(conn, instate); in ftp_state_quote()
1738 switch(instate) { in ftp_state_quote()
2146 ftpstate instate) in ftp_state_type_resp() argument
2162 if(instate == FTP_TYPE) in ftp_state_type_resp()
2164 else if(instate == FTP_LIST_TYPE) in ftp_state_type_resp()
2166 else if(instate == FTP_RETR_TYPE) in ftp_state_type_resp()
2168 else if(instate == FTP_STOR_TYPE) in ftp_state_type_resp()
[all …]
/external/libxml2/test/recurse/
Dlol4.patch10 + (ctxt->instate == XML_PARSER_ATTRIBUTE_VALUE)) {
/external/dtc/tests/
Ddelete_reinstate_multilabel.dts21 * Re-instate them. None of the old labels should come back
/external/python/cpython2/Demo/tkinter/ttk/
Dnotebook_closebtn.py50 if not widget.instate(['pressed']):
/external/python/cpython3/Lib/tkinter/test/test_ttk/
Dtest_widgets.py82 self.assertEqual(self.widget.instate(['!disabled']), True)
97 self.assertEqual(self.widget.instate(['!disabled'],
103 self.assertRaises(tkinter.TclError, self.widget.instate,
105 self.assertRaises(tkinter.TclError, self.widget.instate,
/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dtest_widgets.py84 self.assertEqual(self.widget.instate(['!disabled']), True)
99 self.assertEqual(self.widget.instate(['!disabled'],
105 self.assertRaises(tkinter.TclError, self.widget.instate,
107 self.assertRaises(tkinter.TclError, self.widget.instate,
/external/libxml2/include/libxml/
Dparser.h223 xmlParserInputState instate; /* current type of input */ member
/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.py570 def instate(self, statespec, callback=None, *args, **kw): member in Widget
/external/python/cpython2/Doc/library/
Dttk.rst268 .. method:: instate(statespec, callback=None, *args, **kw)
293 :meth:`Widget.configure`, :meth:`Widget.identify`, :meth:`Widget.instate`
/external/python/cpython3/Doc/library/
Dtkinter.ttk.rst278 .. method:: instate(statespec, callback=None, *args, **kw)
303 :meth:`Widget.configure`, :meth:`Widget.identify`, :meth:`Widget.instate`
/external/libxml2/os400/libxmlrpg/
Dparser.rpgle240 d instate like(xmlParserInputState) Current input type