Home
last modified time | relevance | path

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

/external/libxml2/
Dparser.c312 (ctxt->instate == XML_PARSER_EOF)) in xmlErrAttributeDup()
350 (ctxt->instate == XML_PARSER_EOF)) in xmlFatalErr()
563 (ctxt->instate == XML_PARSER_EOF)) in xmlFatalErrMsg()
593 (ctxt->instate == XML_PARSER_EOF)) in xmlWarningMsg()
631 (ctxt->instate == XML_PARSER_EOF)) in xmlValidityError()
669 (ctxt->instate == XML_PARSER_EOF)) in xmlFatalErrMsgInt()
700 (ctxt->instate == XML_PARSER_EOF)) in xmlFatalErrMsgStrIntStr()
729 (ctxt->instate == XML_PARSER_EOF)) in xmlFatalErrMsgStr()
758 (ctxt->instate == XML_PARSER_EOF)) in xmlErrMsgStr()
785 (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.c112 (ctxt->instate == XML_PARSER_EOF)) in xmlErrMemory()
116 ctxt->instate = XML_PARSER_EOF; in xmlErrMemory()
145 (ctxt->instate == XML_PARSER_EOF)) in __xmlErrEncoding()
172 (ctxt->instate == XML_PARSER_EOF)) in xmlErrInternal()
201 (ctxt->instate == XML_PARSER_EOF)) in xmlErrEncodingInt()
421 if ((ctxt == NULL) || (ctxt->instate == XML_PARSER_EOF) || in xmlNextChar()
428 (ctxt->instate != XML_PARSER_COMMENT)) { in xmlNextChar()
593 if (ctxt->instate == XML_PARSER_EOF) in xmlCurrentChar()
1631 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.c664 smtpstate instate) in smtp_state_servergreet_resp() argument
669 (void)instate; /* no use for this yet */ in smtp_state_servergreet_resp()
684 smtpstate instate) in smtp_state_starttls_resp() argument
689 (void)instate; /* no use for this yet */ in smtp_state_starttls_resp()
707 smtpstate instate) in smtp_state_ehlo_resp() argument
716 (void)instate; /* no use for this yet */ in smtp_state_ehlo_resp()
802 smtpstate instate) in smtp_state_helo_resp() argument
807 (void)instate; /* no use for this yet */ in smtp_state_helo_resp()
823 smtpstate instate) in smtp_state_auth_resp() argument
830 (void)instate; /* no use for this yet */ in smtp_state_auth_resp()
[all …]
Dimap.c836 imapstate instate) in imap_state_servergreet_resp() argument
841 (void)instate; /* no use for this yet */ in imap_state_servergreet_resp()
856 imapstate instate) in imap_state_capability_resp() argument
864 (void)instate; /* no use for this yet */ in imap_state_capability_resp()
943 imapstate instate) in imap_state_starttls_resp() argument
948 (void)instate; /* no use for this yet */ in imap_state_starttls_resp()
967 imapstate instate) in imap_state_auth_resp() argument
974 (void)instate; /* no use for this yet */ in imap_state_auth_resp()
1001 imapstate instate) in imap_state_login_resp() argument
1006 (void)instate; /* no use for this yet */ in imap_state_login_resp()
[all …]
Dpop3.c641 pop3state instate) in pop3_state_servergreet_resp() argument
650 (void)instate; /* no use for this yet */ in pop3_state_servergreet_resp()
692 pop3state instate) in pop3_state_capa_resp() argument
701 (void)instate; /* no use for this yet */ in pop3_state_capa_resp()
783 pop3state instate) in pop3_state_starttls_resp() argument
788 (void)instate; /* no use for this yet */ in pop3_state_starttls_resp()
807 pop3state instate) in pop3_state_auth_resp() argument
814 (void)instate; /* no use for this yet */ in pop3_state_auth_resp()
847 pop3state instate) in pop3_state_apop_resp() argument
852 (void)instate; /* no use for this yet */ in pop3_state_apop_resp()
[all …]
Dftp.c123 bool init, ftpstate instate);
1717 ftpstate instate) in ftp_state_quote() argument
1726 switch(instate) { in ftp_state_quote()
1769 state(conn, instate); in ftp_state_quote()
1776 switch(instate) { in ftp_state_quote()
2244 ftpstate instate) in ftp_state_type_resp() argument
2260 if(instate == FTP_TYPE) in ftp_state_type_resp()
2262 else if(instate == FTP_LIST_TYPE) in ftp_state_type_resp()
2264 else if(instate == FTP_RETR_TYPE) in ftp_state_type_resp()
2266 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/libxml2/include/libxml/
Dparser.h223 xmlParserInputState instate; /* current type of input */ member
/external/libxml2/os400/libxmlrpg/
Dparser.rpgle238 d instate like(xmlParserInputState) Current input type