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()
6317 if (ctxt->recovery == 0) ctxt->disableSAX = 1; in xmlParseConditionalSections()
13256 int recovery, void *data) { in xmlSAXParseFileWithData() argument
13279 ctxt->recovery = recovery; in xmlSAXParseFileWithData()
13283 if ((ctxt->wellFormed) || recovery) { in xmlSAXParseFileWithData()
13321 int recovery) { in xmlSAXParseFile() argument
13322 return(xmlSAXParseFileWithData(sax,filename,recovery,NULL)); in xmlSAXParseFile()
13535 int size, int recovery, void *data) { in xmlSAXParseMemoryWithData() argument
13551 ctxt->recovery = recovery; in xmlSAXParseMemoryWithData()
13555 if ((ctxt->wellFormed) || recovery) ret = ctxt->myDoc; in xmlSAXParseMemoryWithData()
13584 int size, int recovery) { in xmlSAXParseMemory() argument
13585 return xmlSAXParseMemoryWithData(sax, buffer, size, recovery, NULL); in xmlSAXParseMemory()
13701 xmlSAXParseDoc(xmlSAXHandlerPtr sax, const xmlChar *cur, int recovery) { in xmlSAXParseDoc() argument
13719 if ((ctxt->wellFormed) || recovery) ret = ctxt->myDoc; in xmlSAXParseDoc()
14132 ctxt->recovery = 1; in xmlCtxtUseOptionsInternal()
14136 ctxt->recovery = 0; in xmlCtxtUseOptionsInternal()
14288 if ((ctxt->wellFormed) || ctxt->recovery) in xmlDoRead()