/third_party/libxml2/ |
D | parser.c | 189 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 …]
|
D | testlimits.c | 93 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 …]
|
D | HTMLparser.c | 80 (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 …]
|
D | parserInternals.c | 116 (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()
|
D | SAX2.c | 75 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()
|
D | xmlwriter.c | 4523 ctxt->instate = XML_PARSER_EOF; in xmlTextWriterStartDocumentCallback() 4531 ctxt->instate = XML_PARSER_EOF; in xmlTextWriterStartDocumentCallback() 4552 ctxt->instate = XML_PARSER_EOF; in xmlTextWriterStartDocumentCallback()
|
D | xmlreader.c | 1284 if (reader->ctxt->instate == XML_PARSER_EOF) return(1); in xmlTextReaderDoExpand() 1445 (reader->ctxt->instate != XML_PARSER_EOF)) { in xmlTextReaderRead()
|
D | xmlIO.c | 446 (ctxt->instate == XML_PARSER_EOF)) in __xmlLoaderErr()
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | parser.c | 347 (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 …]
|
D | HTMLparser.c | 109 (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 …]
|
D | parserInternals.c | 145 (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()
|
D | SAX2.c | 103 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()
|
D | parser.in.h | 252 xmlParserInputState instate; /* current type of input */ member
|
D | xmlwriter.c | 4550 ctxt->instate = XML_PARSER_EOF; in xmlTextWriterStartDocumentCallback() 4558 ctxt->instate = XML_PARSER_EOF; in xmlTextWriterStartDocumentCallback() 4579 ctxt->instate = XML_PARSER_EOF; in xmlTextWriterStartDocumentCallback()
|
D | xmlreader.c | 1245 if (reader->ctxt->instate == XML_PARSER_EOF) return(1); in xmlTextReaderDoExpand() 1406 (reader->ctxt->instate != XML_PARSER_EOF)) { in xmlTextReaderRead()
|
D | xmlIO.c | 477 (ctxt->instate == XML_PARSER_EOF)) in __xmlLoaderErr()
|
/third_party/curl/lib/ |
D | imap.c | 855 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 …]
|
D | smtp.c | 815 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 …]
|
D | pop3.c | 624 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 …]
|
D | ftp.c | 124 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/ |
D | test_widgets.py | 79 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/ |
D | parser.h | 225 xmlParserInputState instate; /* current type of input */ member
|
/third_party/python/Doc/library/ |
D | tkinter.ttk.rst | 278 .. 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/ |
D | ttk.py | 563 def instate(self, statespec, callback=None, *args, **kw): member in Widget
|
/third_party/libxml2/os400/libxmlrpg/ |
D | parser.rpgle | 240 d instate like(xmlParserInputState) Current input type
|