Home
last modified time | relevance | path

Searched refs:instate (Results 1 – 15 of 15) 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()
438 if ((ctxt->instate != XML_PARSER_COMMENT)) in xmlNextChar()
599 if (ctxt->instate == XML_PARSER_EOF) in xmlCurrentChar()
1637 ctxt->instate = XML_PARSER_START; in xmlInitParserCtxt()
DSAX2.c74 ctxt->instate = XML_PARSER_EOF; in xmlSAX2ErrMemory()
103 (ctxt->instate == XML_PARSER_EOF)) in xmlErrValid()
141 (ctxt->instate == XML_PARSER_EOF)) in xmlFatalErrMsg()
172 (ctxt->instate == XML_PARSER_EOF)) in xmlWarnMsg()
197 (ctxt->instate == XML_PARSER_EOF)) in xmlNsErrMsg()
221 (ctxt->instate == XML_PARSER_EOF)) in xmlNsWarnMsg()
1007 ctxt->instate = XML_PARSER_EOF; in xmlSAX2StartDocument()
Dxmlwriter.c4528 ctxt->instate = XML_PARSER_EOF; in xmlTextWriterStartDocumentCallback()
4536 ctxt->instate = XML_PARSER_EOF; in xmlTextWriterStartDocumentCallback()
4557 ctxt->instate = XML_PARSER_EOF; in xmlTextWriterStartDocumentCallback()
Dxmlreader.c1211 if (reader->ctxt->instate == XML_PARSER_EOF) return(1); in xmlTextReaderDoExpand()
1372 (reader->ctxt->instate != XML_PARSER_EOF)) { in xmlTextReaderRead()
DxmlIO.c468 (ctxt->instate == XML_PARSER_EOF)) in __xmlLoaderErr()
/external/curl/lib/
Dsmtp.c668 smtpstate instate) in smtp_state_servergreet_resp() argument
673 (void)instate; /* no use for this yet */ in smtp_state_servergreet_resp()
688 smtpstate instate) in smtp_state_starttls_resp() argument
693 (void)instate; /* no use for this yet */ in smtp_state_starttls_resp()
711 smtpstate instate) in smtp_state_ehlo_resp() argument
720 (void)instate; /* no use for this yet */ in smtp_state_ehlo_resp()
806 smtpstate instate) in smtp_state_helo_resp() argument
811 (void)instate; /* no use for this yet */ in smtp_state_helo_resp()
827 smtpstate instate) in smtp_state_auth_resp() argument
834 (void)instate; /* no use for this yet */ in smtp_state_auth_resp()
[all …]
Dimap.c840 imapstate instate) in imap_state_servergreet_resp() argument
845 (void)instate; /* no use for this yet */ in imap_state_servergreet_resp()
860 imapstate instate) in imap_state_capability_resp() argument
868 (void)instate; /* no use for this yet */ in imap_state_capability_resp()
947 imapstate instate) in imap_state_starttls_resp() argument
952 (void)instate; /* no use for this yet */ in imap_state_starttls_resp()
971 imapstate instate) in imap_state_auth_resp() argument
978 (void)instate; /* no use for this yet */ in imap_state_auth_resp()
1005 imapstate instate) in imap_state_login_resp() argument
1010 (void)instate; /* no use for this yet */ in imap_state_login_resp()
[all …]
Dpop3.c653 pop3state instate) in pop3_state_servergreet_resp() argument
662 (void)instate; /* no use for this yet */ in pop3_state_servergreet_resp()
704 pop3state instate) in pop3_state_capa_resp() argument
713 (void)instate; /* no use for this yet */ in pop3_state_capa_resp()
795 pop3state instate) in pop3_state_starttls_resp() argument
800 (void)instate; /* no use for this yet */ in pop3_state_starttls_resp()
819 pop3state instate) in pop3_state_auth_resp() argument
826 (void)instate; /* no use for this yet */ in pop3_state_auth_resp()
859 pop3state instate) in pop3_state_apop_resp() argument
864 (void)instate; /* no use for this yet */ in pop3_state_apop_resp()
[all …]
Dftp.c122 bool init, ftpstate instate);
1728 ftpstate instate) in ftp_state_quote() argument
1737 switch(instate) { in ftp_state_quote()
1780 state(conn, instate); in ftp_state_quote()
1787 switch(instate) { in ftp_state_quote()
2267 ftpstate instate) in ftp_state_type_resp() argument
2283 if(instate == FTP_TYPE) in ftp_state_type_resp()
2285 else if(instate == FTP_LIST_TYPE) in ftp_state_type_resp()
2287 else if(instate == FTP_RETR_TYPE) in ftp_state_type_resp()
2289 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/libxml2/include/libxml/
Dparser.h223 xmlParserInputState instate; /* current type of input */ member
/external/libxml2/os400/libxmlrpg/
Dparser.rpgle240 d instate like(xmlParserInputState) Current input type