Home
last modified time | relevance | path

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

12

/third_party/libxml2/
Dparser.c189 if ((ctxt->instate == XML_PARSER_DTD) && (ctxt->nbentities > 10000) && in xmlParserEntityCheck()
197 ctxt->instate = XML_PARSER_EOF; in xmlParserEntityCheck()
359 (ctxt->instate == XML_PARSER_EOF)) in xmlErrAttributeDup()
396 (ctxt->instate == XML_PARSER_EOF)) in xmlFatalErr()
611 (ctxt->instate == XML_PARSER_EOF)) in xmlFatalErrMsg()
641 (ctxt->instate == XML_PARSER_EOF)) in xmlWarningMsg()
679 (ctxt->instate == XML_PARSER_EOF)) in xmlValidityError()
717 (ctxt->instate == XML_PARSER_EOF)) in xmlFatalErrMsgInt()
748 (ctxt->instate == XML_PARSER_EOF)) in xmlFatalErrMsgStrIntStr()
777 (ctxt->instate == XML_PARSER_EOF)) in xmlFatalErrMsgStr()
[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 …]
DHTMLparser.c80 (ctxt->instate == XML_PARSER_EOF)) in htmlErrMemory()
84 ctxt->instate = XML_PARSER_EOF; in htmlErrMemory()
113 (ctxt->instate == XML_PARSER_EOF)) in htmlParseErr()
140 (ctxt->instate == XML_PARSER_EOF)) in htmlParseErrInt()
421 if (ctxt->instate == XML_PARSER_EOF) in htmlCurrentChar()
3256 ctxt->instate = XML_PARSER_EOF; in htmlParseCharDataInternal()
3352 state = ctxt->instate; in htmlParsePI()
3353 ctxt->instate = XML_PARSER_PI; in htmlParsePI()
3376 ctxt->instate = state; in htmlParsePI()
3382 ctxt->instate = state; in htmlParsePI()
[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()
587 if (ctxt->instate == XML_PARSER_EOF) in xmlCurrentChar()
1647 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()
979 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.c1284 if (reader->ctxt->instate == XML_PARSER_EOF) return(1); in xmlTextReaderDoExpand()
1445 (reader->ctxt->instate != XML_PARSER_EOF)) { in xmlTextReaderRead()
DxmlIO.c446 (ctxt->instate == XML_PARSER_EOF)) in __xmlLoaderErr()
/third_party/gettext/gnulib-local/lib/libxml/
Dparser.c347 (ctxt->instate == XML_PARSER_EOF)) in xmlErrAttributeDup()
384 (ctxt->instate == XML_PARSER_EOF)) in xmlFatalErr()
599 (ctxt->instate == XML_PARSER_EOF)) in xmlFatalErrMsg()
629 (ctxt->instate == XML_PARSER_EOF)) in xmlWarningMsg()
667 (ctxt->instate == XML_PARSER_EOF)) in xmlValidityError()
705 (ctxt->instate == XML_PARSER_EOF)) in xmlFatalErrMsgInt()
736 (ctxt->instate == XML_PARSER_EOF)) in xmlFatalErrMsgStrIntStr()
765 (ctxt->instate == XML_PARSER_EOF)) in xmlFatalErrMsgStr()
794 (ctxt->instate == XML_PARSER_EOF)) in xmlErrMsgStr()
821 (ctxt->instate == XML_PARSER_EOF)) in xmlNsErr()
[all …]
DHTMLparser.c109 (ctxt->instate == XML_PARSER_EOF)) in htmlErrMemory()
113 ctxt->instate = XML_PARSER_EOF; in htmlErrMemory()
142 (ctxt->instate == XML_PARSER_EOF)) in htmlParseErr()
169 (ctxt->instate == XML_PARSER_EOF)) in htmlParseErrInt()
446 if (ctxt->instate == XML_PARSER_EOF) in htmlCurrentChar()
3122 ctxt->instate = XML_PARSER_EOF; in htmlParseCharDataInternal()
3218 state = ctxt->instate; in htmlParsePI()
3219 ctxt->instate = XML_PARSER_PI; in htmlParsePI()
3242 ctxt->instate = state; in htmlParsePI()
3248 ctxt->instate = state; in htmlParsePI()
[all …]
DparserInternals.c145 (ctxt->instate == XML_PARSER_EOF)) in xmlErrMemory()
149 ctxt->instate = XML_PARSER_EOF; in xmlErrMemory()
178 (ctxt->instate == XML_PARSER_EOF)) in __xmlErrEncoding()
205 (ctxt->instate == XML_PARSER_EOF)) in xmlErrInternal()
234 (ctxt->instate == XML_PARSER_EOF)) in xmlErrEncodingInt()
454 if ((ctxt == NULL) || (ctxt->instate == XML_PARSER_EOF) || in xmlNextChar()
619 if (ctxt->instate == XML_PARSER_EOF) in xmlCurrentChar()
1674 ctxt->instate = XML_PARSER_START; in xmlInitParserCtxt()
DSAX2.c103 ctxt->instate = XML_PARSER_EOF; in xmlSAX2ErrMemory()
132 (ctxt->instate == XML_PARSER_EOF)) in xmlErrValid()
170 (ctxt->instate == XML_PARSER_EOF)) in xmlFatalErrMsg()
201 (ctxt->instate == XML_PARSER_EOF)) in xmlWarnMsg()
226 (ctxt->instate == XML_PARSER_EOF)) in xmlNsErrMsg()
250 (ctxt->instate == XML_PARSER_EOF)) in xmlNsWarnMsg()
1036 ctxt->instate = XML_PARSER_EOF; in xmlSAX2StartDocument()
Dparser.in.h252 xmlParserInputState instate; /* current type of input */ member
Dxmlwriter.c4550 ctxt->instate = XML_PARSER_EOF; in xmlTextWriterStartDocumentCallback()
4558 ctxt->instate = XML_PARSER_EOF; in xmlTextWriterStartDocumentCallback()
4579 ctxt->instate = XML_PARSER_EOF; in xmlTextWriterStartDocumentCallback()
Dxmlreader.c1245 if (reader->ctxt->instate == XML_PARSER_EOF) return(1); in xmlTextReaderDoExpand()
1406 (reader->ctxt->instate != XML_PARSER_EOF)) { in xmlTextReaderRead()
DxmlIO.c477 (ctxt->instate == XML_PARSER_EOF)) in __xmlLoaderErr()
/third_party/curl/lib/
Dimap.c855 imapstate instate) in imap_state_servergreet_resp() argument
858 (void)instate; /* no use for this yet */ in imap_state_servergreet_resp()
877 imapstate instate) in imap_state_capability_resp() argument
884 (void)instate; /* no use for this yet */ in imap_state_capability_resp()
960 imapstate instate) in imap_state_starttls_resp() argument
965 (void)instate; /* no use for this yet */ in imap_state_starttls_resp()
989 imapstate instate) in imap_state_auth_resp() argument
995 (void)instate; /* no use for this yet */ in imap_state_auth_resp()
1022 imapstate instate) in imap_state_login_resp() argument
1025 (void)instate; /* no use for this yet */ in imap_state_login_resp()
[all …]
Dsmtp.c815 smtpstate instate) in smtp_state_servergreet_resp() argument
818 (void)instate; /* no use for this yet */ in smtp_state_servergreet_resp()
833 smtpstate instate) in smtp_state_starttls_resp() argument
836 (void)instate; /* no use for this yet */ in smtp_state_starttls_resp()
859 smtpstate instate) in smtp_state_ehlo_resp() argument
866 (void)instate; /* no use for this yet */ in smtp_state_ehlo_resp()
961 smtpstate instate) in smtp_state_helo_resp() argument
964 (void)instate; /* no use for this yet */ in smtp_state_helo_resp()
980 smtpstate instate) in smtp_state_auth_resp() argument
987 (void)instate; /* no use for this yet */ in smtp_state_auth_resp()
[all …]
Dpop3.c624 pop3state instate) in pop3_state_servergreet_resp() argument
632 (void)instate; /* no use for this yet */ in pop3_state_servergreet_resp()
683 pop3state instate) in pop3_state_capa_resp() argument
691 (void)instate; /* no use for this yet */ in pop3_state_capa_resp()
770 pop3state instate) in pop3_state_starttls_resp() argument
773 (void)instate; /* no use for this yet */ in pop3_state_starttls_resp()
796 pop3state instate) in pop3_state_auth_resp() argument
803 (void)instate; /* no use for this yet */ in pop3_state_auth_resp()
836 pop3state instate) in pop3_state_apop_resp() argument
839 (void)instate; /* no use for this yet */ in pop3_state_apop_resp()
[all …]
Dftp.c124 bool init, ftpstate instate);
1677 ftpstate instate) in ftp_state_quote() argument
1686 switch(instate) { in ftp_state_quote()
1731 state(data, instate); in ftp_state_quote()
1738 switch(instate) { in ftp_state_quote()
2176 ftpstate instate) in ftp_state_type_resp() argument
2192 if(instate == FTP_TYPE) in ftp_state_type_resp()
2194 else if(instate == FTP_LIST_TYPE) in ftp_state_type_resp()
2196 else if(instate == FTP_RETR_TYPE) in ftp_state_type_resp()
2198 else if(instate == FTP_STOR_TYPE) in ftp_state_type_resp()
[all …]
/third_party/python/Lib/tkinter/test/test_ttk/
Dtest_widgets.py79 self.assertEqual(self.widget.instate(['!disabled']), True)
94 self.assertEqual(self.widget.instate(['!disabled'],
100 self.assertRaises(tkinter.TclError, self.widget.instate,
102 self.assertRaises(tkinter.TclError, self.widget.instate,
/third_party/libxml2/include/libxml/
Dparser.h225 xmlParserInputState instate; /* current type of input */ member
/third_party/python/Doc/library/
Dtkinter.ttk.rst278 .. method:: instate(statespec, callback=None, *args, **kw)
303 :meth:`Widget.configure`, :meth:`Widget.identify`, :meth:`Widget.instate`
391 :meth:`Widget.configure`, :meth:`Widget.identify`, :meth:`Widget.instate`
/third_party/python/Lib/tkinter/
Dttk.py563 def instate(self, statespec, callback=None, *args, **kw): member in Widget
/third_party/libxml2/os400/libxmlrpg/
Dparser.rpgle240 d instate like(xmlParserInputState) Current input type

12