Searched refs:instate (Results 1 – 14 of 14) sorted by relevance
312 (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 …]
93 static int instate = 0; variable134 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 …]
112 (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()
74 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()
4528 ctxt->instate = XML_PARSER_EOF; in xmlTextWriterStartDocumentCallback()4536 ctxt->instate = XML_PARSER_EOF; in xmlTextWriterStartDocumentCallback()4557 ctxt->instate = XML_PARSER_EOF; in xmlTextWriterStartDocumentCallback()
1211 if (reader->ctxt->instate == XML_PARSER_EOF) return(1); in xmlTextReaderDoExpand()1372 (reader->ctxt->instate != XML_PARSER_EOF)) { in xmlTextReaderRead()
468 (ctxt->instate == XML_PARSER_EOF)) in __xmlLoaderErr()
664 smtpstate instate) in smtp_state_servergreet_resp() argument669 (void)instate; /* no use for this yet */ in smtp_state_servergreet_resp()684 smtpstate instate) in smtp_state_starttls_resp() argument689 (void)instate; /* no use for this yet */ in smtp_state_starttls_resp()707 smtpstate instate) in smtp_state_ehlo_resp() argument716 (void)instate; /* no use for this yet */ in smtp_state_ehlo_resp()802 smtpstate instate) in smtp_state_helo_resp() argument807 (void)instate; /* no use for this yet */ in smtp_state_helo_resp()823 smtpstate instate) in smtp_state_auth_resp() argument830 (void)instate; /* no use for this yet */ in smtp_state_auth_resp()[all …]
836 imapstate instate) in imap_state_servergreet_resp() argument841 (void)instate; /* no use for this yet */ in imap_state_servergreet_resp()856 imapstate instate) in imap_state_capability_resp() argument864 (void)instate; /* no use for this yet */ in imap_state_capability_resp()943 imapstate instate) in imap_state_starttls_resp() argument948 (void)instate; /* no use for this yet */ in imap_state_starttls_resp()967 imapstate instate) in imap_state_auth_resp() argument974 (void)instate; /* no use for this yet */ in imap_state_auth_resp()1001 imapstate instate) in imap_state_login_resp() argument1006 (void)instate; /* no use for this yet */ in imap_state_login_resp()[all …]
641 pop3state instate) in pop3_state_servergreet_resp() argument650 (void)instate; /* no use for this yet */ in pop3_state_servergreet_resp()692 pop3state instate) in pop3_state_capa_resp() argument701 (void)instate; /* no use for this yet */ in pop3_state_capa_resp()783 pop3state instate) in pop3_state_starttls_resp() argument788 (void)instate; /* no use for this yet */ in pop3_state_starttls_resp()807 pop3state instate) in pop3_state_auth_resp() argument814 (void)instate; /* no use for this yet */ in pop3_state_auth_resp()847 pop3state instate) in pop3_state_apop_resp() argument852 (void)instate; /* no use for this yet */ in pop3_state_apop_resp()[all …]
123 bool init, ftpstate instate);1717 ftpstate instate) in ftp_state_quote() argument1726 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() argument2260 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 …]
10 + (ctxt->instate == XML_PARSER_ATTRIBUTE_VALUE)) {
223 xmlParserInputState instate; /* current type of input */ member
238 d instate like(xmlParserInputState) Current input type