Lines Matching refs:recovery
262 if (ctxt->recovery == 0) in xmlErrAttributeDup()
469 if (ctxt->recovery == 0) in xmlFatalErr()
495 if (ctxt->recovery == 0) in xmlFatalErrMsg()
588 if (ctxt->recovery == 0) in xmlFatalErrMsgInt()
620 if (ctxt->recovery == 0) in xmlFatalErrMsgStrIntStr()
649 if (ctxt->recovery == 0) in xmlFatalErrMsgStr()
6311 if (ctxt->recovery == 0) ctxt->disableSAX = 1; in xmlParseConditionalSections()
13247 int recovery, void *data) { in xmlSAXParseFileWithData() argument
13270 ctxt->recovery = recovery; in xmlSAXParseFileWithData()
13274 if ((ctxt->wellFormed) || recovery) { in xmlSAXParseFileWithData()
13312 int recovery) { in xmlSAXParseFile() argument
13313 return(xmlSAXParseFileWithData(sax,filename,recovery,NULL)); in xmlSAXParseFile()
13526 int size, int recovery, void *data) { in xmlSAXParseMemoryWithData() argument
13542 ctxt->recovery = recovery; in xmlSAXParseMemoryWithData()
13546 if ((ctxt->wellFormed) || recovery) ret = ctxt->myDoc; in xmlSAXParseMemoryWithData()
13575 int size, int recovery) { in xmlSAXParseMemory() argument
13576 return xmlSAXParseMemoryWithData(sax, buffer, size, recovery, NULL); in xmlSAXParseMemory()
13692 xmlSAXParseDoc(xmlSAXHandlerPtr sax, const xmlChar *cur, int recovery) { in xmlSAXParseDoc() argument
13710 if ((ctxt->wellFormed) || recovery) ret = ctxt->myDoc; in xmlSAXParseDoc()
14123 ctxt->recovery = 1; in xmlCtxtUseOptionsInternal()
14127 ctxt->recovery = 0; in xmlCtxtUseOptionsInternal()
14279 if ((ctxt->wellFormed) || ctxt->recovery) in xmlDoRead()